Skip to content

Commit 2a22295

Browse files
authored
Update protobufs to latest (#23)
1 parent 2836c75 commit 2a22295

File tree

6 files changed

+977
-526
lines changed

6 files changed

+977
-526
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Retry policies for activities and sub-orchestrations ([#11](https://github.com/microsoft/durabletask-python/pull/11)) - contributed by [@DeepanshuA](https://github.com/DeepanshuA)
1313

14+
### Fixed
15+
16+
- Fix try/except in orchestrator functions not being handled correctly ([#21](https://github.com/microsoft/durabletask-python/pull/21)) - by [@cgillum](https://github.com/cgillum)
17+
- Updated `durabletask-protobuf` submodule reference to latest distributed tracing commit - by [@cgillum](https://github.com/cgillum)
18+
1419
## v0.1.0a5
1520

1621
### New

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ git submodule update --init
170170
Once the submodule is available, the corresponding source code can be regenerated using the following command from the project root:
171171

172172
```sh
173-
make proto-gen
173+
make gen-proto
174174
```
175175

176176
### Running unit tests

durabletask/internal/orchestrator_service_pb2.py

Lines changed: 176 additions & 129 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)