Skip to content

Commit

Permalink
Added Changelog for v5.5.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Oct 14, 2024
1 parent 1034d97 commit c5ffc30
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,51 @@
Change history
================

.. _version-5.5.0rc1:

5.5.0rc1
========
:release-date: 14 Oct, 2024
:release-by: Tomer Nosrati

Key Highlights
~~~~~~~~~~~~~~

Native Delayed Delivery
-----------------------

Official support to `RabbitMQ Delayed Delivery <https://docs.particular.net/transports/rabbitmq/delayed-delivery>`_,
which is required to enable ETA tasks with quorom queues in Celery.

urllib3 instead of curl
-----------------------

We can finally say goodbye to the :pypi:`pycurl` dependency and use :pypi:`urllib3` instead.

What's Changed
~~~~~~~~~~~~~~

- Pin tzdata to latest version 2024.2 (#2121)
- Refactored CI (#2122)
- Added unit tests to "tox -e parallel" environment (#2123)
- Improve pre-commit checks and fix all new lint errors (#2124)
- Removed codecov flags (#2126)
- Pin pre-commit to latest version 3.8.0 (#2125)
- Limit redis-py <5.1.0 (#2132)
- Removed "on push" from the linter GitHub Actions workflow (#2133)
- Bump pymongo from 4.9.1 to 4.10.0 (#2130)
- Update pymongo to 4.10.1 (#2136)
- fix(pytest): skip file-lock test on Windows (#2138)
- Apply errback and callback when retry occurs (#2129)
- Pin pre-commit to latest version 4.0.0 (Python 3.9+) (#2140)
- Pin pre-commit to latest version 4.0.1 (#2144)
- Add native delayed delivery API to kombu (#2128)
- Add support for Google Pub/Sub as transport broker (#2147)
- Update the transport options according to the retry policy (#2148)
- Feature: urllib3 instead of curl (#2134)
- Update mypy to 1.12.0 (#2149)
- Prepare for (pre) release: v5.5.0rc1 (#2150)

.. _version-5.4.2:

5.4.2
Expand Down

0 comments on commit c5ffc30

Please sign in to comment.