chore: bump version to 2.52.0#3626
Open
temporal-cicd[bot] wants to merge 2 commits into
Open
Conversation
Auto-generated version bump from 2.51.1 to 2.52.0 Bump type: minor Changes included: - [`9c6fcd54`](9c6fcd5) Add direct SSO redirect and backend logout (#3590) - [`feab0d90`](feab0d9) a11y(4.1.3): Toaster role="log" → per-toast role="status"/"alert" for correct AT announcement semantics (#3560) - [`d7bbfb01`](d7bbfb0) a11y(2.5.8): toast — replace bare close button with IconButton (36×36 px) (#3553) - [`4efd6ab6`](4efd6ab) a11y(3.3.1): Holocene input primitives — add aria-invalid, aria-describedby, and uniform live-region error announcement (#3554) - [`0600b700`](0600b70) Use green only (#3599) - [`94107549`](9410754) Clarify activity pause timeout behavior (#3600) - [`9f88d5a8`](9f88d5a) Bump node version to 22.23.1 or newer to fix issue from previous security release (#3604) - [`ca4104ae`](ca4104a) Update reason copy and inputs (#3588) - [`51db73fa`](51db73f) Update batch operation reason input hint (#3605) - [`836d7c55`](836d7c5) a11y(2.4.3): route navigation — move focus to the main landmark on afterNavigate, not just scroll (#3538) - [`4ee95696`](4ee9569) Improve re-renders for large encoded event histories (#3592) - [`fa5e7aa1`](fa5e7aa) feature/schedules (#3603) - [`0d9467fd`](0d9467f) Default includeHeartbeatDetails and includeLastFailure to true for getActivityExecution and pollActivityExecution (#3521) - [`e5bc514e`](e5bc514) fix schedules: duplicate key (#3612) - [`f1eb489f`](f1eb489) Remove preview badge (#3581) - [`1e5173b4`](1e5173b) Add existing versions to worker create deployment version form (#3601) - [`a8552bae`](a8552ba) fix schedules -e.trim not a function (#3613) - [`0442f847`](0442f84) Fix width of ComputeBadge in VersionTableRow (#3615) - [`ddbeb54f`](ddbeb54) fix(cloud-nav): animate and stabilize side-nav collapse (#3606) - [`3cfc684b`](3cfc684) fix - schedules recent/upcoming runs - sort issue (#3616) - [`92b8875b`](92b8875) Move timestamp out of translate (#3617) - [`901258af`](901258a) Fix SAA and WF consistency (#3614) - [`99593d97`](99593d9) DT-4001 - standalone nexus operations (#3496) - [`f10d1bf1`](f10d1bf) Clamp codeblock to container width (#3621) - [`0a9d93ce`](0a9d93c) Remove unnecessary bottom-0 (#3623) - [`9dabb522`](9dabb52) chore(deps-dev): bump vite from 6.4.2 to 6.4.3 (#3610) - [`5c1854d3`](5c1854d) News Feed (#3596)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Version Bump to 2.52.0
This PR updates the version from
2.51.1to2.52.0.🚀 New Features
API version lower to 1.62.8 for CLI release
📋 Files Updated
package.jsonserver/server/version/version.go📝 Bump Details
📖 Changes Since Last Version
9c6fcd54Add direct SSO redirect and backend logout (Add direct SSO redirect and backend logout #3590)feab0d90a11y(4.1.3): Toaster role="log" → per-toast role="status"/"alert" for correct AT announcement semantics (a11y(4.1.3): Toaster role="log" → per-toast role="status"/"alert" for correct AT announcement semantics #3560)d7bbfb01a11y(2.5.8): toast — replace bare close button with IconButton (36×36 px) (a11y(2.5.8): toast — replace bare close button with IconButton (36×36 px) #3553)4efd6ab6a11y(3.3.1): Holocene input primitives — add aria-invalid, aria-describedby, and uniform live-region error announcement (a11y(3.3.1): Holocene input primitives — add aria-invalid, aria-describedby, and uniform live-region error announcement #3554)0600b700Use green only (Update FeatureTag to use green color only #3599)94107549Clarify activity pause timeout behavior (Clarify activity pause timeout behavior #3600)9f88d5a8Bump node version to 22.23.1 or newer to fix issue from previous security release (Bump node version to 22.23.1 or newer to fix issue from previous security release #3604)ca4104aeUpdate reason copy and inputs (Update reason copy and inputs #3588)51db73faUpdate batch operation reason input hint (Update batch operation reason input hint #3605)836d7c55a11y(2.4.3): route navigation — move focus to the main landmark on afterNavigate, not just scroll (a11y(2.4.3): route navigation — move focus to the main landmark on afterNavigate, not just scroll #3538)4ee95696Improve re-renders for large encoded event histories (Improve re-renders for large encoded event histories #3592)fa5e7aa1feature/schedules (feature/schedules #3603)0d9467fdDefault includeHeartbeatDetails and includeLastFailure to true for getActivityExecution and pollActivityExecution (Add includeHeartbeatDetails and includeLastFailure to DescribeActivityExecution requests #3521)e5bc514efix schedules: duplicate key (fix schedules: duplicate key #3612)f1eb489fRemove preview badge (Remove preview badge for Workers #3581)1e5173b4Add existing versions to worker create deployment version form (Add existing versions to worker create deployment version form #3601)a8552baefix schedules -e.trim not a function (fix schedules -e.trim not a function #3613)0442f847Fix width of ComputeBadge in VersionTableRow (Fix width of ComputeBadge in VersionTableRow #3615)ddbeb54ffix(cloud-nav): animate and stabilize side-nav collapse (fix(cloud-nav): animate and stabilize side-nav collapse #3606)3cfc684bfix - schedules recent/upcoming runs - sort issue (fix - schedules recent/upcoming runs - sort issue #3616)92b8875bMove timestamp out of translate (Fix last refreshed timestamp for short format #3617)901258afFix SAA and WF consistency (Fix SAA and WF consistency #3614)99593d97DT-4001 - standalone nexus operations (DT-4001 - standalone nexus operations #3496)f10d1bf1Clamp codeblock to container width (Fix EventDetailsFull overflowing history table with large payloads #3621)0a9d93ceRemove unnecessary bottom-0 (Remove unnecessary bottom-0 in Maximizable #3623)9dabb522chore(deps-dev): bump vite from 6.4.2 to 6.4.3 (chore(deps-dev): bump vite from 6.4.2 to 6.4.3 #3610)5c1854d3News Feed (News Feed #3596)🤖 This PR was automatically created by the Version Bump workflow.