temporalio / roadrunner-temporal

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

chore(deps): bump go.temporal.io/sdk from 1.17.0 to 1.18.1 #292

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

closes: https://github.com/temporalio/roadrunner-temporal/issues/277 Bumps go.temporal.io/sdk from 1.17.0 to 1.18.1.

Release notes

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

v1.18.1

Highlights

Failure Converters

We have added a new API to allow users to customize how errors are serialized and de-serialized to failures.

Schedule API (experimental)

We have added a new API to help users run workflows against a provided schedule.

Specific Changes

2022-09-20 - 077e261 - Skip upsert memo integration tests (#914) 2022-09-21 - 754b253 - Do not call ResetSticky on force eviction (#915) 2022-09-28 - a6a8749 - Support backing off more for resource exhausted (#917) 2022-09-30 - e6a06f2 - Add support for custom failure converters (#924) 2022-10-12 - 14df12c - Add IdempotencyKey start span option (#931) 2022-10-19 - 3f3eca4 - Do not set idempotency key for HandleQuery (#934) 2022-10-31 - 40f7da0 - Add resource exhausted metric with cause (#940) 2022-10-31 - 67b4c87 - Don't use data converter if search attribute value is of Payload type (#913) 2022-11-03 - 66eb848 - Adapt to interaction-based upstream API changes (#944) 2022-11-03 - 97ed634 - Set default max eager activities to 3 (#946) 2022-11-07 - 620fa72 - Provide better custom logger example in README (#911) 2022-11-09 - 8ab62d9 - Add schedule API (#943) 2022-11-10 - 133a6a0 - Remove default limit of overall max eager activities and add max per task (#952)

v1.18.0

(outdated, see v1.18.1)

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 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: rustatian
:x: dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant commented 1 year 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 1 year ago

Codecov Report

Merging #292 (66b2fdd) into master (5e445d4) will not change coverage. The diff coverage is 0.00%.

@@          Coverage Diff           @@
##           master    #292   +/-   ##
======================================
  Coverage    3.05%   3.05%           
======================================
  Files          15      15           
  Lines        1573    1573           
======================================
  Hits           48      48           
  Misses       1523    1523           
  Partials        2       2           
Impacted Files Coverage Δ
aggregatedpool/activity.go 0.00% <0.00%> (ø)
aggregatedpool/handler.go 0.00% <0.00%> (ø)
aggregatedpool/workflow.go 0.00% <0.00%> (ø)
data_converter/converter.go 38.23% <ø> (ø)

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