Skip to content

Latest commit

 

History

History
77 lines (47 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

77 lines (47 loc) · 1.7 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 - 2023-01-16

Added

  • Add FirstStrategy and CoalesceStrategy

1.0.0 - 2022-11-29

Changed

  • backoff.Retry() will now use the default strategy if a nil strategy is passed

0.2.2 - 2022-11-29

Fixed

  • Handle full range of durations in Rand(), FullJitter() and ProportionalJitter()

0.2.1 - 2020-03-17

Fixed

  • Prevent backoff.Exponential() and Linear() from overflowing time.Duration

0.2.0 - 2020-03-06

Added

  • Add backoff.Retry()

Changed

  • [BC] Moved BackoffStrategy to backoff.Strategy, note that the signature has also changed
  • [BC] Moved Backoff to backoff.Counter, note that all options are now specified by the strategy

0.1.1 - 2020-02-24

Added

  • Add Backoff and BackoffStrategy

0.1.0 - 2019-11-11

  • Initial release