Releases: mercadona/rele
Releases · mercadona/rele
v0.13.dev0
- Traverse all packages to autodiscover all subs.py modules (#167)
- Auto-discovery of class based subscriptions (#168)
v0.12.0
- Added
--settings
path option in CLI (#166)
- Added isort linting (#164)
v0.10.0
- Adjust default THREADS_PER_SUBSCRIPTION (#152)
- Add unrecoverable_middleware (#150)
- Allow multiple filters (#148)
- Configure timeout from .publish() (#143)
- Dont crash when subscription topic does not exist (#142)
v0.9.1
- Ack messages when data not json serializable (#141)
- Use ThreadScheduler instead of ThreadPoolExecutor (#145)
v0.9.0
- Flask support via middleware (#127)
- Add message attributes to metrics log (#128)
- Specify number of threads per subscriber with Subscription ThreadPoolExecutor (#139)
- Publishing timeout while blocking (#137)
- Clean up rele.config.setup + Worker() init (#132)
v0.8.1
- Bug - Fix
runrele
command
v0.8.0
- Worker run method (#118)
- Add kwargs to setup method passed through to middleware (#123)
- Add missing worker middleware hooks (#121)
- Add 3.8 support
- More Documentation
v0.7.0
- BREAKING: Remove Django as a dependency (#95)
- More documentation
v0.6.0
- BREAKING: Remove drf as a dependency (#91)
- Add message as a parameter for middleware hooks (#99)
- Check setting.CONN_MAX_AGE and warn when not 0 (#97)
- More documentation