v1.1.0
What's Changed
Key Highlights
- New SQS broker using Localstack (Disabled by default).
- New
sqs
extra for the SQS broker.
Fixes & Changes
- Fixed package docutils installation with Python 3.8 by @Nusnus in #372
- Added sqs extra (only) by @Nusnus in #373
- Use set instead of list with ALL_CELERY_BROKERS and ALL_CELERY_BACKENDS by @Nusnus in #375
- Added new localstack (SQS) broker by @Nusnus in #374
- Prepare for release: v1.1.0 by @Nusnus in #377
Dependencies Updates
- Build(deps): Bump setuptools from 70.3.0 to 71.0.3 by @dependabot in #354
- Bumping Dependencies (inc. pyproject.toml) by @Nusnus in #355
- Build(deps-dev): Bump pytest from 8.3.1 to 8.3.2 by @dependabot in #357
- Build(deps): Bump setuptools from 71.1.0 to 72.1.0 by @dependabot in #360
- Build(deps-dev): Bump types-redis from 4.6.0.20240425 to 4.6.0.20240726 by @dependabot in #356
- Build(deps): Bump tenacity from 8.5.0 to 9.0.0 by @dependabot in #361
- Build(deps): Bump redis from 5.0.7 to 5.0.8 by @dependabot in #362
- Build(deps-dev): Bump mypy from 1.11.0 to 1.11.1 by @dependabot in #363
- Build(deps): Bump snok/install-poetry from 1.3.4 to 1.4.0 by @dependabot in #364
- Build(deps-dev): Bump coverage from 7.6.0 to 7.6.1 by @dependabot in #365
- Build(deps): Bump debugpy from 1.8.2 to 1.8.3 by @dependabot in #366
- Build(deps-dev): Bump black from 24.4.2 to 24.8.0 by @dependabot in #367
- Build(deps): Bump snok/install-poetry from 1.4.0 to 1.4.1 by @dependabot in #368
- Build(deps): Bump debugpy from 1.8.3 to 1.8.5 by @dependabot in #370
- Build(deps-dev): Bump types-redis from 4.6.0.20240726 to 4.6.0.20240806 by @dependabot in #371
- Bumping Dependencies (inc. pyproject.toml) by @Nusnus in #376
Full Changelog: v1.0.1...v1.1.0