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.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