Skip to content

Releases: GoogleCloudPlatform/cloud-sql-jdbc-socket-factory

Release v1.2.0

19 Nov 05:14
35a3b6d
Compare
Choose a tag to compare

Changelog

1.2.0 (2020-11-18)

Features

  • add r2dbc support for MS SQL Server (#328) (fddcc7f)
  • mysql: Deprecated the mysql-socket-factory-connector-j-6 artifact (#342) (c11b63a)
  • add SQL Server JDBC support (#263) (2a60a67)
  • use regionalized instance ids to prevent global conflicts with sqladmin v1 (#303) (4bacca4)

mysql-socket-factory

filename sha256 hash
mysql-socket-factory-1.2.0-jar-with-dependencies.jar 618395f5a3115c3bee82fb958a467b71fae2827fa1fa243a5c3293a9b6fdbdd8 *-
mysql-socket-factory-1.2.0-jar-with-driver-and-dependencies.jar 8bd8d34468047e6f8699a5b33dfce5c447803df847da305f502cbbb089b78a75 *-
mysql-socket-factory-connector-j-6-1.2.0-jar-with-dependencies.jar 3362fddc59c4c2211028836916043ba9e8b4c83ceda19231611a562852ae1f6a *-
mysql-socket-factory-connector-j-6-1.2.0-jar-with-driver-and-dependencies.jar 2f9f160ee1c48dd46858a40a4bbf32c7e9f66460a91b2c856b18d8edd4683a53 *-
mysql-socket-factory-connector-j-8-1.2.0-jar-with-dependencies.jar baa51004d35875f7656743eecf05ad327af7cb3abbd2752026ce666ac7fc7920 *-
mysql-socket-factory-connector-j-8-1.2.0-jar-with-driver-and-dependencies.jar 4802341ec9227100e6d7d72d4c9480be101419c30e11f9d2cdb6e5902f58f776 *-

postgres-socket-factory

filename sha256 hash
postgres-socket-factory-1.2.0-jar-with-dependencies.jar 27680ccae6702775387ce05c9f5eb9c8bc3645365452b4d4914bf79730740a5b *-
postgres-socket-factory-1.2.0-jar-with-driver-and-dependencies.jar 87be4e203b2ce37f0d16bb5d73c4b8a1c9b13e4465dcf0f8a8cc54847bdef675 *-

jdbc-sqlserver

filename sha256 hash
cloud-sql-connector-jdbc-sqlserver-1.2.0-jar-with-dependencies.jar 9cbc5493337673a3411b742573db0ff5bd1e3995ff120e72501cc562ed9ce221 *-
cloud-sql-connector-jdbc-sqlserver-1.2.0-jar-with-driver-and-dependencies.jar 3c34866d649cf7929a6ca80d8f3b8dad04c851a5c62892b24ab514882dc0ec14 *-

r2dbc-mysql

filename sha256 hash
cloud-sql-connector-r2dbc-mysql-1.2.0-jar-with-dependencies.jar 046d147888e0dc174b49b6deda44e5e7aaf0eb2095afa48c2dc7a1994862cf5e *-
cloud-sql-connector-r2dbc-mysql-1.2.0-jar-with-driver-and-dependencies.jar 004211f9ce85e8690392e8fe9f096b49476ae0698cd48fb5a42571e12f1e0d99 *-

r2dbc-postgres

filename sha256 hash
cloud-sql-connector-r2dbc-postgres-1.2.0-jar-with-dependencies.jar 95b4cb13970d97c3ceff44c208dd58a364f2e1be4dc5258040c3dbc5f372ed9c *-
cloud-sql-connector-r2dbc-postgres-1.2.0-jar-with-driver-and-dependencies.jar 89fd8236602c590905cb6fbcb48dc1f038807816d5115ad5c8b303724780a361 *-

r2dbc-sqlserver

filename sha256 hash
cloud-sql-connector-r2dbc-sqlserver-1.2.0-jar-with-dependencies.jar e108a06ae03dc9152c16cdd75bf1104ad50ce85eab44853bf74e451f60d9dbf4 *-
cloud-sql-connector-r2dbc-sqlserver-1.2.0-jar-with-driver-and-dependencies.jar 374a16c94820e81d0b5fe93ae39be43d6f8c0327cab196820d6e48ca0c95038b *-

Release v1.1.0

15 Sep 21:52
Compare
Choose a tag to compare

Changelog

1.1.0 (2020-09-15)

Features

  • Add r2dbc support for postgresql and mysql (#231) (279c619)
  • Fix dependency convergence errors (#235)(462fc4f)

Release v1.0.16

23 Apr 16:36
26830f1
Compare
Choose a tag to compare

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 the unixSocket 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 the unixSocket property listed above.
  • Added support for project ids that are using the legacy "domain-scoped" format (#209)

Release v1.0.15

29 Aug 19:48
7af7d18
Compare
Choose a tag to compare

Release Notes

  • Improved initial start-up time:
    • Generate the initial RSA key pair asynchronously. (#142)
    • Remove static call on instance for Postgres. (#146)
  • Now uses google-auth-library-oauth2-http to get default credentials (#151)

Release v1.0.14

17 Jun 16:52
6817d51
Compare
Choose a tag to compare

Release Notes

  • Performance improvements - #137, #144
  • Automatically detect Google Cloud Functions environments and use unix socket instead - #141
  • Properly deprecate USER_TOKEN_PROPERTY_NAME in favor of setApplicationName
  • Updated dependencies to latest versions.

Release v1.0.13

29 Mar 20:18
81d2168
Compare
Choose a tag to compare

Release Notes

  • Updated dependencies to newer versions.
  • Minor cosmetic restructuring of code base.

Release v1.0.12

23 Jan 21:29
963c259
Compare
Choose a tag to compare

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

18 Sep 19:35
1d79708
Compare
Choose a tag to compare

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

02 Jul 20:17
4f899e5
Compare
Choose a tag to compare

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

13 Jun 16:24
28b266b
Compare
Choose a tag to compare
Release v1.0.9 (#80)