All Versions
3
Latest Version
Avg Release Cycle
791 days
Latest Release
2111 days ago
Changelog History
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 onRetrier
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.
- โ Add
-
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 onSemaphore
.
-
v1.0.0 Changes
February 13, 2015๐ Initial release.