Skip to content

Commit b2bed9c

Browse files
authored
Merge pull request #122 from cludden/cludden/update-fixes
Fix update-with-start heartbeat details, default wait-for-stage
2 parents bbae59a + b5736ae commit b2bed9c

File tree

20 files changed

+5575
-100
lines changed

20 files changed

+5575
-100
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
### Changed
1515

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

1921

buf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ modules:
2121
- path: test/patch/proto
2222
- path: test/proto3optional/proto
2323
- path: test/simple/proto
24+
- path: test/xnsheartbeat/proto
2425
- path: test/xnserr/proto
2526
deps:
2627
- buf.build/alta/protopatch

gen/example/mutex/v1/mutex_temporal.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/example/mutex/v1/mutexv1xns/mutex_xns_temporal.pb.go

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

gen/example/shoppingcart/v1/shoppingcart_temporal.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/example/shoppingcart/v1/shoppingcartv1xns/shoppingcart_xns_temporal.pb.go

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

gen/example/v1/example_temporal.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/example/xns/v1/xns_temporal.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/test/cliv3/cliv3_temporal.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/test/simple/v1/simple_temporal.pb.go

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

0 commit comments

Comments
 (0)