Skip to content

v0.12.0

Compare
Choose a tag to compare
@sgotti sgotti released this 04 Jul 08:21
· 241 commits to master since this release
v0.12.0

New features

  • Detect and report when keeper persistent data dir is not the expected one (usually due to wrong configuration, non persistent storage etc...) (#510)
  • Support PostgresSQL 11 (beta) (#513)
  • Replication slots declared in the clusterspec additionalMasterReplicationSlots option will now be prefixed with the stolon_ string to let users be able to manually create/drop custom replication slots (See Upgrade Notes) (#531)

Bug Fixes

  • fix wrong address in pg_hba.conf when clusterspec defaultSUReplAccessMode is strict (#520)

and many other bug fixes and documentation improvements.

Thanks to everybody who contributed to this release:

Alexandre Assouad, Lothar Gesslein, @nseyvet

Upgrades notes.

  • Replication slots declared in the clusterspec additionalMasterReplicationSlots option will now be prefixed with the stolon_ string to let users be able to manually create/drop custom replication slots (they shouldn't start with stolon_). Users of these feature should upgrade all the references to these replication slots adding the stolon_ prefix.