Release 1.5.3 (#889)

* Bump version
* Update release notes
This commit is contained in:
Alexander Kukushkin
2018-12-03 17:12:53 +01:00
committed by GitHub
parent f1d7ccf36e
commit 491f230711
2 changed files with 18 additions and 1 deletions
+17
View File
@@ -3,6 +3,23 @@
Release notes
=============
Version 1.5.3
-------------
Compatibility and bugfix release.
- Improve stability when running with python3 against zookeeper (Alexander Kukushkin)
Change of `loop_wait` was causing Patroni to disconnect from zookeeper and never reconnect back.
- Fix broken compatibility with postgres 9.3 (Alexander)
When opening a replication connection we should specify replication=1, beacuse 9.3 does not understand replication='database'
- Make sure we refresh Consul session at least once per HA loop and improve handling of consul sessions exceptions (Alexander)
Restart of local consul agent invalidates all sessions related to the node. Not calling session refresh on time and not doing proper handling of session errors was causing demote of the primary.
Version 1.5.2
-------------
+1 -1
View File
@@ -1 +1 @@
__version__ = '1.5.2'
__version__ = '1.5.3'