1.1.0
Points of note for those upgrading from an earlier version of this library:
- Instead of using
print
to log messages to the console, the Python logging module is now used instead: #51 - A migration is required to pick up changes to both the
Notification
model and to the test models in thetests
app. - DISABLE_SERVER_SIDE_CURSORS should be False. See #38.
New-Features
- In built logging using the Python logging module.
- Ability to process notifications with backward incompatible changes in django models: see the "Model migrations" section of the READ ME for more.
- Reduced memory consumption when consuming notifications.
Bug Fixes
- Bring back Django 2.2. support
- Fix deserialization of trigger channels with some follow up fixes.
- Recovery handles errors consistently with the usual listener process
Special thanks to @romank0 for the amazing work done towards this release!