Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump go.temporal.io/server from 1.21.2 to 1.21.3 #291

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2023

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)

Bumps [go.temporal.io/server](https://github.com/temporalio/temporal) from 1.21.2 to 1.21.3.
- [Release notes](https://github.com/temporalio/temporal/releases)
- [Changelog](https://github.com/temporalio/temporal/blob/master/.goreleaser.yml)
- [Commits](temporalio/temporal@v1.21.2...v1.21.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 25, 2023
@feedmeapples feedmeapples self-requested a review July 26, 2023 03:11
@feedmeapples feedmeapples merged commit c8a3ed1 into main Jul 26, 2023
@feedmeapples feedmeapples deleted the dependabot/go_modules/go.temporal.io/server-1.21.3 branch July 26, 2023 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant