From 964fb0f4cb8374d5b9b33092c65bfe40c13d0d5d Mon Sep 17 00:00:00 2001 From: infra-db-release-bot <123024576+infra-db-release-bot@users.noreply.github.com> Date: Wed, 10 May 2023 14:09:57 -0700 Subject: [PATCH] chore(main): release 1.11.2 (#1286) * chore(main): release 1.11.2 * update versions in pom.xml files and READMEs --------- Co-authored-by: shubha-rajan --- CHANGELOG.md | 8 ++++++++ core/pom.xml | 2 +- docs/jdbc-mariadb.md | 4 ++-- docs/jdbc-mysql.md | 8 ++++---- docs/jdbc-postgres.md | 4 ++-- docs/jdbc-sqlserver.md | 4 ++-- docs/r2dbc-mysql.md | 4 ++-- docs/r2dbc-postgres.md | 4 ++-- docs/r2dbc-sqlserver.md | 4 ++-- jdbc/mariadb/pom.xml | 2 +- jdbc/mysql-j-5/pom.xml | 2 +- jdbc/mysql-j-8/pom.xml | 2 +- jdbc/postgres/pom.xml | 2 +- jdbc/sqlserver/pom.xml | 2 +- pom.xml | 2 +- r2dbc/core/pom.xml | 2 +- r2dbc/mysql/pom.xml | 2 +- r2dbc/postgres/pom.xml | 2 +- r2dbc/sqlserver/pom.xml | 2 +- version.txt | 2 +- 20 files changed, 36 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8894551b..b355624f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.11.2](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/compare/v1.11.1...v1.11.2) (2023-05-10) + + +### Bug Fixes + +* deprecate support for MySQL connector/J 5 ([#1278](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/issues/1278)) ([44d6e51](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/commit/44d6e51f2a6a2bce77659007e534dfba50ddd961)) +* update dependencies to latest versions ([#1285](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/issues/1285)) ([52b3715](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/commit/52b37158e46bf623f3ecf98b7c8ccfbc1e29edd8)) + ## [1.11.1](https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/compare/v1.11.0...v1.11.1) (2023-04-10) diff --git a/core/pom.xml b/core/pom.xml index 284169888..110652193 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -23,7 +23,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.11.2-SNAPSHOT + 1.11.2 jdbc-socket-factory-core jar diff --git a/docs/jdbc-mariadb.md b/docs/jdbc-mariadb.md index ece27040d..81bbb4472 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.11.1 +    1.11.2 ``` ##### Gradle Include the following the project's `gradle.build` ```gradle -compile 'com.google.cloud.sql:mariadb-socket-factory:1.11.1' +compile 'com.google.cloud.sql:mariadb-socket-factory:1.11.2' ``` *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 22244fadd..ed1f07a70 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.11.1 | -| mysql-connector-java:5.1.x | mysql-socket-factory:1.11.1 | +| mysql-connector-java:8.x | mysql-socket-factory-connector-j-8:1.11.2 | +| mysql-connector-java:5.1.x | mysql-socket-factory:1.11.2 | ##### 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.11.1 +    1.11.2 ``` ##### Gradle Include the following the project's `build.gradle` ```gradle -compile 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.11.1' +compile 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.11.2' ``` ### Creating theJDBC URL diff --git a/docs/jdbc-postgres.md b/docs/jdbc-postgres.md index 79821ffa6..e5ade476a 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.11.1 +    1.11.2 ``` ##### Gradle Include the following the project's `gradle.build` ```gradle -compile 'com.google.cloud.sql:postgres-socket-factory:1.11.1' +compile 'com.google.cloud.sql:postgres-socket-factory:1.11.2' ``` *Note*: Also include the JDBC Driver for PostgreSQL, `org.postgresql:postgresql:` diff --git a/docs/jdbc-sqlserver.md b/docs/jdbc-sqlserver.md index 3d5a5a5e0..9c0e9ae34 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.11.1 +    1.11.2 ``` ##### Gradle Include the following the project's `gradle.build` ```gradle -compile 'com.google.cloud.sql:cloud-sql-connector-jdbc-sqlserver:1.11.1' +compile 'com.google.cloud.sql:cloud-sql-connector-jdbc-sqlserver:1.11.2' ``` *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 83029463a..6105c06b1 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.11.1 + 1.11.2 ``` ##### Gradle Include the following the project's `build.gradle` ```gradle -compile 'com.google.cloud.sql:cloud-sql-connector-r2dbc-mysql:1.11.1' +compile 'com.google.cloud.sql:cloud-sql-connector-r2dbc-mysql:1.11.2' ``` *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 ee2d352db..b8cd54050 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.11.1 + 1.11.2 ``` ##### Gradle Include the following the project's `build.gradle` ```gradle -compile 'com.google.cloud.sql:cloud-sql-connector-r2dbc-postgres:1.11.1' +compile 'com.google.cloud.sql:cloud-sql-connector-r2dbc-postgres:1.11.2' ``` *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 d3a1a6184..ad003bd42 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.11.1 + 1.11.2 ``` ##### Gradle Include the following the project's `build.gradle` ```gradle -compile 'com.google.cloud.sql:cloud-sql-connector-r2dbc-sqlserver:1.11.1' +compile 'com.google.cloud.sql:cloud-sql-connector-r2dbc-sqlserver:1.11.2' ``` *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 1fb1ee23a..e9c1634fa 100644 --- a/jdbc/mariadb/pom.xml +++ b/jdbc/mariadb/pom.xml @@ -22,7 +22,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.11.2-SNAPSHOT + 1.11.2 ../../pom.xml mariadb-socket-factory diff --git a/jdbc/mysql-j-5/pom.xml b/jdbc/mysql-j-5/pom.xml index 13bee2045..406d6fd66 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.11.2-SNAPSHOT + 1.11.2 ../../pom.xml diff --git a/jdbc/mysql-j-8/pom.xml b/jdbc/mysql-j-8/pom.xml index eb2da20da..8116bdb5c 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.11.2-SNAPSHOT + 1.11.2 ../../pom.xml diff --git a/jdbc/postgres/pom.xml b/jdbc/postgres/pom.xml index 588501b84..bee040c17 100644 --- a/jdbc/postgres/pom.xml +++ b/jdbc/postgres/pom.xml @@ -22,7 +22,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.11.2-SNAPSHOT + 1.11.2 ../../pom.xml postgres-socket-factory diff --git a/jdbc/sqlserver/pom.xml b/jdbc/sqlserver/pom.xml index 5e35feedd..b7490c082 100644 --- a/jdbc/sqlserver/pom.xml +++ b/jdbc/sqlserver/pom.xml @@ -22,7 +22,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.11.2-SNAPSHOT + 1.11.2 ../../pom.xml cloud-sql-connector-jdbc-sqlserver diff --git a/pom.xml b/pom.xml index 967e3f901..8092cf6b1 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ com.google.cloud.sql jdbc-socket-factory-parent pom - 1.11.2-SNAPSHOT + 1.11.2 Cloud SQL JDBC Socket Factory diff --git a/r2dbc/core/pom.xml b/r2dbc/core/pom.xml index b3c890f0d..f1b098201 100644 --- a/r2dbc/core/pom.xml +++ b/r2dbc/core/pom.xml @@ -21,7 +21,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.11.2-SNAPSHOT + 1.11.2 ../../pom.xml cloud-sql-connector-r2dbc-core diff --git a/r2dbc/mysql/pom.xml b/r2dbc/mysql/pom.xml index 8a61a2ee6..3a71ec1be 100644 --- a/r2dbc/mysql/pom.xml +++ b/r2dbc/mysql/pom.xml @@ -22,7 +22,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.11.2-SNAPSHOT + 1.11.2 ../../pom.xml cloud-sql-connector-r2dbc-mysql diff --git a/r2dbc/postgres/pom.xml b/r2dbc/postgres/pom.xml index 61b230e91..e91bf6304 100644 --- a/r2dbc/postgres/pom.xml +++ b/r2dbc/postgres/pom.xml @@ -22,7 +22,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.11.2-SNAPSHOT + 1.11.2 ../../pom.xml cloud-sql-connector-r2dbc-postgres diff --git a/r2dbc/sqlserver/pom.xml b/r2dbc/sqlserver/pom.xml index a6c71b54d..1629f13b7 100644 --- a/r2dbc/sqlserver/pom.xml +++ b/r2dbc/sqlserver/pom.xml @@ -22,7 +22,7 @@ com.google.cloud.sql jdbc-socket-factory-parent - 1.11.2-SNAPSHOT + 1.11.2 ../../pom.xml cloud-sql-connector-r2dbc-sqlserver diff --git a/version.txt b/version.txt index 4bc07f03a..ca7176690 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.11.2-SNAPSHOT +1.11.2