Skip to content

Releases: Haskely/recoverable-async-task

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 07 Jan 14:15
docs: update CHANGELOG for v0.2.4

v0.2.3: Refactor RecoverableTask and enhance error handling

Choose a tag to compare

@github-actions github-actions released this 07 Jan 13:47
- 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

Choose a tag to compare

@github-actions github-actions released this 03 Jan 09:07
Update CHANGELOG and README for version 0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 27 Dec 10:16
Update CHANGELOG for version 0.2.1: Add entry for improvements includ…

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Dec 10:53
Update changelog, README, and code structure for recoverable async ta…

v0.1.9

Choose a tag to compare

@github-actions github-actions released this 19 Jul 11:39
limit checkpoint name length

v0.1.9-dev

v0.1.9-dev Pre-release
Pre-release

Choose a tag to compare

@Haskely Haskely released this 31 May 04:07
1382a83
Update publish-to-pypi.yml fix sigstore/gh-action-sigstore-python

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 30 Apr 13:22
fix publish-to-pypi job

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 30 Apr 13:10
remove example.py and update README