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

Bump go.temporal.io/server from 1.19.1 to 1.22.1 #239

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2023

Bumps go.temporal.io/server from 1.19.1 to 1.22.1.

Release notes

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

v1.22.1

Important

There was a security issue in the Temporal Docker image that could expose your DB password in the shell logs. The issue is fixed in temporalio/docker-builds#147, and new Docker image builds packing this version or later will contain the fix. Note that this issue is not related in any way to the Temporal Server itself. It only affects a script in the Docker image to launch your Temporal Server.

All Changes

2023-10-13 - 717352261 - Ensure latest Go version in GH workflows (#4974) 2023-10-12 - b154bcda8 - Bump base-ci-builder image (#4969) 2023-10-06 - 759b60896 - Refactor TaskPoller.PollAndProcessWorkflowTask (#4903) 2023-10-06 - 4a70d6293 - Don't track overlapping scheduled workflows (#4911) 2023-10-06 - 1f01c72a3 - Use RateBurst in RateLimitInterceptorProvider (#4933) 2023-10-06 - 9abaafd16 - Take history length into account when rate limiting generate replication task (#4929) 2023-10-06 - ba6391831 - Improve XDC logging (#4932) 2023-10-06 - 8cadb9400 - Handle XDC replication task retry error / not found error correctly (#4924) 2023-10-06 - 8d1e43aa9 - Make rate multi min and max dynamic (#4920) 2023-10-06 - b4df68298 - Add metric for dynamic rate limit multiplier (#4921) 2023-10-06 - 68604955a - Improve XDC Logging (#4917) 2023-10-06 - b5f73191d - Simplify DescribeSchedule (#4810) 2023-10-06 - 1af21c404 - Build id scavenger shouldn't look at recent build ids (#4846) 2023-10-06 - 9547e8249 - Exit build id scavenger on rate limiter error (#4841) 2023-10-06 - e9985714d - Fix QueryWorkflow forwarding on versioned queue (#4847) 2023-10-06 - 277e97d49 - Make versioning data limits configurable by namespace (#4843)

v1.22.0

Release Highlights

Streaming for replication (WIP)

This version of server added gRPC streaming API for replications between clusters. This feature is still working in progress, is currently disabled by default. It will be enabled in future release.

Count workflow by ExecutionStatus

The Count API feature allows the user to count the number of workflow matching the given query. For example, the command temporal workflow count -q "WorkflowType='foo'" returns the number of workflows that matches WorkflowType='foo'.

Now, you can send queries to the Count API to group by a given search attribute. Eg: -q "WorkflowType='foo' GROUP BY ExecutionStatus returns the number of workflows that matches WorkflowType='foo' grouped by ExecutionStatus.

The GROUP BY clause is only supported in the Count API, and, at this moment, we only support grouping by ExecutionStatus. We plan to support group by any search attribute in a future release.

EDIT: Note: The Count API returns approximate counts.

Default authorizer changes

The default authorizer now allows OperatorService.ListSearchAttributes as a namespace-level read-only API. Additionally, the implementation was changed: if you have custom authorizer code based on the default authorizer, you may want to examine the new implementation.

Schedules improvements

Schedules that are “idle”, meaning they are only configured to run for a fixed number of times (either with “limited actions” or with a spec that doesn’t match any times in the future), will now automatically be deleted after one week since their last action. This applies to existing schedules, however existing schedules that are already idle won’t be deleted unless they’re woken up by a signal.

Jitter is now calculated correctly so that jitter across separate schedules is not correlated. This automatically applies to existing schedules.

... (truncated)

Commits
  • 7173522 Ensure latest Go version in GH workflows (#4974)
  • b154bcd Bump base-ci-builder image (#4969)
  • 759b608 Refactor TaskPoller.PollAndProcessWorkflowTask (#4903)
  • 4a70d62 Don't track overlapping scheduled workflows (#4911)
  • 1f01c72 Use RateBurst in RateLimitInterceptorProvider (#4933)
  • 9abaafd Take history length into account when rate limiting generate replication task...
  • ba63918 Improve XDC logging (#4932)
  • 8cadb94 Handle XDC replication task retry error / not found error correctly (#4924)
  • 8d1e43a Make rate multi min and max dynamic (#4920)
  • b4df682 Add metric for dynamic rate limit multiplier (#4921)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.19.1 to 1.22.1.
- [Release notes](https://github.com/temporalio/temporal/releases)
- [Changelog](https://github.com/temporalio/temporal/blob/main/.goreleaser.yml)
- [Commits](temporalio/temporal@v1.19.1...v1.22.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 20, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2023

Superseded by #241.

@dependabot dependabot bot closed this Nov 13, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/go.temporal.io/server-1.22.1 branch November 13, 2023 22:30
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.

0 participants