Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Bump go.temporal.io/sdk from 1.13.0 to 1.13.1 #45

Merged
merged 1 commit into from
Feb 25, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2022

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)

Bumps [go.temporal.io/sdk](https://github.com/temporalio/sdk-go) from 1.13.0 to 1.13.1.
- [Release notes](https://github.com/temporalio/sdk-go/releases)
- [Commits](temporalio/sdk-go@v1.13.0...v1.13.1)

---
updated-dependencies:
- dependency-name: go.temporal.io/sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 18, 2022
@jlegrone jlegrone merged commit 86a3b8e into main Feb 25, 2022
@jlegrone jlegrone deleted the dependabot/go_modules/go.temporal.io/sdk-1.13.1 branch February 25, 2022 21:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant