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

Bump go.temporal.io/sdk from 1.15.0 to 1.16.0 #256

Merged
merged 1 commit into from
Aug 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 9, 2022

Bumps go.temporal.io/sdk from 1.15.0 to 1.16.0.

Release notes

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

v1.16.0

Highlights

Eager Activity Execution

Internal optimization that, once enabled on the server, will optimize activity execution by favoring the local activity worker before a remote one.

Specific Changes

2022-06-16 - 706af97 - Update API dep for worker versioning API (#831) 2022-06-22 - 5217d7a - Rename internal_decision_state_machine.go to internal_command_state_machine (#835) 2022-06-22 - 9879dbc - Encode nil query result (#830) 2022-06-28 - 1f60198 - Returning error from Workflow results in Failure (#838) 2022-06-30 - 6a0e7ab - Eager activity execution (#836) 2022-06-30 - 6c4061e - Add interceptors to replayer options (#839) 2022-06-30 - bca4a07 - Add client-side helper to get history from JSON reader (#840) 2022-07-01 - 2f76f4d - Allow any value in the OnUpsertSearchAttribute mock (#841) 2022-07-08 - 3856292 - Concurrency and serialization documentation notes (#848) 2022-07-12 - 7003c83 - Add workflow.GetInfo(ctx).GetCurrentHistoryLength() (#851) 2022-07-13 - c728c6b - Forward compatibility for service proxy (#849) 2022-07-13 - de63fea - Pull in v1.10.0 of go.temporal.io/api (#852) 2022-07-14 - 16cc53e - Support alias disabling during workflow/activity registration (#850) 2022-07-15 - 942edfb - Links updated (#856) 2022-07-21 - 8fe4ad9 - Properly handle absent WFT response for eager activities (#862) 2022-07-22 - dea0cfa - Support really short heartbeat throttling interval (#863) 2022-07-31 - 7151653 - Add workflow update handling (#869) 2022-08-01 - 38b2b69 - Consume api v1.11.0 (#872) 2022-08-05 - 0f9d428 - Unit test fix for Go 1.19 (#877)

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)

Bumps [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.15.0...v1.16.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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 9, 2022
@dependabot dependabot bot requested a review from rustatian August 9, 2022 02:06
@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.

@codecov-commenter
Copy link

Codecov Report

Merging #256 (068040b) into master (f4ba4bc) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master    #256   +/-   ##
======================================
  Coverage    3.48%   3.48%           
======================================
  Files          15      15           
  Lines        1376    1376           
======================================
  Hits           48      48           
  Misses       1326    1326           
  Partials        2       2           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@rustatian rustatian added this to the v1.5.x milestone Aug 9, 2022
@rustatian rustatian merged commit d1897e7 into master Aug 9, 2022
@rustatian rustatian deleted the dependabot/go_modules/go.temporal.io/sdk-1.16.0 branch August 9, 2022 07: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.

3 participants