Skip to content

Commit

Permalink
Fix changelog note
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed May 21, 2024
1 parent 4bf7999 commit 7b75c7b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Added

- VShard and DDL versions are displayed in the WebUI.

- ``cartridge.cfg`` param ``set_cookie_hash_membership`` to set
cluster cookie hash as encryption key in membership instead of
plain cookie.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Changed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -26,6 +30,12 @@ Changed

- Cartridge now uses ``ddl-ee`` instead of ``ddl`` if available.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Deprecated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Usage of plain cluster cookie as a membership encryption key by default.

-------------------------------------------------------------------------------
[2.11.0] - 2024-05-15
-------------------------------------------------------------------------------
Expand All @@ -41,10 +51,6 @@ Added
- GraphQL API to enable previously disabled instances:
``mutation { cluster { enable_servers(uuids: [...]) { } } }``.

- ``cartridge.cfg`` param ``set_cookie_hash_membership`` to set
cluster cookie hash as encryption key in membership instead of
plain cookie.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Changed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -64,12 +70,6 @@ Fixed

- Leader autoreturn doesn't try to return leadership to unhealthy leader anymore.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Deprecated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Usage of plain cluster cookie as a membership encryption key by default.

-------------------------------------------------------------------------------
[2.10.0] - 2024-04-10
-------------------------------------------------------------------------------
Expand Down

0 comments on commit 7b75c7b

Please sign in to comment.