Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ to include examples, links to docs, or any other relevant information.

### Added

- `temporalio.workflow.uuid7()` generates a determinism-safe, time-sortable
UUIDv7 (RFC 9562) from workflow time and the workflow's deterministic random
generator, complementing the existing `workflow.uuid4()`
([#1450](https://github.com/temporalio/sdk-python/issues/1450)). The
workflow sandbox now also restricts the non-deterministic `uuid.uuid7()`
added to the standard library in Python 3.14, matching the existing
`uuid.uuid1()`/`uuid.uuid4()` restrictions.

### Changed

- `temporalio.contrib.pydantic` converters now reuse Pydantic type adapters
Expand Down
Loading
Loading