Skip to content

Commit

Permalink
Bump version: v5.5.0 (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 authored Sep 12, 2024
1 parent 89a885d commit a80712c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/advanced_concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ You can enable it by setting:
Negated filter patterns
-----------------------

.. versionadded:: 5.4.1
.. versionadded:: 5.5.0

There is one more pattern syntax, not documented in the :code:`Filter Patterns` section anymore.
It is possible to define a negated filter, and they are handled in a special way. For example let's consider following filters:
Expand Down Expand Up @@ -316,6 +316,6 @@ In this case there are no special cases, and matching checks every filter top to

.. note::

Since "new style" patterns were introduced in Karton version 5.4.1, "old style" negations are not recommended and should be considered deprecated.
Since "new style" patterns were introduced in Karton version 5.5.0, "old style" negations are not recommended and should be considered deprecated.

Nevertheless, Karton still supports them and they will keep working indefinitely. So don't worry, there are no breaking changes here.
2 changes: 1 addition & 1 deletion docs/task_headers_payloads.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Filter logic can be used to fulfill specific use-cases:
``[{"foo": "bar"}, {"foo": "baz"}]`` 'foo' header is required and must have 'bar' or 'baz' value.
==================================== ==============================================================================

.. versionadded:: 5.4.1
.. versionadded:: 5.5.0

Sometimes a more flexible behavior is necessary. This should be done with caution, as Karton can handle quite complex
workflows without resorting to this. The need to use complex task filtering rules may mean that one is doing something not in the "spirit" of Karton.
Expand Down
2 changes: 1 addition & 1 deletion karton/core/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "5.4.0"
__version__ = "5.5.0"

0 comments on commit a80712c

Please sign in to comment.