You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* AWS IAM Authentication is now supported. Usage instructions can be found [here](https://github.com/awslabs/aws-postgresql-jdbc#aws-iam-database-authentication).
7
+
8
+
### Improvements
9
+
* Socket timeout is set after initial connection.
10
+
11
+
### Breaking Changes
12
+
* The driver now only accepts the AWS protocol (jdbc:postgresql:aws:) to avoid any conflicts with the community PostgreSQL JDBC driver. Please update your JDBC connection string to use the AWS protocol.
Based on the PostgreSQL JDBC 42.2.19 community driver.
17
+
9
18
### Features
10
19
* The driver is cluster aware for Amazon Aurora PostgreSQL. It takes advantage of Amazon Aurora’s fast failover capabilities, reducing failover times from minutes to seconds.
0 commit comments