All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Use log instead of tracing for universal error logging
v0.4.0 - 2022-01-04
- Increase default max_attempts count by one
- BREAKING: Refactor project as a workspace, where integrations are separate crates
v0.3.0 - 2021-10-05
- Celery
send_task
returns the fullAsyncResult
rather than only the task ID - Add shorthand
CeleryRoundRobin
type
v0.2.0 - 2021-09-30
- Upgrade to Tokio 1
- Fix docs.rs metadata to properly show feature flags
v0.1.1 - 2021-01-26
- celery integration
v0.1.0 - 2021-01-26
- Initial release with round-robin system