Skip to content

v1.13.0

Compare
Choose a tag to compare
@cretz cretz released this 01 Feb 20:02
· 395 commits to master since this release
5773685

Highlights

Disable workflow worker

Now, workers can be used as activity-only workers only by setting worker.Options.DisableWorkflowWorker as true.

Static analysis tool

See https://github.com/temporalio/sdk-go/tree/master/contrib/tools/workflowcheck

Specific Changes

2021-12-08 - feae29e - Updated SDK version in nested modules (#663)
2021-12-13 - 63bd738 - Support configurable/default heartbeat default/max intervals. (#660)
2021-12-15 - 5e5645f - Header/tracing support for signals and queries (#631)
2021-12-16 - 48386f8 - Support pointer-to-pointer in channel receive (#673)
2021-12-16 - f1153c0 - Set workflow ID from start options in testsuite if given (#674)
2022-01-03 - c281f6a - Address flaky grpc dial and open telemetry tests (#680)
2022-01-04 - 638b0ed - Debug mode does not set the DeadlockDetectionTimeout (#681)
2022-01-05 - 4d67625 - Fix flakiness with OpenTelemetry integration test (#684)
2022-01-06 - 8c434bc - Set Fossa to run non-blocking in buildkite (#683)
2022-01-07 - c32b047 - Add note for OnActivity about method references (#691)
2022-01-13 - 0fa6692 - Add metadata.messageType to protobuf payloads (#693)
2022-01-14 - 93e91e5 - Only respond with activity cancellation when requested by server (#690)
2022-01-18 - 0a00199 - Add ability to disable workflow worker (#689)
2022-01-18 - 147569c - Propagate retry policy for continue-as-new based on the original retry policy (#696)
2022-01-18 - 9616e90 - Increase log level of heartbeat errors (#694)
2022-01-31 - 37f56f0 - Static analysis tool for determinism checking (#702)
2022-01-31 - 4915b0c - Add note for context-aware data converters (#699)
2022-01-31 - cb9c7de - Log poll failures at a higher level (#708)