Skip to content

Commit

Permalink
chore: release 1.1.0 (#278)
Browse files Browse the repository at this point in the history
* chore: release 1.1.0

* chore: update CHANGELOG.md

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Shubha Rajan <[email protected]>
  • Loading branch information
release-please[bot] and shubha-rajan authored Sep 15, 2020
1 parent f9197d8 commit e9255d8
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 21 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [1.1.0](https://www.github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/compare/v1.0.16...v1.1.0) (2020-09-15)


### Features

* 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))
* 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))
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ Include the following in the project's `pom.xml`:
<dependency>
    <groupId>com.google.cloud.sql</groupId>
    <artifactId>mysql-socket-factory-connector-j-8</artifactId>
    <version>1.0.16</version>
    <version>1.1.0</version>
</dependency>
```

##### Gradle
Include the following the project's `build.gradle`
```gradle
compile 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.0.16'
compile 'com.google.cloud.sql:mysql-socket-factory-connector-j-8:1.1.0'
```

#### PostgreSQL
Expand All @@ -65,14 +65,14 @@ Include the following in the project's `pom.xml`:
<dependency>
    <groupId>com.google.cloud.sql</groupId>
    <artifactId>postgres-socket-factory</artifactId>
    <version>1.0.16</version>
    <version>1.1.0</version>
</dependency>
```

#### Gradle
Include the following the project's `gradle.build`
```gradle
compile 'com.google.cloud.sql:postgres-socket-factory:1.0.16'
compile 'com.google.cloud.sql:postgres-socket-factory:1.1.0'
```
[//]: # ({x-version-update-end})

Expand Down
4 changes: 2 additions & 2 deletions connector-j-5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</parent>
<artifactId>mysql-socket-factory</artifactId>
<packaging>jar</packaging>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-core</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions connector-j-6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</parent>
<artifactId>mysql-socket-factory-connector-j-6</artifactId>
<packaging>jar</packaging>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-core</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions connector-j-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</parent>
<artifactId>mysql-socket-factory-connector-j-8</artifactId>
<packaging>jar</packaging>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-core</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</parent>
<artifactId>jdbc-socket-factory-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->


<name>Cloud SQL JDBC Socket Factory</name>
Expand Down
4 changes: 2 additions & 2 deletions postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</parent>
<artifactId>postgres-socket-factory</artifactId>
<packaging>jar</packaging>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-core</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions r2dbc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</parent>
<artifactId>r2cbc-connection-factory-core</artifactId>
<packaging>jar</packaging>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-core</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions r2dbc-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</parent>
<artifactId>cloud-sql-connector-r2dbc-mysql</artifactId>
<packaging>jar</packaging>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>r2cbc-connection-factory-core</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions r2dbc-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.google.cloud.sql</groupId>
<artifactId>jdbc-socket-factory-parent</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</parent>
<artifactId>cloud-sql-connector-r2dbc-postgres</artifactId>
<packaging>jar</packaging>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>com.google.cloud.sql</groupId>
<artifactId>r2cbc-connection-factory-core</artifactId>
<version>1.0.17-SNAPSHOT</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
<version>1.1.0</version> <!-- {x-version-update:cloud-sql-java-connector:current} -->
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

cloud-sql-java-connector:1.0.16:1.0.17-SNAPSHOT
cloud-sql-java-connector:1.1.0:1.1.0

0 comments on commit e9255d8

Please sign in to comment.