Skip to content

Releases: mlasevich/PyRSMQ

v0.6.0

22 Oct 20:51
Compare
Choose a tag to compare

Bugfix: Allow for recovery in RedisSMQConsumerThread when redis is temporarily unavailable.

v0.5.1 (bugfix)

11 May 04:29
dfd0fe5
Compare
Choose a tag to compare
  • Bugfix: Fix crash on non-existent queue name (Thanks @rwl4)

v0.5.0

14 Oct 04:02
Compare
Choose a tag to compare
  • Require Python 3.6+
  • Code cleanup
  • Fix for scenario where consumer breaks if redis is restarted (#4)

v0.4.5

25 Jun 17:49
Compare
Choose a tag to compare

Re-release of 0.4.4 as that never made it to PyPi

v0.4.4

11 Nov 04:46
c84b35d
Compare
Choose a tag to compare
  • 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

07 Oct 03:27
8e60c1b
Compare
Choose a tag to compare
  • 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)