Releases: nexus-rpc/sdk-python
Releases · nexus-rpc/sdk-python
1.3.0
1.2.0
Breaking Changes
FetchInfoandFetchResulthave been removed.- Task cancellation support has been added. Nexus workers must now supply an implementation of
OperationTaskCancellationwhen creating anOperationContext.
Specific Changes
2025-07-14 - 2f9f2c0 - Clarify get_operation_factory (#17)
2025-07-14 - 35f574c - Comply with unused variable warnings (#18)
2025-07-14 - 54bee01 - [1/5] Typing cleanup (#13)
2025-07-14 - 79baa15 - [3/5] Use dataclass_transform to prevent type errors in service definition (#15)
2025-07-14 - 8387369 - [4/5] Introduce OperationDefinition (#16)
2025-07-14 - c8d54f8 - [2/5] Type-check assertions (#14)
2025-10-22 - 66e564f - Add CONFLICT and REQUEST_TIMEOUT handler error types (#24)
2025-10-27 - 5c0435e - Remove FetchInfo and FetchResult requests (#25)
2025-11-07 - eb30059 - Add Task Cancellation (#31)
1.1.0
Experimental pre-release