Packages

A circuit breaker implementation for Elixir.

Current section

Files

Jump to
trip_switch CHANGELOG.md
Raw

CHANGELOG.md

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.1.4](https://github.com/heywhy/trip_switch/compare/v0.1.3...v0.1.4) (2023-03-19)
### Bug Fixes:
* update breaker model
* include a test helper
* improve documentation
## [v0.1.3](https://github.com/heywhy/trip_switch/compare/v0.1.2...v0.1.3) (2023-03-18)
### Bug Fixes:
* improve observability
* update documentation
## [v0.1.2](https://github.com/heywhy/trip_switch/compare/v0.1.1...v0.1.2) (2023-03-17)
### Bug Fixes:
* rename underlying model
## [v0.1.1](https://github.com/heywhy/trip_switch/compare/v0.1.0...v0.1.1) (2023-03-17)
### Bug Fixes:
* provide api to check circuit status
* include telemetry
* improve circuit model
* support threshold instead of capacity
* remove dependency
## [v0.1.0](https://github.com/heywhy/trip_switch/compare/v0.1.0...v0.1.0) (2023-03-17)
### Features:
* implement a trip switch
### Bug Fixes:
* update package informations