Skip to content

Releases: ustudio/Blueque

v1.0.0

01 Dec 16:21
e52ec79
Compare
Choose a tag to compare
  • Update redis-py interface to support version 5.0.
  • Add integration tests to verify queuing works against an actual Redis database.
  • Switch to Poetry for dependency and package management and publishing.

v0.3.2

01 Nov 15:07
f973c47
Compare
Choose a tag to compare

Set redis requirements for the install requires, because redis >= 3.0.0 introduces breaking changes to the api

v0.3.1

31 Jul 18:23
8c0d0a0
Compare
Choose a tag to compare

Connect to Redis via URI.

v0.3.0

31 Jul 18:16
75763f0
Compare
Choose a tag to compare

Use URIs to connect to Redis.

v0.2.5

06 May 15:33
Compare
Choose a tag to compare

Reduce logging while polling for new events.