chore: bump version to 2.53.0 - #3749
Merged
Merged
Conversation
Auto-generated version bump from 2.52.1 to 2.53.0 Bump type: minor Changes included: - [`b1602800`](b160280) Make serverless worker Terraform template configurable (COM-216) (#3671) - [`d1ec2795`](d1ec279) Support markdown tables in Workflow details (#3673) - [`5eae94c7`](5eae94c) Show IANA region names in schedule timezone picker (DT-4250) (#3668) - [`f454220c`](f454220) fix(DT-4269): namespace selector tooltip overflow (#3676) - [`b563bfff`](b563bff) Update format of Execution Duration (#3677) - [`17f6d7a7`](17f6d7a) Add download json button to Standalone Activities table (#3675) - [`6f45cc07`](6f45cc0) Migrate old column labels (#3678) - [`af5c9408`](af5c940) Update to use formatDurationAbbreviated (#3679) - [`066a662c`](066a662) feat(timeline): HTML virtualization + collapse idle time (#3627) - [`eee96c60`](eee96c6) Update empty state for Standalone Activities (#3681) - [`51164cb4`](51164cb) [COM-193] Lock compute provider for new deployment versions (#3674) - [`0b700a38`](0b700a3) refactor: add es-toolkit (#3652) - [`bf4ee86f`](bf4ee86) chore(proto): add local @temporalio/proto codegen tooling (#3684) - [`892163b2`](892163b) TS strict (1/4): type annotations and dead-code cleanup (#3686) - [`b06e30e7`](b06e30e) Fix live timeline refresh for completed event groups (#3689) - [`51f04f87`](51f04f8) TS strict (2/4): strictNullChecks null-safety guards (#3687) - [`41dfc531`](41dfc53) Shared SavedViews component updates (#3670) - [`ee6348b1`](ee6348b) Fix max height for paginated table in saved query views (#3691) - [`60e4b6c0`](60e4b6c) TS strict (3/3): runtime model/form/service changes + enable strict mode (#3688) - [`ddde6e70`](ddde6e7) Activity commands for Standalone Activities (#3564) - [`40baeae6`](40baeae) Associate Combobox hints with form fields (#3667) - [`9940a389`](9940a38) Start delay for standalone activities (#3650) - [`02aa74e9`](02aa74e) Add ExecutionTime search attribute for standalone activities (#3666) - [`c84732e3`](c84732e) Fix TypeError in workflow JSON navigator on empty events (#3696) - [`839bc0d5`](839bc0d) [DT-4154] Add Cloud Run replica scaling controls (#3694) - [`32a49e4b`](32a49e4) fix(events): reflect pending-activity commands without reload (#3693) - [`9f8ddee6`](9f8ddee) Add Batch Operations to Standalone Activities (#3695) - [`d2eb9444`](d2eb944) Use standaloneActivityOperatorCommands ns capability check (#3698) - [`ea731e45`](ea731e4) Fix state unsafe mutation error in EndTimeInterval (#3715) - [`7a081c88`](7a081c8) Update holocene empty-state to runes syntax (#3701) - [`9693355c`](9693355) Update holocene navigation-item to runes syntax (#3702) - [`1b5b267e`](1b5b267) Update holocene table to runes syntax (#3711) - [`e418bdbb`](e418bdb) Update holocene navigation-badge to runes syntax (#3703) - [`4f45e370`](4f45e37) Remove unused compatibility-badge component (#3704) - [`596740cd`](596740c) Update holocene navigation-button to runes syntax (#3705) - [`9ac2f525`](9ac2f52) Remove unused expandable/button component (#3706) - [`240561dc`](240561d) Update holocene copyable/button to runes syntax (#3707) - [`4fc08c48`](4fc08c4) Update holocene radio-input and radio-card to runes syntax (#3708) - [`d6e839f7`](d6e839f) Update holocene table-row and table-header-row to runes syntax (#3710) - [`99a9ff71`](99a9ff7) fix: surgical security upgrades for Dependabot alerts (#3709) - [`9b105b47`](9b105b4) fix(serverless-workers): interpolate form values into Terraform snippet (COM-216) (#3716) - [`d126ea8a`](d126ea8) Fix deployment connection validation status refresh (#3718) - [`f0edfbd7`](f0edfbd) [DT-4296] Add Terraform setup instructions to the GCP Cloud Run deployment form (#3700) - [`38453f90`](38453f9) Fix event id param (#3745) - [`bc70844a`](bc70844) Add runes button component (strangler migration, part 1) (#3727) - [`a559c6fe`](a559c6f) Migrate app-level button consumers to runes button (#3728) - [`3a7eaa19`](3a7eaa1) Migrate holocene-internal button renderers and stories to runes button (#3729) - [`5a72155d`](5a72155) Migrate icon-button to runes with onclick prop (#3730) - [`08654d88`](08654d8) Migrate split-button to runes with onclick prop (#3731) - [`40ae4943`](40ae494) Migrate toggle-button to runes button (part 6) (#3732) - [`9fc25bca`](9fc25bc) Finalize button migration: delete legacy, rename runes button (#3733) - [`7ce3f72f`](7ce3f72) Bump API to v1.63.4 (#3723)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
laurakwhit
approved these changes
Jul 29, 2026
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.53.0
This PR updates the version from
2.52.1to2.53.0.📋 Files Updated
package.jsonserver/server/version/version.go📝 Bump Details
📖 Changes Since Last Version
b1602800Make serverless worker Terraform template configurable (COM-216) ([COM-216] Make serverless worker Terraform template configurable #3671)d1ec2795Support markdown tables in Workflow details (Support markdown tables in Workflow details #3673)5eae94c7Show IANA region names in schedule timezone picker (DT-4250) (Show IANA region names in schedule timezone picker (DT-4250) #3668)f454220cfix(DT-4269): namespace selector tooltip overflow (fix(DT-4269): namespace selector tooltip overflow #3676)b563bfffUpdate format of Execution Duration (Update format of Execution Duration #3677)17f6d7a7Add download json button to Standalone Activities table (Add download json button to Standalone Activities table #3675)6f45cc07Migrate old column labels (Migrate old column labels #3678)af5c9408Update to use formatDurationAbbreviated (Update to use formatDurationAbbreviated in SANO header #3679)066a662cfeat(timeline): HTML virtualization + collapse idle time (feat(timeline): HTML virtualization + collapse idle time #3627)eee96c60Update empty state for Standalone Activities (Update empty state for Standalone Activities #3681)51164cb4COM-193 Lock compute provider for new deployment versions ([COM-193] Lock compute provider for new deployment versions #3674)0b700a38refactor: add es-toolkit (refactor: add es-toolkit #3652)bf4ee86fchore(proto): add local @temporalio/proto codegen tooling (chore(proto): add local @temporalio/proto codegen tooling #3684)892163b2TS strict (1/4): type annotations and dead-code cleanup (TS strict (1/4): type annotations, dead-code cleanup, strict-error CI infra #3686)b06e30e7Fix live timeline refresh for completed event groups ( Fix live timeline refresh for completed event groups #3689)51f04f87TS strict (2/4): strictNullChecks null-safety guards (TS strict (2/4): strictNullChecks null-safety guards #3687)41dfc531Shared SavedViews component updates (Shared SavedViews component updates #3670)ee6348b1Fix max height for paginated table in saved query views (Fix max height for PaginatedTable in SavedQueryViews #3691)60e4b6c0TS strict (3/3): runtime model/form/service changes + enable strict mode (TS strict (3/3): runtime model/form/service changes + enable strict mode #3688)ddde6e70Activity commands for Standalone Activities (Activity commands for Standalone Activities #3564)40baeae6Associate Combobox hints with form fields (Associate Combobox hints with form fields #3667)9940a389Start delay for standalone activities (Start delay for standalone activities #3650)02aa74e9Add ExecutionTime search attribute for standalone activities (Add ExecutionTime search attribute for Standalone Activities #3666)c84732e3Fix TypeError in workflow JSON navigator on empty events (Fix TypeError in workflow JSON navigator on empty events #3696)839bc0d5[DT-4154] Add Cloud Run replica scaling controls ([DT-4154] Add Cloud Run replica scaling controls #3694)32a49e4bfix(events): reflect pending-activity commands without reload (fix(events): reflect pending-activity commands without reload #3693)9f8ddee6Add Batch Operations to Standalone Activities (Add Batch Operations to Standalone Activities #3695)d2eb9444Use standaloneActivityOperatorCommands ns capability check (Use standaloneActivityOperatorCommands NS capability check #3698)ea731e45Fix state unsafe mutation error in EndTimeInterval (Fix state unsafe mutation error in EndTimeInterval #3715)7a081c88Update holocene empty-state to runes syntax (refactor(runes): Update holocene empty-state to runes syntax #3701)9693355cUpdate holocene navigation-item to runes syntax (Update holocene navigation-item to runes syntax #3702)1b5b267eUpdate holocene table to runes syntax (Update holocene table to runes syntax #3711)e418bdbbUpdate holocene navigation-badge to runes syntax (Update holocene navigation-badge to runes syntax #3703)4f45e370Remove unused compatibility-badge component (Remove unused compatibility-badge component #3704)596740cdUpdate holocene navigation-button to runes syntax (Update holocene navigation-button to runes syntax #3705)9ac2f525Remove unused expandable/button component (Remove unused expandable/button component #3706)240561dcUpdate holocene copyable/button to runes syntax (Update holocene copyable/button to runes syntax #3707)4fc08c48Update holocene radio-input and radio-card to runes syntax (Update holocene radio-input and radio-card to runes syntax #3708)d6e839f7Update holocene table-row and table-header-row to runes syntax (Update holocene table-row and table-header-row to runes syntax #3710)99a9ff71fix: surgical security upgrades for Dependabot alerts (Fix routine Dependabot security alerts #3709)9b105b47fix(serverless-workers): interpolate form values into Terraform snippet (COM-216) (fix(serverless-workers): interpolate form values into Terraform snippet (COM-216) #3716)d126ea8aFix deployment connection validation status refresh (Fix deployment connection validation status refresh #3718)f0edfbd7[DT-4296] Add Terraform setup instructions to the GCP Cloud Run deployment form ([DT-4296] Add Terraform setup instructions to the GCP Cloud Run deployment form #3700)38453f90Fix event id param (Fix event id param #3745)bc70844aAdd runes button component (strangler migration, part 1) (Add runes button component (strangler migration, part 1) #3727)a559c6feMigrate app-level button consumers to runes button (Migrate app-level button consumers to runes button (part 2) #3728)3a7eaa19Migrate holocene-internal button renderers and stories to runes button (Migrate holocene-internal button renderers to runes button (part 3) #3729)5a72155dMigrate icon-button to runes with onclick prop (Migrate icon-button to runes button (part 4) #3730)08654d88Migrate split-button to runes with onclick prop (Migrate split-button to runes button (part 5) #3731)40ae4943Migrate toggle-button to runes button (part 6) (Migrate toggle-button to runes button (part 6) #3732)9fc25bcaFinalize button migration: delete legacy, rename runes button (Finalize button migration: delete legacy, rename runes button (part 7) #3733)7ce3f72fBump API to v1.63.4 (Bump API to v1.63.4 #3723)🤖 This PR was automatically created by the Version Bump workflow.