Releases: GoogleCloudPlatform/cloud-sql-jdbc-socket-factory
Releases · GoogleCloudPlatform/cloud-sql-jdbc-socket-factory
Release v1.0.15
Release v1.0.14
Release v1.0.13
Release Notes
- Updated dependencies to newer versions.
- Minor cosmetic restructuring of code base.
Release v1.0.12
Patch Notes
- Improved compatibility for Java 11
- Updated new interface in mysql-connector-java 8.0.13
- Updated and optimized some dependencies
Release v1.0.11
Patch Notes
- Fixed compatibility with JDK 9+
- Updated Postgres SocketFactory constructor to match new API signature
- Bug: There is a bug prevent "socketFactoryArg" from working correctly with some versions of the postgres driver. Please use "cloudSqlInstance" or update to v1.0.13 or higher to address this.
- Added support for specifying IP types
Release v1.0.10
Patch Notes
- Added mysql-connector-j-8
- Connection via Unix Socket can now be forced by setting the
CLOUD_SQL_FORCE_UNIX_SOCKET
environment variable - Bugfix: No longer attempts unix socket connection when running on GAE dev server
- Bugfix: Removed mysql-connector-java dependency for j6, j8, and postgres jars
Release v1.0.9
Release v1.0.9 (#80)