Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Bump go.temporal.io/sdk from 1.23.1 to 1.24.0 #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2023

Bumps go.temporal.io/sdk from 1.23.1 to 1.24.0.

Release notes

Sourced from go.temporal.io/sdk's releases.

v1.24.0

Highlights

Readonly Protection

Added protection in the SDK against running mutating workflow functions in a read only context. A read only context is a query handler, update validator, side effect, or mutable side effect. Previously, in some cases, the SDK would seem to allow it but silently generate an invalid workflow history. This change allows developers to quickly catch their mistake and prevents generating invalid workflow histories

Experimental - Eager Workflow Dispatch

Eager Workflow Dispatch (EWD) is a mechanism that minimizes the duration from starting a workflow to the processing of the first workflow task, making Temporal more suitable for latency sensitive applications. Eager workflow Dispatch can be enabled by setting EnableEagerStart in StartWorkflowOptions and if the server supports it and a local worker is available the task is fed directly to the worker.

Note: Requires Temporal Server 1.20+

Specific Changes

2023-06-23 - d56a1ca - Use getNextID() when handling mutable side effects (#1146) 2023-06-23 - e720652 - Fix history paging on looking for WFT Fail (#1147) 2023-06-27 - f223247 - Update workflowcheck dependencies (#1148) 2023-06-28 - 435b192 - Document when the activity context is cancelled (#1150) 2023-06-29 - 1923300 - Start version numbers at 0 in godoc (#987) 2023-06-29 - 261f652 - Add missing schedule types (#1151) 2023-06-30 - 524b4d1 - Add more mocks (#1152) 2023-07-05 - e1d76b7 - Add docs on update (#1154) 2023-07-17 - 023af0e - Move commit info to env var to mitigate run injection vulnerability. (#1165) 2023-07-17 - 4714f38 - Prevent modifying workflow state in read only contexts (#1159) 2023-07-17 - 57d29ee - Expose update interceptor input (#1166) 2023-07-17 - 930cc2b - Reassign runningWorkflows workflow ID in test environment (#1163) 2023-07-17 - ca05fcd - Add interceptors for Await and AwaitWithTimeout (#1161) 2023-07-17 - dd24fd5 - Add support for update info (#1162) 2023-07-23 - 3ba8110 - Hardcode noop metrics handler to avoid logs (#1169) 2023-07-24 - 899f6d0 - Add IsLocalActivity to ActivityInfo (#1170) 2023-07-24 - a059d88 - Unlock before panicking (#1168) 2023-07-24 - a649812 - Make QueryWorkflowWithOptions go through interceptor (#1171) 2023-07-26 - 746bcf2 - Add eager workflow start (#1164) 2023-07-31 - 30c8ca2 - Rework cancellation counting (#1181) 2023-07-31 - 6523916 - Expand WF context locking to cover WFT responses (#1182) 2023-07-31 - 7fe0679 - Clarify ScheduleToStartTimeout in ActivityOptions (#1183)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 4, 2023
Bumps [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) from 1.23.1 to 1.24.0.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.23.1...v1.24.0)

---
updated-dependencies:
- dependency-name: go.temporal.io/sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.temporal.io/sdk-1.24.0 branch from 24ba0b7 to 2c67543 Compare August 10, 2023 16:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants