All Versions
3
Latest Version
Avg Release Cycle
791 days
Latest Release
1770 days ago

Changelog History

  • v1.2.0 Changes

    June 14, 2019

    ๐Ÿš€ Note: This release requires Golang at least 1.7, which is higher than the
    ๐Ÿš€ previous release. All the versions being dropped are multiple years old and no
    ๐Ÿ‘ longer supported upstream, so I'm not counting this as a breaking change.

    • โž• Add RunCtx method on Retrier to support running with a context.
    • Ensure the Retrier's use of random numbers is concurrency-safe.
    • โฌ†๏ธ Bump CI to ensure we support newer Golang versions.
  • v1.1.0 Changes

    March 26, 2018
    • Improve documentation and fix some typos.
    • Bump CI to ensure we support newer Golang versions.
    • Add IsEmpty() method on Semaphore.
  • v1.0.0 Changes

    February 13, 2015

    ๐ŸŽ‰ Initial release.