mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Release v3.3.2 (#3099)
* Update release notes, bump version * Fix rn * Bump pyright
This commit is contained in:
@@ -186,7 +186,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: jakebailey/pyright-action@v2
|
- uses: jakebailey/pyright-action@v2
|
||||||
with:
|
with:
|
||||||
version: 1.1.367
|
version: 1.1.371
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -3,6 +3,26 @@
|
|||||||
Release notes
|
Release notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
Version 3.3.2
|
||||||
|
-------------
|
||||||
|
|
||||||
|
Released 2024-07-11
|
||||||
|
|
||||||
|
**Bugfixes**
|
||||||
|
|
||||||
|
- Fix plain Postgres synchronous replication mode (Israel Barth Rubio)
|
||||||
|
|
||||||
|
Since ``synchronous_mode`` was introduced to Patroni, the plain Postgres synchronous replication was not working. With this bugfix, Patroni sets the value of ``synchronous_standby_names`` as configured by the user, if that is the case, when ``synchronous_mode`` is disabled.
|
||||||
|
|
||||||
|
- Handle logical slots invalidation on a standby (Polina Bungina)
|
||||||
|
|
||||||
|
Since PG16 logical replication slots on a standby can be invalidated due to horizon: from now on, Patroni forces copy (i.e., recreation) of invalidated slots.
|
||||||
|
|
||||||
|
- Fix race condition with logical slot advance and copy (Alexander Kukushkin)
|
||||||
|
|
||||||
|
Due to this bug, it was a possible situation when an invalidated logical replication slot was copied with PostgreSQL restart more than once.
|
||||||
|
|
||||||
|
|
||||||
Version 3.3.1
|
Version 3.3.1
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
:var __version__: the current Patroni version.
|
:var __version__: the current Patroni version.
|
||||||
"""
|
"""
|
||||||
__version__ = '3.3.1'
|
__version__ = '3.3.2'
|
||||||
|
|||||||
Reference in New Issue
Block a user