Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

54 lines (31 loc) · 1.33 KB

Changelog

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.

Unreleased

Changed

  • Use log instead of tracing for universal error logging

v0.4.0 - 2022-01-04

Changed

  • Increase default max_attempts count by one
  • BREAKING: Refactor project as a workspace, where integrations are separate crates

v0.3.0 - 2021-10-05

Changed

  • Celery send_task returns the full AsyncResult rather than only the task ID
  • Add shorthand CeleryRoundRobin type

v0.2.0 - 2021-09-30

Changed

  • Upgrade to Tokio 1

Fixed

  • Fix docs.rs metadata to properly show feature flags

v0.1.1 - 2021-01-26

Added

v0.1.0 - 2021-01-26

Added

  • Initial release with round-robin system