File tree Expand file tree Collapse file tree 12 files changed +30
-21
lines changed Expand file tree Collapse file tree 12 files changed +30
-21
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 1.1.0] ( https://www.github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/compare/v1.0.16...v1.1.0 ) (2020-09-15)
4+
5+
6+ ### Features
7+
8+ * Add r2dbc support for postgresql and mysql ([ #231 ] ( https://www.github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/issues/231 ) ) ([ 279c619] ( https://www.github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/commit/279c619e66c83bf94d9168d6ab512512c3042c68 ) )
9+ * Fix dependency convergence errors ([ #235 ] ( https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/issues/235 ) )([ 462fc4f] ( https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/commit/462fc4ffeb20b3f7f5243e86619bcecaa24157f0 ) )
Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ Include the following in the project's `pom.xml`:
4747<dependency>
4848 <groupId>com.google.cloud.sql</groupId>
4949 <artifactId>mysql-socket-factory-connector-j-8</artifactId>
50- <version>1.0.16 </version>
50+ <version>1.1.0 </version>
5151</dependency>
5252```
5353
5454##### Gradle
5555Include the following the project's ` build.gradle `
5656``` gradle
57- compile 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.0.16 '
57+ compile 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.1.0 '
5858```
5959
6060#### PostgreSQL
@@ -65,14 +65,14 @@ Include the following in the project's `pom.xml`:
6565<dependency>
6666 <groupId>com.google.cloud.sql</groupId>
6767 <artifactId>postgres-socket-factory</artifactId>
68- <version>1.0.16 </version>
68+ <version>1.1.0 </version>
6969</dependency>
7070```
7171
7272#### Gradle
7373Include the following the project's ` gradle.build `
7474``` gradle
75- compile 'com.google.cloud.sql:postgres-socket-factory:1.0.16 '
75+ compile 'com.google.cloud.sql:postgres-socket-factory:1.1.0 '
7676```
7777[ // ] : # ( {x-version-update-end} )
7878
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.google.cloud.sql</groupId >
99 <artifactId >jdbc-socket-factory-parent</artifactId >
10- <version >1.0.17-SNAPSHOT </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
10+ <version >1.1.0 </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
1111 </parent >
1212 <artifactId >mysql-socket-factory</artifactId >
1313 <packaging >jar</packaging >
2929 <dependency >
3030 <groupId >com.google.cloud.sql</groupId >
3131 <artifactId >jdbc-socket-factory-core</artifactId >
32- <version >1.0.17-SNAPSHOT </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
32+ <version >1.1.0 </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
3333 </dependency >
3434 </dependencies >
3535
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.google.cloud.sql</groupId >
99 <artifactId >jdbc-socket-factory-parent</artifactId >
10- <version >1.0.17-SNAPSHOT </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
10+ <version >1.1.0 </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
1111 </parent >
1212 <artifactId >mysql-socket-factory-connector-j-6</artifactId >
1313 <packaging >jar</packaging >
2929 <dependency >
3030 <groupId >com.google.cloud.sql</groupId >
3131 <artifactId >jdbc-socket-factory-core</artifactId >
32- <version >1.0.17-SNAPSHOT </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
32+ <version >1.1.0 </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
3333 </dependency >
3434 </dependencies >
3535
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.google.cloud.sql</groupId >
99 <artifactId >jdbc-socket-factory-parent</artifactId >
10- <version >1.0.17-SNAPSHOT </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
10+ <version >1.1.0 </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
1111 </parent >
1212 <artifactId >mysql-socket-factory-connector-j-8</artifactId >
1313 <packaging >jar</packaging >
2929 <dependency >
3030 <groupId >com.google.cloud.sql</groupId >
3131 <artifactId >jdbc-socket-factory-core</artifactId >
32- <version >1.0.17-SNAPSHOT </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
32+ <version >1.1.0 </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
3333 </dependency >
3434 </dependencies >
3535
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.google.cloud.sql</groupId >
99 <artifactId >jdbc-socket-factory-parent</artifactId >
10- <version >1.0.17-SNAPSHOT </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
10+ <version >1.1.0 </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
1111 </parent >
1212 <artifactId >jdbc-socket-factory-core</artifactId >
1313 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 77 <groupId >com.google.cloud.sql</groupId >
88 <artifactId >jdbc-socket-factory-parent</artifactId >
99 <packaging >pom</packaging >
10- <version >1.0.17-SNAPSHOT </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
10+ <version >1.1.0 </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
1111
1212
1313 <name >Cloud SQL JDBC Socket Factory</name >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.google.cloud.sql</groupId >
99 <artifactId >jdbc-socket-factory-parent</artifactId >
10- <version >1.0.17-SNAPSHOT </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
10+ <version >1.1.0 </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
1111 </parent >
1212 <artifactId >postgres-socket-factory</artifactId >
1313 <packaging >jar</packaging >
2929 <dependency >
3030 <groupId >com.google.cloud.sql</groupId >
3131 <artifactId >jdbc-socket-factory-core</artifactId >
32- <version >1.0.17-SNAPSHOT </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
32+ <version >1.1.0 </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
3333 </dependency >
3434 </dependencies >
3535
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.google.cloud.sql</groupId >
99 <artifactId >jdbc-socket-factory-parent</artifactId >
10- <version >1.0.17-SNAPSHOT </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
10+ <version >1.1.0 </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
1111 </parent >
1212 <artifactId >r2cbc-connection-factory-core</artifactId >
1313 <packaging >jar</packaging >
3232 <dependency >
3333 <groupId >com.google.cloud.sql</groupId >
3434 <artifactId >jdbc-socket-factory-core</artifactId >
35- <version >1.0.17-SNAPSHOT </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
35+ <version >1.1.0 </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
3636 </dependency >
3737 </dependencies >
3838
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >com.google.cloud.sql</groupId >
99 <artifactId >jdbc-socket-factory-parent</artifactId >
10- <version >1.0.17-SNAPSHOT </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
10+ <version >1.1.0 </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
1111 </parent >
1212 <artifactId >cloud-sql-connector-r2dbc-mysql</artifactId >
1313 <packaging >jar</packaging >
3333 <dependency >
3434 <groupId >com.google.cloud.sql</groupId >
3535 <artifactId >r2cbc-connection-factory-core</artifactId >
36- <version >1.0.17-SNAPSHOT </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
36+ <version >1.1.0 </version > <!-- {x-version-update:cloud-sql-java-connector:current} -->
3737 </dependency >
3838 <dependency >
3939 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments