Skip to content

Commit

Permalink
docs,changelog: move new log entry to an Added subheading
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Sep 9, 2024
1 parent 430e6aa commit 81886d0
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,31 @@ All notable changes to this project will be documented in this file.
`Unreleased`_
-------------

Added
^^^^^

* The `Retries` middleware now supports an ``on_retries_exhausted``
target actor to execute when retries on a message have been
exhausted. (`#630`_, `@dbowring`_)

.. _#630: https://github.com/Bogdanp/dramatiq/pull/630
.. _@dbowring: https://github.com/dbowring

Changed
^^^^^^^

* The `actor` decorator now checks for duplicate actor names.
(`#640`_, `#641`_, `@z0z0r4`_)
* The `Retries` middleware now tracks when a message was last requeued
on retry. (`#629`_, `@kuba-lilz`_)
* The `Retries` middleware now supports an ``on_retries_exhausted``
target actor to execute when retries on a message have been
exhausted. (`#630`_, `@dbowring`_)

.. _#629: https://github.com/Bogdanp/dramatiq/pull/629
.. _#630: https://github.com/Bogdanp/dramatiq/pull/630
.. _#640: https://github.com/Bogdanp/dramatiq/issues/640
.. _#641: https://github.com/Bogdanp/dramatiq/pull/641
.. _@dbowring: https://github.com/dbowring
.. _@kuba-lilz: https://github.com/kuba-lilz
.. _@z0z0r4: https://github.com/z0z0r4


`1.17.0`_ -- 2024-05-09
-----------------------

Expand Down Expand Up @@ -60,6 +66,7 @@ Fixed
.. _@niccodemus: https://github.com/nicoddemus
.. _@huwylphimet: https://github.com/huwylphimet


`1.16.0`_ -- 2024-01-25
-----------------------

Expand All @@ -86,6 +93,7 @@ Added
.. _#594: https://github.com/Bogdanp/dramatiq/issues/594
.. _@nhairs: https://github.com/nhairs


`1.15.0`_ -- 2023-10-23
-----------------------

Expand Down

0 comments on commit 81886d0

Please sign in to comment.