Releases: mlasevich/PyRSMQ
Releases · mlasevich/PyRSMQ
v0.6.0
v0.5.1 (bugfix)
- Bugfix: Fix crash on non-existent queue name (Thanks @rwl4)
v0.5.0
v0.4.5
v0.4.4
- Allow extending the transaction for deleteMessage to perform other actions in same transaction (#9) (@yehonatanz)
- Use redis timestamp in milliseconds instead of local in seconds (#11) (@yehonatanz)
- Convert queue attributes to numbers when elligible (#12) (@yehonatanz)
v0.4.3
- v0.4.3
- Don't encode sent message if it is of type bytes (#6) (@yehonatanz)
- Allow delay and vt to be float (round only after converting to millis) (#7) (@yehonatanz)
- Convert ts from str/bytes to int in receive/pop message (#8) (@yehonatanz)