Skip to content

Commit

Permalink
Update protobufs to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
cgillum committed Nov 1, 2023
1 parent 2836c75 commit 1621540
Show file tree
Hide file tree
Showing 6 changed files with 977 additions and 526 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

### Fixed

- 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)
- Updated `durabletask-protobuf` submodule reference to latest distributed tracing commit - by [@cgillum](https://github.com/cgillum)

## v0.1.0a5

### New
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ git submodule update --init
Once the submodule is available, the corresponding source code can be regenerated using the following command from the project root:

```sh
make proto-gen
make gen-proto
```

### Running unit tests
Expand Down
305 changes: 176 additions & 129 deletions durabletask/internal/orchestrator_service_pb2.py

Large diffs are not rendered by default.

Loading

0 comments on commit 1621540

Please sign in to comment.