Releases: temporalio/sdk-go
Releases · temporalio/sdk-go
v0.22.1
Update temporal-proto-go to v0.20.24 (#106)
v0.22.0: Options validation removal (#102)
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
v0.20.5: Remove type prefix from enum values (#87)
* Remove enum type prefix. * Fix import path. * Update go.temporal.io/temporal-proto.
v0.20.4
v0.20.3
v0.20.2: Rename domain to namespace. (#81)
Due to circular runtime dependency with the service integration tests cannot pass with backward incompatible change like this one.
v0.20.1
v0.20.0-alpha
Clean up Makefile and update dependencies (#76)