Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 968 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 968 Bytes

Changelog

Added

  • AWS IAM Authentication is now supported. Usage instructions can be found here.

Improvements

  • Socket timeout is set after initial connection.

Breaking Changes

  • 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.

Features

  • 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.