temporalio / roadrunner-temporal

Temporal PHP-SDK Host Process plugin for Roadrunner
MIT License
22 stars 8 forks source link

Bump go.temporal.io/sdk from 1.16.0 to 1.17.0 #268

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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)
CLAassistant commented 2 years ago

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 commented 2 years ago

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[bot] commented 2 years ago

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