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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ to include examples, links to docs, or any other relevant information.

### Added

- Added new options to ActivityHandle.describe() to retrieve associated payloads, such as activity input and outcome.
- New properties and methods in ActivityExecution and ActivityExecutionDescription.

### Changed

- System Nexus Signal-with-Start Workflow operations now use the typed
Expand All @@ -37,6 +40,14 @@ to include examples, links to docs, or any other relevant information.
`StorageDriverSelectContext` instead of a `StorageDriverStoreContext`. Update the annotation;
the new type carries the same `target` field. Since selectors are plain callables, a stale
annotation fails type checking rather than at runtime.
- `client.ActivityExecution` and `client.ActivityExecutionDescription` had some fields removed or renamed
to match RPC API.
- Dataclass parameters for these types were changed to `frozen=True, eq=False, kw_only=True`.
- `scheduled_time` was renamed `schedule_time`.
- `last_failure` was changed from field to method that runs data converter on demand.
- `state_transition_count`, `eager_execution_requested`, `paused` and `long_poll_token` were removed.
- ActivityHandle.describe() long-poll token was removed. The functionality can still be used manually
through raw gRPC API.

### Fixed

Expand Down
Loading
Loading