Skip to content

v0.12.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 16:23
· 1 commit to master since this release
6a6e8b7

[0.12.5] - 2025-01-29

Bug Fixes

  • (sdk-go) Use int32 on WithRetries, Test WithExponentialBackoff (#1263)
  • (sdk-go) Change int args to match proto (#1264)
  • (sdk-java) Adds missing configs to sdk java (#1265)
  • (sdk-go) Move variable default logic to WithDefault method (#1268)
  • (sdk-python) Add optional default_value parameter to declare var methods (#1269)
  • (sdk-go) Catch nil value early when converting interface to var val (#1271)

Features

  • (sdk-dotnet) Add execute task feature to workflow spec (#1262)
  • (sdk-dotnet) Add declare variables to wfspec (#1267)

Refactor

  • (sdk-dotnet) Change tests to avoid using mocks at the maximum (#1270)