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.2 to 1.21.3 #391

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps go.temporal.io/server from 1.21.2 to 1.21.3.

Release notes

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

v1.21.3

Release Highlights

This release fixes a number of bugs:

  • Workflows that use the new Workflow Update feature can be blocked with "non deterministic" errors under very rare circumstances.
  • Introduce an option in the force-replication workflow to verify workflows were successfully replicated and applied on a target cluster.
  • Fixed standby task discarding logic so that only task that does verification will be dropped.
  • Changed the Elasticsearch Scan API back to use scroll if point in time is not available.
  • Few other minor bugs.

And improvements:

  • Change history event cache size from count-based to byte size-based to avoid caching large blob history events. The dynamic config keys history.eventsCacheInitialSize and history.eventsCacheMaxSize are changed to history.eventsCacheInitialSizeByte and history.eventsCacheMaxSizeByte, respectively.

All Changes

2023-07-24 - 55c4d36f8 - Restore defaultListWorkflowsPageSize back to 1000 (from 100) (#4674) 2023-07-21 - d0974cdaa - Execute VerifyReplicationTasks as an individual activity (#4656) 2023-07-21 - 9f9b172f6 - Fail force-replication fast if any GenerateReplicationTasks/GenerateAndVerifyReplicationTasks activity returns error (#4642) 2023-07-21 - 6247d8814 - Add verification of replication tasks in force replication (#4630) 2023-07-21 - 1d5601a4b - Validate workflow task start time when complete (#4663) 2023-07-21 - 655c51aad - Exclude history APIs from persistence health signals (#4637) 2023-07-21 - 4edce52ec - Per shard per namespace RPS warning log (#4525) 2023-07-20 - 53517fd40 - Custom search attributes validation per store (#4655) 2023-07-20 - 2830f3816 - Do not use Unvailable as error type for expected error cases (#4650) 2023-07-20 - a9a9acbbb - Add support for ES Scroll for Scan API (#4614) 2023-07-20 - 67de6dfef - change the history cache key name to *Bytes (#4649) 2023-07-20 - 268e27408 - Log when health rate limiter value changes (#4648) 2023-07-20 - 32b4219ca - Better handle admin handler stream replication API lifecycle (#4647) 2023-07-20 - 7a125d94e - Allow configurating history cache non-user context lock timeout (#4645) 2023-07-20 - f97b681b3 - do not cache large blob history event (#4621) 2023-07-20 - 49b99fe6a - Drop standby tasks in standby taks executor (#4626) 2023-07-20 - a466c4da0 - Fix metrics tagging in stream replication task processing (#4625) 2023-07-20 - bcbb3b926 - Handle replicate workflow state with exist workflow data (#4617) 2023-07-20 - 561495045 - properly fix migration in mem ack aggregation (#4571) 2023-07-20 - 1ca8443ed - Allow context disable frontend redirection (#4547) 2023-07-20 - 674657bd2 - Skip final task queue update if lost ownership (#4554)

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 tag 1.21.3)

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

Commits
  • 55c4d36 Restore defaultListWorkflowsPageSize back to 1000 (from 100) (#4674)
  • 91a3146 Bump patch release version to 1.21.3
  • d0974cd Execute VerifyReplicationTasks as an individual activity (#4656)
  • 9f9b172 Fail force-replication fast if any GenerateReplicationTasks/GenerateAndVerify...
  • 6247d88 Add verification of replication tasks in force replication (#4630)
  • 1d5601a Validate workflow task start time when complete (#4663)
  • 655c51a Exclude history APIs from persistence health signals (#4637)
  • 4edce52 Per shard per namespace RPS warning log (#4525)
  • ec16a06 Run go mod tidy
  • 53517fd Custom search attributes validation per store (#4655)
  • Additional commits viewable 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 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 #391 (ea99083) into master (39c8d71) 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     #391   +/-   ##
=======================================
  Coverage   22.34%   22.34%           
=======================================
  Files           4        4           
  Lines         273      273           
=======================================
  Hits           61       61           
  Misses        210      210           
  Partials        2        2           
dependabot[bot] commented 1 year ago

Superseded by #395.