Skip to content

Commit

Permalink
CHANGELOG: add changelogs for release v8.16.1
Browse files Browse the repository at this point in the history
Change-Id: I32340aa7b913ca3b1a10d3ae8b21512d1167cca2
  • Loading branch information
volans- committed Nov 14, 2024
1 parent cf0c23b commit ea6eff1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Spicerack Changelog
-------------------

`v8.16.1`_ (2024-11-14)
^^^^^^^^^^^^^^^^^^^^^^^

Bug fixes
"""""""""

* mysql_legacy: fix `set_master_use_gtid()` query, its value it's part of the syntax, avoid pymysql quoting it.
* mysql_legacy: fix query formatting in `set_replication_parameters()`.
* mysql_legacy: fix check in `replication_lag()` that would raise if the lag is 0.0s.
* doc: fix example code bug missing a reference to ``self``.

`v8.16.0`_ (2024-11-13)
^^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -3311,3 +3322,4 @@ New features
.. _`v8.15.1`: https://github.com/wikimedia/operations-software-spicerack/releases/tag/v8.15.1
.. _`v8.15.2`: https://github.com/wikimedia/operations-software-spicerack/releases/tag/v8.15.2
.. _`v8.16.0`: https://github.com/wikimedia/operations-software-spicerack/releases/tag/v8.16.0
.. _`v8.16.1`: https://github.com/wikimedia/operations-software-spicerack/releases/tag/v8.16.1

0 comments on commit ea6eff1

Please sign in to comment.