go-resiliency v1.2.0 Release Notes

Release Date: 2019-06-14 // almost 5 years ago
  • ๐Ÿš€ 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.

Previous changes from v1.1.0

    • Improve documentation and fix some typos.
    • Bump CI to ensure we support newer Golang versions.
    • Add IsEmpty() method on Semaphore.