Releases: intility/metroid
Releases · intility/metroid
1.4.0
Breaking
- Drops support for Django
3.xand Django4.1.x - Drops support for Python
3.8and3.9
What's Changed
- Django 5 Support by @ingvaldlorentzen in #12
Full Changelog: 1.3.0...1.4.0
1.3.0 - pyampq support for azure-servicebus
Improvements
- Adds
aiohttppackage required for new default transport inazure-servicebus7.10.0
Breaking
- Drops support for Django
3.1.x
What's Changed
pyampqsupport forazure-servicebus=> 7.10.0 by @ingvaldlorentzen in #11
Full Changelog: 1.2.4...1.3.0
1.2.4 - Django 4 support
Improvements
- Adds Django 4 to dependency support ( @ingvaldlorentzen #10 )
1.2.3 - Update Dependencies
Improvements
- Update Azure Servicebus requirement to 7.4.0 or higher.
- Update Celery to 5.2.2 or higher.
1.2.2 - Sysexit to kill container
Fixes
- Add sysexit to force quit, as containers don't seem to shut down properly
1.2.1 - Log correction
Improvements
- Logs that we save failed messages only when we actually save them.
1.2.0 - Retry failed published event
Features
- Retry feature for messages that failed to publish. Function has to be manually implemented into a scheduled task. ( @Fholange and @Bryhn-Bjolgerud #5 )
- Django admin task for manually retrying each failed to publish message ( @Fholange and @Bryhn-Bjolgerud #5 )
1.1.0 - RQ Support
Features
- Adds support for
RQworkers as an alternative toCelery
1.0.1 - Initial release
Initial release of metroid