Skip to content

Releases: temporalio/sdk-go

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)

v0.20.2: Rename domain to namespace. (#81)

28 Mar 18:21
3db2adb
Compare
Choose a tag to compare
Due to circular runtime dependency with the service integration tests cannot pass with backward incompatible change like this one.

v0.20.1

27 Mar 22:04
e8af96e
Compare
Choose a tag to compare
Use correct context package (#79)

v0.20.0-alpha

23 Mar 23:48
494d65d
Compare
Choose a tag to compare
Clean up Makefile and update dependencies (#76)