Add support of sslnegotiation client-side connection option (#3173)

It is available in PostgreSQL 17

Besides that, enable PG17 in behave tests and include PG17 to supported versions in docs.
This commit is contained in:
Alexander Kukushkin
2024-09-27 11:27:09 +02:00
committed by GitHub
parent 6b685036d0
commit e91e6b5484
9 changed files with 29 additions and 18 deletions
+1 -1
View File
@@ -1 +1 @@
versions = {'etcd': '9.6', 'etcd3': '16', 'consul': '13', 'exhibitor': '12', 'raft': '14', 'kubernetes': '15'}
versions = {'etcd': '9.6', 'etcd3': '16', 'consul': '17', 'exhibitor': '12', 'raft': '14', 'kubernetes': '15'}