Releases: Haskely/recoverable-async-task
Releases · Haskely/recoverable-async-task
Release list
v0.2.4
v0.2.3: Refactor RecoverableTask and enhance error handling
- Improved result yielding by first collecting cached results before creating new tasks. - Enhanced error handling during task execution, logging failures without interrupting the process. - Updated version in `uv.lock` to 0.2.2.dev1. - Added new tests for error handling with invalid JSON and serialization issues, ensuring robustness in data processing. - Verified progress bar functionality in tests, confirming accurate task completion tracking.
v0.2.2
Update CHANGELOG and README for version 0.2.2
v0.2.1
Update CHANGELOG for version 0.2.1: Add entry for improvements includ…
v0.2.0
Update changelog, README, and code structure for recoverable async ta…
v0.1.9
v0.1.9-dev
Update publish-to-pypi.yml fix sigstore/gh-action-sigstore-python