Skip to content

Releases: vonsteer/taskiq-aio-sqs

0.4.0

16 Aug 15:09
8bec013

Choose a tag to compare

What's Changed

  • ✅ Add tests for Retry Middleware and bump Dev Dependencies by @vonsteer in #25
  • ✨ Support FairQueue Feature by @vonsteer in #28
  • ✨ Bump max SQS message size to new limits by @vonsteer in #27

Notes

There are some possible breaking changes on this release:

  • Added full testing coverage for the all the retry middleware and realized that we needed to round delay seconds to be integers, which means that your specified delay will be rounded if it's a float value always.
  • We now only use the s3 extension feature if the message size is over 1mb rather than 256kb as AWS has released this change globally.

The FairQueue feature comes with additional charges so I placed it behind a initialization kwarg on the broker called is_fair_queue, in the future this may be improved if required.

Full Changelog: 0.3.3...0.4.0

0.3.3

23 Jul 14:52
f25e8d6

Choose a tag to compare

What's Changed

  • ⬆️ Loosen botocore dependencies and bump aiobotocore by @vonsteer in #24

Full Changelog: 0.3.2...0.3.3

0.3.2

16 Jul 16:51
0388ba9

Choose a tag to compare

What's Changed

  • 👷 Use dev group instead of legacy dev-dependencies by @vonsteer in #20
  • 🐛 Fix delay usage on task level by @vonsteer in #22

Full Changelog: 0.3.1...0.3.2

0.3.1

02 May 14:31
b6217fd

Choose a tag to compare

What's Changed

  • 🐛 Fix warnings about direct usage of result_backend and task_id_generator by @danfimov in #15
  • 👷 add python 3.13 support and use uv in CI/Makefile by @danfimov in #16
  • 👷 Use uv for build/publish and add smoke_test by @vonsteer in #18
  • 👷 add smoke tests to check, bump coverage to 100 and fix import issues by @vonsteer in #19

New Contributors

Full Changelog: 0.3.0...0.3.1

0.3.0

14 Apr 22:21

Choose a tag to compare

What's Changed

Minimum version of taskiq bumped to 0.11.12 due to the introduction of izulu style exceptions.

Full Changelog: 0.2.0...0.3.0

0.2.0

17 Sep 23:16
110e4b1

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.2.0

0.1.0

17 Sep 00:04
251c667

Choose a tag to compare

What's Changed

  • ✨ Add S3 Extended Messages Feature by @vonsteer in #5

Full Changelog: 0.0.2...0.1.0

0.0.2

16 Sep 19:31
f7d7f62

Choose a tag to compare

What's Changed

Full Changelog: 0.0.1...0.0.2

0.0.1

16 Sep 15:44
af40a59

Choose a tag to compare

What's Changed

  • Add release workflow for taskiq-aio-sqs by @vonsteer in #1

New Contributors

Full Changelog: https://github.com/vonsteer/taskiq-aio-sqs/commits/0.0.1