Skip to content

Commit

Permalink
Prepare 1.3 release (#254)
Browse files Browse the repository at this point in the history
* Update changelog for 1.3.
* Update lib parson to the current version.
* Update our upgrade script from 1.2 to 1.3 with all the changes.
* Adapt to a new replication slot name on upgrade from 1.2 to 1.3.
* Improve error message when failed to update keeper state.
* We might still have to clean-up postgresql.auto.conf.

Co-authored-by: Jelte Fennema <github-tech@jeltef.nl>
  • Loading branch information
DimCitus and JelteF committed May 4, 2020
1 parent b4f9439 commit de7fdc5
Show file tree
Hide file tree
Showing 16 changed files with 918 additions and 137 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
### pg_auto_failover v1.3 (April 30, 2020) ###

* Fix systemd integration [#212]
* Change default TLS cipher list [#214]
* SSL certificates management fixes [#228]
* Improve replication slots handling [#222]
* Implement pg_autoctl enable|disable ssl [#233]
* Implement pg_autoctl show uri --monitor [#238]
* Implement pg_autoctl stop|reload for the monitor [#241]
* Don't create pgautofailover_monitor user anymore [#247]

### pg_auto_failover v1.2 (March 17, 2020) ###

* Feature implement an option (--skip-pg-hba) to skip editing of HBA rules by pg_autoctl (#169)
Expand Down
2 changes: 1 addition & 1 deletion src/bin/lib/parson/LICENSE
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2012 - 2019 Krzysztof Gabis
Copyright (c) 2012 - 2020 Krzysztof Gabis

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit de7fdc5

Please sign in to comment.