Releases: RaptorVampire/tranq
Releases · RaptorVampire/tranq
Release list
tranq v0.2.7
🐛 Bug Fixes
- Fixed retry_if condition to correctly prevent retries when condition returns False
- Fixed CircuitBreaker state transitions
- All tests now pass
✅ Improvements
- Simplified decorator logic for better maintainability
- Added comprehensive test suite
tranq v0.2.6
🚀 New Features
- Add RetryGroupError to exceptions
- Full support for async circuit breaker
- Improve type hints
tranq v0.2.5
🐛 Bug Fixes
- Fix FileReporter error with empty directory path
- Improve error handling in report creation
tranq v0.2.4
🐛 Bug Fixes
- Fixed FileReporter error when using filename without path
- Improved error handling in report creation
tranq v0.2.3
Updated README and documentation
tranq v0.2.2
Updated README and documentation
tranq v0.2.1
🚀 Initial Release
- Full support for sync and async error handling
- Circuit Breaker, Retry Groups, and advanced backoff strategies
- Pluggable reporters, metrics, and profiling
- Stateful retry, conditional retry, and dependency injection
- Mock error injection for testing
- Fully typed and tested
Check out the documentation on PyPI.