Skip to content

Releases: mlasevich/PyRSMQ

V0.6.1

Choose a tag to compare

@mlasevich mlasevich released this 16 Apr 20:36

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@mlasevich mlasevich released this 22 Oct 20:51

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

v0.5.1 (bugfix)

Choose a tag to compare

@mlasevich mlasevich released this 11 May 04:29
dfd0fe5
  • Bugfix: Fix crash on non-existent queue name (Thanks @rwl4)

v0.5.0

Choose a tag to compare

@mlasevich mlasevich released this 14 Oct 04:02
  • Require Python 3.6+
  • Code cleanup
  • Fix for scenario where consumer breaks if redis is restarted (#4)

v0.4.5

Choose a tag to compare

@mlasevich mlasevich released this 25 Jun 17:49

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

v0.4.4

Choose a tag to compare

@mlasevich mlasevich released this 11 Nov 04:46
c84b35d
  • 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

Choose a tag to compare

@mlasevich mlasevich released this 07 Oct 03:27
8e60c1b
  • 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)