Releases: GoogleCloudPlatform/cloud-sql-jdbc-socket-factory
Releases · GoogleCloudPlatform/cloud-sql-jdbc-socket-factory
Release v1.0.16
Release notes
- Several improvements to unix socket handling (#210):
- Added support for new
unixSocket
property, which can be used to specify a path to a unix socket instead of connecting over TCP - Configuring with the
CLOUD_SQL_FORCE_UNIX_SOCKET
env var has been deprecated. Please set theunixSocket
property to/cloudsql/INSTANCE_CONNECTION_NAME
in your config instead. - Automatic enabling of use of the
/cloudsql/
Unix domain socket when running in Google App Engine and Google Cloud Function environments has been disabled. The recommended way to connect is to continue to use TCP connections, but the behavior can be replicated using theunixSocket
property listed above.
- Added support for new
- Added support for project ids that are using the legacy "domain-scoped" format (#209)
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)