Releases: Kitura/CircuitBreaker
Releases · Kitura/CircuitBreaker
Swift 5.2 is now the minimum version supported
Updated CI, github orgs, and copyright notice.
5.0.3
- Add OSX deployment target to podspec (#53)
5.0.2
- Build in Swift 5 mode, also fix intermittent test failure (#51)
v5.0.0
What's New
- Provides a new interface for monitoring circuit breaker instances in addition to expanded stat tracking capabilities
v4.0.0
Changes
- Removes basic usage api.
- Now calls fallback method on command failures in addition to timeout errors and when failing fast.
- Introduces custom error handling for command functions.
- Addresses potential race condition.
v3.0.0
Changes
- Full migration to Swift 4.0.2
v2.0.0
- Adjusted order of parameters for
CircuitBreaker
init and run
method.
- Renaming of wrapper function
- Readme and unit test updates
v1.0.0
- Supports Swift 3.1.1.
- Several changes to its API (see README for further details).