Skip to content

Releases: temporalio/sdk-go

v0.26.0

28 Jun 01:55
aceb087
Compare
Choose a tag to compare
Update dependencies (#174)

v0.25.0

25 Jun 21:07
c1dd4ce
Compare
Choose a tag to compare
Release 0.25.0 (#170)

v0.24.4

16 Jun 00:56
00d9614
Compare
Choose a tag to compare
Update go.temporal.io/temporal-proto (#162)

v0.24.3

13 Jun 00:28
2be0608
Compare
Choose a tag to compare
Remove query consistency level from request (#160)

v0.24.2

12 Jun 20:28
4b1863d
Compare
Choose a tag to compare
Adopt proto files changes (#159)

v0.24.0

10 Jun 06:14
5165b45
Compare
Choose a tag to compare
Add UNSPECIFIED to every enum. (#158)

v0.23.9

09 Jun 17:58
ac02e4f
Compare
Choose a tag to compare
Prefix enums with type and convert to upper case (#157)

v0.23.8

06 Jun 01:16
5b2d42f
Compare
Choose a tag to compare
Combine DataConverter and PayloadConverter (#155)

v0.23.7

05 Jun 19:52
1f82701
Compare
Choose a tag to compare
Remove workflow timeout type (#154)

v0.23.6: Add retryStatus to ActivityTaskError and ChildWorkflowExecutionError …

05 Jun 00:08
b4f70db
Compare
Choose a tag to compare
…(#153)

* Add retry status to activity and workflow error.

* Update proto.

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

* Remove <nil> return value for getErrorType.