Skip to content

Releases: dogmatiq/linger

Version 1.1.0

16 Jan 23:15
v1.1.0
7cf9176
Compare
Choose a tag to compare

Added

  • Add FirstStrategy and CoalesceStrategy (thanks @pmallela)

Version 1.0.0

29 Nov 04:36
v1.0.0
b1565a6
Compare
Choose a tag to compare

Changed

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

Version 0.2.2

29 Nov 04:09
v0.2.2
1729d56
Compare
Choose a tag to compare
Version 0.2.2 Pre-release
Pre-release

Fixed

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

Version 0.2.1

17 Mar 03:40
Compare
Choose a tag to compare
Version 0.2.1 Pre-release
Pre-release

Fixed

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

Version 0.2.0

05 Mar 23:44
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

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

Version 0.1.1

23 Feb 23:44
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release

Added

  • Add Backoff and BackoffStrategy

Version 0.1.0

23 Feb 23:44
f1b756f
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release
  • Initial release