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.13.0 to 1.13.1 #184

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps go.temporal.io/sdk from 1.13.0 to 1.13.1.

Release notes

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

v1.13.1

Highlights

This is a bug-fix patch release.

Bug fix - context cancellation concurrency

In #721 we fixed an issue where two context cancellations may cause a concurrent map read during rare cases.

Bug fix - activity cancellation when already completed

In #726 we fixed a race condition that occurs when activities are completed while cancellations are attempted.

Specific Changes

2022-02-07 - b1c3a91 - Add workflow/activity start time and activity ID to tracing interceptor spans (#715) 2022-02-07 - b5ba1d3 - Support trace logger in workflows & activities (#714) 2022-02-09 - 1837657 - Fix cancellation race condition (#721) 2022-02-11 - edacacb - Address rare custom resolver test race (#725) 2022-02-15 - 69da258 - Add a helper for serving a payload encoder over HTTP. (#717) 2022-02-18 - 2c19379 - Remove pending activity cancellations when activity completion occurs (#726)

Commits
  • 2c19379 Remove pending activity cancellations when activity completion occurs (#726)
  • 69da258 Add a helper for serving a payload encoder over HTTP. (#717)
  • edacacb Address rare custom resolver test race (#725)
  • 1837657 Fix cancellation race condition (#721)
  • b1c3a91 Add workflow/activity start time and activity ID to tracing interceptor spans...
  • b5ba1d3 Support trace logger in workflows & activities (#714)
  • See full diff in compare view


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 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.

codecov-commenter commented 2 years ago

Codecov Report

Merging #184 (73c4210) into master (e9ca2e5) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #184   +/-   ##
=======================================
  Coverage   66.02%   66.02%           
=======================================
  Files          14       14           
  Lines         830      830           
=======================================
  Hits          548      548           
  Misses        217      217           
  Partials       65       65           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e9ca2e5...73c4210. Read the comment docs.