- Increase timeout and disable Postgres notify on send (#27)
- Send high priority transactional messages before bulk messages (#25)
- Allow MT message send rate to be configured (#22)
- Handle message decoding more safely (#20)
- Add support for Python 3.12, Django 5.0, and Django 5.1
- Drop support for Python 3.8 and Django 3.2
- Add indexes to speed up finding new messages to process
- Restore management commands
__init__.py
files
- Restore missing migrations files (#18)
- Add support for Django 4.2 (#16)
- Switch away from Poetry & add support for tox (#17)
- Add support for pinging healthchecks.io from the SMPP client main loop (#15)
- Bug fix: Avoid
IntegrityError
whenshort_message
isNone
(#14)
- Add support for graceful termination to
listen_mo_messages
command (#13)
- Add
choices
and admin list filtering forcommand_status
- Add separate admin for
MTMessageStatus
model
- Add support for graceful termination to
smpp_client
command (#10)
- Initial release