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.16.0 to 1.17.0 #268

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2022

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

Release notes

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

v1.17.0

Highlights

Connection sharing across clients

A new function is available, client.NewClientFromExisting that can create a client using the same connection as an existing client and a new set of non-connection options.

Upsert memo

Similar to workflow.UpsertSearchAttribute which mutates search attributes from inside the workflow, there is now workflow.UpsertMemo which mutates the workflow memo from inside the workflow. This is only usable with Temporal server versions 1.18+.

Workflow channel utilities

Two new utilities for channels inside of workflow: Channel.Len which is similar to len(ch) in Go, and Channel.ReceiveWithTimeout which supports timing out a channel receive.

Specific Changes

2022-08-10 - 8d5582c - Doc fixes (#879) 2022-08-10 - f150e45 - Share connection across different clients (#881) 2022-08-19 - 3d111e3 - Spawn update coro directly through dispatcher (#885) 2022-08-29 - 74a1b73 - Fix code samples for workflow.SideEffect (#890) 2022-08-29 - 85978da - Fix doc formatting (#892) 2022-08-30 - 7f1b18f - Stop logging poller errors after stop (#894) 2022-08-30 - b5942ae - Sync batch operations api (#889) 2022-09-01 - d1f860c - Handle Client.Close on cloned clients (#893) 2022-09-01 - f4f143c - Expose OperatorService client (#902) 2022-09-02 - e7905ec - Make Worker.Stop reentrant (#906) 2022-09-06 - d884fe6 - Update CODEOWNERS to temporalio/sdk team (#905) 2022-09-07 - 9341009 - Add UpsertMemo API (#883) 2022-09-08 - ffa7590 - Added Channel.Len and Channel.ReceiveWithTimeout (#895)

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.16.0 to 1.17.0.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.16.0...v1.17.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 Sep 12, 2022
@dependabot dependabot bot requested a review from rustatian September 12, 2022 02:09
@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 #268 (4c743df) into master (6a7979b) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master    #268   +/-   ##
======================================
  Coverage    3.44%   3.44%           
======================================
  Files          15      15           
  Lines        1392    1392           
======================================
  Hits           48      48           
  Misses       1342    1342           
  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.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2022

Looks like go.temporal.io/sdk is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 12, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/go.temporal.io/sdk-1.17.0 branch September 12, 2022 19:04
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.

None yet

3 participants