Metroid Versions Save

Metroid - Metro for Django (An async Azure Service Bus receiver, triggering task in Celery/RQ)

1.4.0

4 months ago

Breaking

  • Drops support for Django 3.x and Django 4.1.x
  • Drops support for Python 3.8 and 3.9

What's Changed

Full Changelog: https://github.com/Intility/metroid/compare/1.3.0...1.4.0

1.3.0

11 months ago

Improvements

  • Adds aiohttp package required for new default transport in azure-servicebus 7.10.0

Breaking

  • Drops support for Django 3.1.x

What's Changed

Full Changelog: https://github.com/Intility/metroid/compare/1.2.4...1.3.0

1.2.4

2 years ago

Improvements

  • Adds Django 4 to dependency support ( @ingvaldlorentzen #10 )

1.2.3

2 years ago

Improvements

  • Update Azure Servicebus requirement to 7.4.0 or higher.
  • Update Celery to 5.2.2 or higher.

1.2.2

2 years ago

Fixes

  • Add sysexit to force quit, as containers don't seem to shut down properly

1.2.1

2 years ago

Improvements

  • Logs that we save failed messages only when we actually save them.

1.2.0

2 years ago

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

3 years ago

Features

  • Adds support for RQ workers as an alternative to Celery

1.0.1

3 years ago

Initial release of metroid