Skip to content

Releases: taskiq-python/taskiq-redis

1.0.8

23 Apr 17:29
513b77e
Compare
Choose a tag to compare

What's Changed

  • Added count argument to StreamBroker for better message distribution. by @s3rius in #85

Full Changelog: 1.0.7...1.0.8

1.0.7

18 Apr 23:40
41da01e
Compare
Choose a tag to compare

What's Changed

  • ListShceduleSource now always try to fetch tasks from the past. by @s3rius in #83

🚨🚨🚨 Deprecations 🚨🚨🚨

RedisScheduleSource is now deprecated and ListRedisScheduleSource should be used instead. In order to migrate, please use the example from README.

Full Changelog: 1.0.6...1.0.7

1.0.6

18 Apr 03:59
3312f1f
Compare
Choose a tag to compare

What's Changed

  • Fixed unacknowledged messages. by @s3rius in #82

Full Changelog: 1.0.5...1.0.6

1.0.5

16 Apr 15:24
e664b84
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

01 Apr 21:07
4eb04ed
Compare
Choose a tag to compare

What's Changed

  • Added new list-based schedule source. by @s3rius in #79

Full Changelog: 1.0.3...1.0.4

1.0.3

12 Mar 22:57
44cc44f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0.2

28 Sep 21:42
e30ed08
Compare
Choose a tag to compare

What's Changed

  • fix #65: avoid worker crash in case connection is broken by @khizunov in #64

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

26 Sep 17:24
254fae4
Compare
Choose a tag to compare

What's Changed

  • Package update to be compatible with github flow. by @s3rius in #68
  • feat: Add get_progress and set_progress to redis result backend by @sminnee in #67

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

11 Jun 18:26
1.0.0
Compare
Choose a tag to compare

What's Changed

  • Fixed rediscluster schedule source. by @s3rius in #62
  • Added propper LICENSE. by @s3rius in #58
  • Added redis sentinel support by @DABND19 in #55
  • Updated docker-compose for testing. by @s3rius in #63
  • Added serializer option to redis backend. by @s3rius in #57

New Contributors

Full Changelog: 0.5.6...1.0.0

0.5.6

19 Apr 22:24
0.5.6
Compare
Choose a tag to compare

What's Changed

  • Use blocking connection pool by @stinovlas in #54
  • feat(broker): allow to set queue name dynamically when kicking by @realitix in #52

New Contributors

Full Changelog: 0.5.5...0.5.6