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/server from 1.21.0 to 1.21.1 #384

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps go.temporal.io/server from 1.21.0 to 1.21.1.

Release notes

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

v1.21.1

Release Highlights

This release fixes these bugs:

  • Skip reading close event for retention task if not using Cassandra visibility store.
  • Use lower priority for standby tasks.
  • Added sanity check to protect against mutable state corruption.
  • Fix replication ack aggregation logic.

All Changes

2023-06-30 - 873df3467 - Improve build id scavenger (#4568) 2023-06-30 - ed7f94cbe - Fix migration in mem ack aggregation (#4569) 2023-06-29 - 0fcff5159 - Measure backlog after completing a current task (#4562) 2023-06-29 - 275567976 - Add corruption protection to ms (#4560) 2023-06-29 - 8b3426bf1 - Handle get namespace by id error (#4559) 2023-06-29 - 72fb120c7 - Use lowest persistence priority for standby tasks (#4551) 2023-06-29 - ca41bb034 - Consider non default sets reachable by new workflows for a while after they stop being queue default (#4545) 2023-06-29 - 0d7350d6e - Get execution start/close time when using Cassandra visibility store (#4549) 2023-06-29 - 0c441a796 - Add more metrics for stream replication (#4539)

Details about the v1.21.0 release can be found here.

Helpful links to get you started with Temporal

Temporal Docs Server Docker Compose Helm Chart

Docker images for this release (use the tag 1.21.1)

Server Server With Auto Setup (what is Auto-Setup?) Admin-Tools

Commits
  • 873df34 Improve build id scavenger (#4568)
  • ed7f94c Fix migration in mem ack aggregation (#4569)
  • 0fcff51 Measure backlog after completing current task (#4562)
  • 316e876 Bump patch release version to 1.21.1
  • 2755679 Add corruption protection to ms (#4560)
  • 8b3426b Handle get namespace by id error (#4559)
  • 72fb120 Use lowest persistence priority for standby tasks (#4551)
  • ca41bb0 Consider non default sets reachable by new workflows for a while after they s...
  • 0d7350d Get execution start/close time when using cassandra visibility store (#4549)
  • 0c441a7 Add more metrics for stream replication (#4539)
  • 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)
codecov-commenter commented 1 year ago

Codecov Report

Merging #384 (e643109) into master (01d6f75) will not change coverage. The diff coverage is n/a.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master     #384   +/-   ##
=======================================
  Coverage   22.34%   22.34%           
=======================================
  Files           4        4           
  Lines         273      273           
=======================================
  Hits           61       61           
  Misses        210      210           
  Partials        2        2