Releases: danielfm/pybreaker
Releases · danielfm/pybreaker
1.2.0
1.1.0
1.0.3
What's Changed
- Add py.typed file (PEP 561) by @martijnthe in #86
New Contributors
- @martijnthe made their first contribution in #86
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- Update Redis and Fake Redis by @rodrigobraga in #80
New Contributors
- @rodrigobraga made their first contribution in #80
Full Changelog: 1.0.1...1.0.2
1.0.1
1.0.0
What's Changed
- Add highlight on Python code by @Kludex in #63
- Add
python_requires
on setup.py by @Kludex in #64 - Simplify GitHub workflow matrix by @Kludex in #68
- Remove redundant
redis
import check by @Kludex in #66 - Drop Python 3.6 support by @Kludex in #72
- Add linter & format setup by @Kludex in #71
- Improve type annotation on
CircuitBreakerState
by @Kludex in #70 - Update README.rst by @Kludex in #74
- Fully type annotate
pybreaker.py
by @Kludex in #73
New Contributors
Full Changelog: 0.8.0...1.0.0
0.8.0
What's Changed
- Added support to redis cluster storage, without transaction on opened… by @felipeagger in #56
- GitHub actions setup / remove Travis integration
- Add basic
tox
configuration for simplifying matrix testing locally
New Contributors
- @felipeagger made their first contribution in #56
Full Changelog: 0.7.0...0.8.0
0.7.0
What's Changed
- Replace pytest.fail with TestCase.fail to minimize dependency by @rickhutcheson in #50
- Docs to cover #51 by @AvnerCohen in #52
- update broken link to Release It book by @reetasingh in #54
- Adding settings to allow passing THROW_NEW_ERROR_ON_TRIP by @Cruuncher in #61
New Contributors
- @rickhutcheson made their first contribution in #50
- @AvnerCohen made their first contribution in #52
- @reetasingh made their first contribution in #54
- @Cruuncher made their first contribution in #61
Full Changelog: 0.6.0...0.7.0