Skip to content

Releases: temporalio/sdk-go

v0.22.5

29 Apr 22:56
3284084
Compare
Choose a tag to compare
Retry policy and workflow timeouts refactoring (#112)

v0.22.4

29 Apr 02:58
e6d4c27
Compare
Choose a tag to compare
Convert Header message to use Payload (#111)

v0.22.3: Convert Control field to string (#110)

28 Apr 00:42
e369525
Compare
Choose a tag to compare
* Convert Control field to string.

* Update go.temporal.io/temporal-proto.

v0.22.2

24 Apr 18:53
65b0884
Compare
Choose a tag to compare
Merge Cadence at 25e007d45d86bc81bc07870f9cb3b6cab35e4f0e

v0.22.1

22 Apr 19:19
88a5044
Compare
Choose a tag to compare
Update temporal-proto-go to v0.20.24 (#106)

v0.22.0: Options validation removal (#102)

22 Apr 02:27
9592ebc
Compare
Choose a tag to compare
Service already validates all the passed options. Validating them on the client leads to situations when workflows fail due to a bad option when they could be recovered. And even worse it leads to situations when validation logic on the client gets out of sync with the service.

Also fixed TestWorkflowEnvironment to support mock testing of activities by their string name without any registration. Also removed initialization of a session worker in TestWorkflowEnvironment unless requested.

v0.21.0

06 Apr 15:39
cca1ba6
Compare
Choose a tag to compare
Fix integration tests (#88)

v0.20.5: Remove type prefix from enum values (#87)

04 Apr 19:39
561d426
Compare
Choose a tag to compare
* Remove enum type prefix.

* Fix import path.

* Update go.temporal.io/temporal-proto.

v0.20.4

04 Apr 00:45
68e7f35
Compare
Choose a tag to compare
Rearrange proto files (#85)

v0.20.3

31 Mar 03:44
e829ad7
Compare
Choose a tag to compare
Rename ID to Id in proto files (#82)