|
4 | 4 | Change history
|
5 | 5 | ================
|
6 | 6 |
|
| 7 | +.. _version-1.1.0: |
| 8 | + |
| 9 | +1.1.0 |
| 10 | +===== |
| 11 | +:release-date: 11 August, 2024 |
| 12 | +:release-by: Tomer Nosrati |
| 13 | + |
| 14 | +What's Changed |
| 15 | +============== |
| 16 | + |
| 17 | +Key Highlights |
| 18 | +-------------- |
| 19 | + |
| 20 | +- New SQS broker using :ref:`Localstack <built-in-localstack-broker>` (Disabled by default). |
| 21 | +- New ``sqs`` extra for the SQS broker. |
| 22 | + |
| 23 | +Fixes & Changes |
| 24 | +--------------- |
| 25 | + |
| 26 | +- Fixed package docutils installation with Python 3.8 (#372) |
| 27 | +- Added sqs extra (only) (#373) |
| 28 | +- Use set instead of list with ALL_CELERY_BROKERS and ALL_CELERY_BACKENDS (#375) |
| 29 | +- Added new localstack (SQS) broker (#374) |
| 30 | +- Prepare for release: v1.1.0 (#377) |
| 31 | + |
| 32 | +Dependencies Updates |
| 33 | +-------------------- |
| 34 | + |
| 35 | +- Build(deps): Bump setuptools from 70.3.0 to 71.0.3 (#354) |
| 36 | +- Bumping Dependencies (inc. pyproject.toml) (#355) |
| 37 | +- Build(deps-dev): Bump pytest from 8.3.1 to 8.3.2 (#357) |
| 38 | +- Build(deps): Bump setuptools from 71.1.0 to 72.1.0 (#360) |
| 39 | +- Build(deps-dev): Bump types-redis from 4.6.0.20240425 to 4.6.0.20240726 (#356) |
| 40 | +- Build(deps): Bump tenacity from 8.5.0 to 9.0.0 (#361) |
| 41 | +- Build(deps): Bump redis from 5.0.7 to 5.0.8 (#362) |
| 42 | +- Build(deps-dev): Bump mypy from 1.11.0 to 1.11.1 (#363) |
| 43 | +- Build(deps): Bump snok/install-poetry from 1.3.4 to 1.4.0 (#364) |
| 44 | +- Build(deps-dev): Bump coverage from 7.6.0 to 7.6.1 (#365) |
| 45 | +- Build(deps): Bump debugpy from 1.8.2 to 1.8.3 (#366) |
| 46 | +- Build(deps-dev): Bump black from 24.4.2 to 24.8.0 (#367) |
| 47 | +- Build(deps): Bump snok/install-poetry from 1.4.0 to 1.4.1 (#368) |
| 48 | +- Build(deps): Bump debugpy from 1.8.3 to 1.8.5 (#370) |
| 49 | +- Build(deps-dev): Bump types-redis from 4.6.0.20240726 to 4.6.0.20240806 (#371) |
| 50 | +- Bumping Dependencies (inc. pyproject.toml) (#376) |
| 51 | + |
7 | 52 | .. _version-1.0.1:
|
8 | 53 |
|
9 | 54 | 1.0.1
|
|
0 commit comments