diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da3c38c4..d063f3354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.13.0](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/compare/v1.12.0...v1.13.0) (2023-07-11) + + +### Features + +* Add support for PSC network connections ([#1347](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/issues/1347)) ([4474f16](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/commit/4474f16b986c0043c980f4f60dffc06801a63a16)) + + +### Bug Fixes + +* Use explicit project version in distributionManagement section. This ([#1338](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/issues/1338)) ([86afe6f](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/commit/86afe6f55a7909d877d598e46b7fa5a020b8b54c)) + ## [1.12.0](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/compare/v1.11.2...v1.12.0) (2023-06-12) diff --git a/core/pom.xml b/core/pom.xml index 67e44c3ed..a8db12e98 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -23,7 +23,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.12.1-SNAPSHOT + 1.13.0 jdbc-socket-factory-core jar diff --git a/docs/jdbc-mariadb.md b/docs/jdbc-mariadb.md index 0f2143b5a..011ba0f18 100644 --- a/docs/jdbc-mariadb.md +++ b/docs/jdbc-mariadb.md @@ -9,14 +9,14 @@ Include the following in the project's `pom.xml`:     com.google.cloud.sql     mariadb-socket-factory -    1.12.0 +    1.13.0 ``` ##### Gradle Include the following the project's `gradle.build` ```gradle -compile 'com.google.cloud.sql:mariadb-socket-factory:1.12.0' +compile 'com.google.cloud.sql:mariadb-socket-factory:1.13.0' ``` *Note*: Also include the JDBC Driver for MariaDB, `org.mariadb.jdbc:mariadb-java-client:` diff --git a/docs/jdbc-mysql.md b/docs/jdbc-mysql.md index 9bf32b836..ae0c4e9d8 100644 --- a/docs/jdbc-mysql.md +++ b/docs/jdbc-mysql.md @@ -9,8 +9,8 @@ are unsure, it is recommended to use the latest version of `mysql-connector-java | JDBC Driver Version | Cloud SQL Socket Factory Version | | -------------------------- | ---------------------------------------- | -| mysql-connector-java:8.x | mysql-socket-factory-connector-j-8:1.12.0 | -| mysql-connector-java:5.1.x | mysql-socket-factory:1.12.0 | +| mysql-connector-java:8.x | mysql-socket-factory-connector-j-8:1.13.0 | +| mysql-connector-java:5.1.x | mysql-socket-factory:1.13.0 | ##### Maven Include the following in the project's `pom.xml`: @@ -18,14 +18,14 @@ Include the following in the project's `pom.xml`:     com.google.cloud.sql     mysql-socket-factory-connector-j-8 -    1.12.0 +    1.13.0 ``` ##### Gradle Include the following the project's `build.gradle` ```gradle -compile 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.12.0' +compile 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.13.0' ``` ### Creating theJDBC URL diff --git a/docs/jdbc-postgres.md b/docs/jdbc-postgres.md index c607ab2bf..6b4819799 100644 --- a/docs/jdbc-postgres.md +++ b/docs/jdbc-postgres.md @@ -9,14 +9,14 @@ Include the following in the project's `pom.xml`:     com.google.cloud.sql     postgres-socket-factory -    1.12.0 +    1.13.0 ``` ##### Gradle Include the following the project's `gradle.build` ```gradle -compile 'com.google.cloud.sql:postgres-socket-factory:1.12.0' +compile 'com.google.cloud.sql:postgres-socket-factory:1.13.0' ``` *Note*: Also include the JDBC Driver for PostgreSQL, `org.postgresql:postgresql:` diff --git a/docs/jdbc-sqlserver.md b/docs/jdbc-sqlserver.md index d937bbdb3..11726df98 100644 --- a/docs/jdbc-sqlserver.md +++ b/docs/jdbc-sqlserver.md @@ -10,14 +10,14 @@ Include the following in the project's `pom.xml`:     com.google.cloud.sql     cloud-sql-connector-jdbc-sqlserver -    1.12.0 +    1.13.0 ``` ##### Gradle Include the following the project's `gradle.build` ```gradle -compile 'com.google.cloud.sql:cloud-sql-connector-jdbc-sqlserver:1.12.0' +compile 'com.google.cloud.sql:cloud-sql-connector-jdbc-sqlserver:1.13.0' ``` *Note*: Also include the JDBC Driver for SQL Server, `com.microsoft.sqlserver:mssql-jdbc:`. diff --git a/docs/r2dbc-mysql.md b/docs/r2dbc-mysql.md index 0bb2e21fc..e53c7f2a0 100644 --- a/docs/r2dbc-mysql.md +++ b/docs/r2dbc-mysql.md @@ -10,14 +10,14 @@ Include the following in the project's `pom.xml`: com.google.cloud.sql cloud-sql-connector-r2dbc-mysql - 1.12.0 + 1.13.0 ``` ##### Gradle Include the following the project's `build.gradle` ```gradle -compile 'com.google.cloud.sql:cloud-sql-connector-r2dbc-mysql:1.12.0' +compile 'com.google.cloud.sql:cloud-sql-connector-r2dbc-mysql:1.13.0' ``` *Note: Also include the R2DBC Driver for MySQL, `io.asyncer:r2dbc-mysql:` diff --git a/docs/r2dbc-postgres.md b/docs/r2dbc-postgres.md index 16477299d..f3afb5823 100644 --- a/docs/r2dbc-postgres.md +++ b/docs/r2dbc-postgres.md @@ -10,13 +10,13 @@ Include the following in the project's `pom.xml`: com.google.cloud.sql cloud-sql-connector-r2dbc-postgres - 1.12.0 + 1.13.0 ``` ##### Gradle Include the following the project's `build.gradle` ```gradle -compile 'com.google.cloud.sql:cloud-sql-connector-r2dbc-postgres:1.12.0' +compile 'com.google.cloud.sql:cloud-sql-connector-r2dbc-postgres:1.13.0' ``` *Note: Also include the R2DBC Driver for PostgreSQL, `io.r2dbc:r2dbc-postgresql:` diff --git a/docs/r2dbc-sqlserver.md b/docs/r2dbc-sqlserver.md index 499ae57b6..fe4ee9a7c 100644 --- a/docs/r2dbc-sqlserver.md +++ b/docs/r2dbc-sqlserver.md @@ -10,13 +10,13 @@ Include the following in the project's `pom.xml`: com.google.cloud.sql cloud-sql-connector-r2dbc-sqlserver - 1.12.0 + 1.13.0 ``` ##### Gradle Include the following the project's `build.gradle` ```gradle -compile 'com.google.cloud.sql:cloud-sql-connector-r2dbc-sqlserver:1.12.0' +compile 'com.google.cloud.sql:cloud-sql-connector-r2dbc-sqlserver:1.13.0' ``` *Note: Also include the R2DBC Driver for SQL Server, `io.r2dbc:r2dbc-mssql:` diff --git a/jdbc/mariadb/pom.xml b/jdbc/mariadb/pom.xml index aacb29d36..6653eef3b 100644 --- a/jdbc/mariadb/pom.xml +++ b/jdbc/mariadb/pom.xml @@ -22,7 +22,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.12.1-SNAPSHOT + 1.13.0 ../../pom.xml mariadb-socket-factory diff --git a/jdbc/mysql-j-5/pom.xml b/jdbc/mysql-j-5/pom.xml index ee4c9c540..47ddba141 100644 --- a/jdbc/mysql-j-5/pom.xml +++ b/jdbc/mysql-j-5/pom.xml @@ -23,7 +23,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.12.1-SNAPSHOT + 1.13.0 ../../pom.xml diff --git a/jdbc/mysql-j-8/pom.xml b/jdbc/mysql-j-8/pom.xml index af78d2b4f..6efbdebd1 100644 --- a/jdbc/mysql-j-8/pom.xml +++ b/jdbc/mysql-j-8/pom.xml @@ -22,7 +22,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.12.1-SNAPSHOT + 1.13.0 ../../pom.xml diff --git a/jdbc/postgres/pom.xml b/jdbc/postgres/pom.xml index b421467a2..10a2d0c47 100644 --- a/jdbc/postgres/pom.xml +++ b/jdbc/postgres/pom.xml @@ -22,7 +22,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.12.1-SNAPSHOT + 1.13.0 ../../pom.xml postgres-socket-factory diff --git a/jdbc/sqlserver/pom.xml b/jdbc/sqlserver/pom.xml index e4b44a5f8..c7b66c5af 100644 --- a/jdbc/sqlserver/pom.xml +++ b/jdbc/sqlserver/pom.xml @@ -22,7 +22,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.12.1-SNAPSHOT + 1.13.0 ../../pom.xml cloud-sql-connector-jdbc-sqlserver diff --git a/pom.xml b/pom.xml index 1a2dc414c..53c576b40 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ com.google.cloud.sql jdbc-socket-factory-parent pom - 1.12.1-SNAPSHOT + 1.13.0 Cloud SQL JDBC Socket Factory diff --git a/r2dbc/core/pom.xml b/r2dbc/core/pom.xml index 983f912ec..8ae56e3a7 100644 --- a/r2dbc/core/pom.xml +++ b/r2dbc/core/pom.xml @@ -21,7 +21,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.12.1-SNAPSHOT + 1.13.0 ../../pom.xml cloud-sql-connector-r2dbc-core diff --git a/r2dbc/mysql/pom.xml b/r2dbc/mysql/pom.xml index f93a1d6af..ec5dd57b0 100644 --- a/r2dbc/mysql/pom.xml +++ b/r2dbc/mysql/pom.xml @@ -22,7 +22,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.12.1-SNAPSHOT + 1.13.0 ../../pom.xml cloud-sql-connector-r2dbc-mysql diff --git a/r2dbc/postgres/pom.xml b/r2dbc/postgres/pom.xml index f1625054f..37a46abea 100644 --- a/r2dbc/postgres/pom.xml +++ b/r2dbc/postgres/pom.xml @@ -22,7 +22,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.12.1-SNAPSHOT + 1.13.0 ../../pom.xml cloud-sql-connector-r2dbc-postgres diff --git a/r2dbc/sqlserver/pom.xml b/r2dbc/sqlserver/pom.xml index 57e4ae653..b34b42586 100644 --- a/r2dbc/sqlserver/pom.xml +++ b/r2dbc/sqlserver/pom.xml @@ -22,7 +22,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.12.1-SNAPSHOT + 1.13.0 ../../pom.xml cloud-sql-connector-r2dbc-sqlserver diff --git a/version.txt b/version.txt index 8f34f8f2d..feaae22ba 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.12.1-SNAPSHOT +1.13.0