Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump go.temporal.io/sdk from 1.22.2 to 1.23.0 #368

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2023

Bumps go.temporal.io/sdk from 1.22.2 to 1.23.0.

Release notes

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

v1.23.0

Highlights

Worker Versioning

This version adds support for our new Worker Versioning feature. Please note that this feature's API is subject to change. This feature allows you to assign build identifiers to workers, and ensure that workers operating on a task queue do not receive tasks that they will be incompatible with. You declare the relative [in]compatibility of build identifiers. We will be publishing documentation on this feature soon (and these notes will be updated with a link).

Specific Changes

2023-05-18 - 269b55b - Set Update ID client side (#1106) 2023-05-18 - eb8ccc1 - Add option to ignore unknown fields when protojson unmarshalling (#1105) 2023-05-19 - a3cd0d1 - Allow update panics to bubble up (#1108) 2023-05-22 - f709720 - Make sure SDK flags are applied to the correct WFT (#1112) 2023-05-22 - febeb48 - Write sdk flags directly during replay (#1116) 2023-05-22 - ff67cdb - Ignore errors from uploading to coveralls (#1115) 2023-05-23 - 55ef398 - Switch to the official coveralls uploader (#1117) 2023-05-24 - 720dab0 - Send ProtocolMessageCommands where appropriate (#1107) 2023-05-25 - 76377c7 - Worker Versioning (#1120) 2023-05-25 - ed13374 - Update panic handling (#1119) 2023-05-25 - fc09967 - Check for child workflow already started error when setting env.testError (#1109)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 26, 2023
@dependabot dependabot bot requested a review from rustatian May 26, 2023 02:57
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot dependabot bot force-pushed the dependabot/go_modules/go.temporal.io/sdk-1.23.0 branch from 1968c7d to 9b7c76c Compare May 30, 2023 21:36
Bumps [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) from 1.22.2 to 1.23.0.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.22.2...v1.23.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.23.0 branch from 9b7c76c to 833d32c Compare June 1, 2023 11:06
@rustatian rustatian merged commit c5c4b96 into master Jun 1, 2023
@rustatian rustatian deleted the dependabot/go_modules/go.temporal.io/sdk-1.23.0 branch June 1, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

2 participants