Skip to content
Open
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,12 +20,20 @@ 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

### Deprecated

### :boom: Breaking Changes

- client.ActivityExecution and client.ActivityExecutionDescription had some fields removed or renamed
to match RPC API. Dataclass equality method has been disabled for these types.
- ActivityHandle.describe() long-poll token was removed. The functionality can still be used manually
through raw gRPC API.

### Fixed

### Security
Expand Down
Loading
Loading