3.21.0: version bump + PostgreSQL Delay timezone fix - #1441
Merged
Conversation
cursor
Bot
force-pushed
the
cursor/bump-3-21-0-04a9
branch
from
September 6, 2026 17:35
a8d513b to
b08af28
Compare
danielgerlag
marked this pull request as ready for review
September 6, 2026 17:36
|
Ready to squash-merge. Contains the 3.21.0 version bump plus the #1425 EnsureUtc fix (so 3.21.0 is complete even if #1425 stays blocked). This PR is authored by @danielgerlag, so the remaining code-owner review is @glucaci — or an admin merge from the UI (same path as #1437). After merge I will tag |
|
v3.21.0 GitHub release is published: https://github.com/danielgerlag/workflow-core/releases/tag/v3.21.0 I cannot |
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.
Summary
EnsureUtcfix so Delay no longer hangs on PostgreSQLtimestamptz(the original Copilot PR is MERGEABLE but the Standard ruleset rejects owner approval because those commits are Copilot-coauthored).Already on
masterand included in this release:Activity(NRE masking real startup failures) —070175eUseCosmosDbPersistenceoverload —337fb73Describe the change
Ship 3.21.0 with the three intended fixes.
Describe your implementation or design
Directory.Build.propsversions set to 3.21.0. EFEnsureUtcconverts Local viaToUniversalTime(), passes Utc through, and keepsSpecifyKindfor Unspecified (SQLite/SQL Server). Applied on CreateTime/CompleteTime/SleepUntil/StartTime/EndTime/SubscribeAsOf/EventTime/ExternalTokenExpiry.Tests
ExtensionMethodsFixturecovers Local/Utc/Unspecified for CreateTime and SleepUntil.Breaking change
No.
Test plan
Directory.Build.propsversions are3.21.0/3.21.0.0v3.21.0, GitHub release, dispatchnuget-publish