|
4 | 4 | Change history
|
5 | 5 | ================
|
6 | 6 |
|
| 7 | +.. _version-5.6.0b3: |
| 8 | + |
| 9 | +5.6.0b3 |
| 10 | +======= |
| 11 | +:release-date: 15 September, 2025 |
| 12 | +:release-by: Tomer Nosrati |
| 13 | + |
| 14 | +What's Changed |
| 15 | +~~~~~~~~~~~~~~ |
| 16 | + |
| 17 | +- Remove custom `LifoQueue` class conflicting with recent gevent (#2314) |
| 18 | +- Replace deprecated datetime.utcnow() with datetime.now(timezone.utc) (#2355) |
| 19 | +- Prepare for (pre) release: v5.6.0b3 (#2359) |
| 20 | + |
| 21 | +.. _version-5.6.0b2: |
| 22 | + |
| 23 | +5.6.0b2 |
| 24 | +======= |
| 25 | +:release-date: 12 August, 2025 |
| 26 | +:release-by: Tomer Nosrati |
| 27 | + |
| 28 | +What's Changed |
| 29 | +~~~~~~~~~~~~~~ |
| 30 | + |
| 31 | +- Normalize mongodb options keys (#2347) |
| 32 | +- Redis: propagate polling_interval from transport options to _brpop_start timeout (#2346) |
| 33 | +- Add max_prefetch limit to QoS class and related tests (#2348) |
| 34 | +- Prepare for (pre) release: v5.6.0b2 (#2349) |
| 35 | + |
| 36 | +.. _version-5.6.0b1: |
| 37 | + |
| 38 | +5.6.0b1 |
| 39 | +======= |
| 40 | +:release-date: 29 July, 2025 |
| 41 | +:release-by: Tomer Nosrati |
| 42 | + |
| 43 | +What's Changed |
| 44 | +~~~~~~~~~~~~~~ |
| 45 | + |
| 46 | +- Revert "Feature: urllib3 instead of curl" (#2261) |
| 47 | +- Fix #2286 : SQS - Enhance support for receiving message attributes. Allow string in msg body. (#2300) |
| 48 | +- Update gcpubsub.txt for protobuf (#2320) |
| 49 | +- fix body bytes encoding in curl.py (#2322) |
| 50 | +- Hotfix(aws_ssl): validate secure connection (#2323) |
| 51 | +- Update setup.py to remove deprecation warning (#2298) |
| 52 | +- Update protobuf to 5.29.5 (#2199) |
| 53 | +- Allow setting `tags` in initial `boto3.sqs.create_queue` call via `transport_options` (#2321) |
| 54 | +- Add sts_token_buffer_time parameter to transport options (#2216) |
| 55 | +- Docs: Fix incorrect "added in 5.6.0" note for sts_token_timeout in SQS transport docs (#2327) |
| 56 | +- SQS: when redelivering a message apply visibility timeout based on wait_time_seconds (long polling time) (#2049) |
| 57 | +- Bump redis requirement to <6 to support v5.3 (#2329) |
| 58 | +- Pidbox: support queue_exclusive / queue_durable (RabbitMQ 4.x) (#2338) |
| 59 | +- Prepare for (pre) release: v5.6.0b1 (#2343) |
| 60 | + |
| 61 | +.. _version-5.5.4: |
| 62 | + |
| 63 | +5.5.4 |
| 64 | +===== |
| 65 | +:release-date: 01 June, 2025 |
| 66 | +:release-by: Tomer Nosrati |
| 67 | + |
| 68 | +What's Changed |
| 69 | +~~~~~~~~~~~~~~ |
| 70 | + |
| 71 | +- chore: add Codecov test analytics (#2290) |
| 72 | +- Added DeepWiki to README (#2295) |
| 73 | +- redis.connection.ConnectionPool API change: get_connection does not accept arguments (#2294) |
| 74 | +- Update mongodb.txt to match celery version (#2297) |
| 75 | +- Update ubuntu version as per blacksmiths update (#2301) |
| 76 | +- Resolve logger warnings (#2302) |
| 77 | +- Fixed lint error from `kombu/transport/native_delayed_delivery.py` (#2308) |
| 78 | +- Prepare for release: v5.5.4 (#2309) |
| 79 | + |
7 | 80 | .. _version-5.5.3:
|
8 | 81 |
|
9 | 82 | 5.5.3
|
|
0 commit comments