Skip to content

Releases: TrueLayer/retry-policies

v0.5.2

09 May 10:53
cdfac5b

Choose a tag to compare

Other

  • Bump rand from 0.9.1 to 0.10.1 (#32)

v0.5.1

20 May 17:03
a2592b8

Choose a tag to compare

Changed

  • Improved bounded jitter to use 50% of min_retry_interval instead of 100%.

v0.5.0

14 May 09:41
9b8c4f6

Choose a tag to compare

Changed

  • [Breaking] Renamed build_with_total_retry_duration_and_max_retries to build_with_total_retry_duration_and_limit_retries.

Added

  • Added build_with_total_retry_duration_and_max_retries.

v0.4.0

10 May 17:05
eb35334

Choose a tag to compare

Changed

  • [Breaking] Replace chrono with standard library types
    • Replace chrono::DateTime<Utc> with std::time::SystemTime

Removed

  • Remove unused anyhow dependency
  • Remove fake dependency