Skip to content

Commit

Permalink
Release v3.3.2 (patroni#3099)
Browse files Browse the repository at this point in the history
* Update release notes, bump version
* Fix rn
* Bump pyright
  • Loading branch information
hughcapet committed Jul 11, 2024
1 parent 38d40c9 commit 805bdcf
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:

- uses: jakebailey/pyright-action@v2
with:
version: 1.1.367
version: 1.1.371

docs:
runs-on: ubuntu-latest
Expand Down
20 changes: 20 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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
-------------

Expand Down
2 changes: 1 addition & 1 deletion patroni/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
:var __version__: the current Patroni version.
"""
__version__ = '3.3.1'
__version__ = '3.3.2'

0 comments on commit 805bdcf

Please sign in to comment.