Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed

### Fixed
- [#122](https://github.com/cludden/protoc-gen-go-temporal/pull/122) fix xns update-with-start handling of heartbeat details
- [#122](https://github.com/cludden/protoc-gen-go-temporal/pull/122) fix async update methods using Accepted as default wait for stage
- [#121](https://github.com/cludden/protoc-gen-go-temporal/pull/121) include external input and outputs in codec registrations


Expand Down
1 change: 1 addition & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ modules:
- path: test/patch/proto
- path: test/proto3optional/proto
- path: test/simple/proto
- path: test/xnsheartbeat/proto
- path: test/xnserr/proto
deps:
- buf.build/alta/protopatch
Expand Down
2 changes: 1 addition & 1 deletion gen/example/mutex/v1/mutex_temporal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 36 additions & 14 deletions gen/example/mutex/v1/mutexv1xns/mutex_xns_temporal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/example/shoppingcart/v1/shoppingcart_temporal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/example/v1/example_temporal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/example/xns/v1/xns_temporal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gen/test/cliv3/cliv3_temporal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions gen/test/simple/v1/simple_temporal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

98 changes: 71 additions & 27 deletions gen/test/simple/v1/v1xns/simple_xns_temporal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading