go-resiliency v1.2.0 Release Notes
Release Date: 2019-06-14 // almost 6 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 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
Previous changes from v1.1.0
-
- Improve documentation and fix some typos.
- Bump CI to ensure we support newer Golang versions.
- Add
IsEmpty()
method onSemaphore
.