Skip to content

Commit 857b3db

Browse files
chore(main): release 1.1.0 (#469)
1 parent f2ad888 commit 857b3db

File tree

9 files changed

+34
-10
lines changed

9 files changed

+34
-10
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v1.0.0...v1.1.0) (2024-04-15)
4+
5+
6+
### Features
7+
8+
* add support for debug logging ([#501](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/501)) ([c2d096c](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/c2d096c3c2c7b9964f7641c2e4f0727b2f1e848f))
9+
* add support for PSC ([#448](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/448)) ([8b7ebeb](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/8b7ebeb156b5052db0cd8bb239b6c696bcb1e5d3))
10+
11+
12+
### Dependencies
13+
14+
* Update bouncycastle.version to v1.78 ([#500](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/500)) ([f1e2e46](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/f1e2e46ff051fd9ed8e46ab2b47931bd1ddf9f0c))
15+
* Update com.google.errorprone dependencies to v2.26.1 ([#467](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/467)) ([d137e63](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/d137e63235f6f3397c143e0d258357595a671fcb))
16+
* Update dependency com.google.api:gax-grpc to v2.46.1 ([#477](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/477)) ([b7f7c26](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/b7f7c26c456e653adbd718ba715440ab908789b8))
17+
* Update dependency com.google.api.grpc:proto-google-common-protos to v2.37.1 ([#478](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/478)) ([3c5b362](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/3c5b36250b6e5ad324f2f192117e73cabb0db51d))
18+
* Update dependency com.google.cloud:google-cloud-alloydb-bom to v0.30.0 ([#495](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/495)) ([033ab5c](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/033ab5cb8b27a3f6169693342e28ee9696c3468e))
19+
* Update dependency com.google.cloud:google-cloud-alloydb-connectors-bom to v0.19.0 ([#496](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/496)) ([119b812](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/119b8128fae9cfd0a5f21f06ce7dd8542a2bfb08))
20+
* Update dependency com.google.cloud:google-cloud-shared-config to v1.7.6 ([#475](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/475)) ([ca29b80](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/ca29b8069b9f175591da948e56477243edb21789))
21+
* Update dependency io.grpc:grpc-bom to v1.63.0 ([#494](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/494)) ([38808f4](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/38808f4764947261725e1ca8e3f0013d985033b3))
22+
* Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 ([#484](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/484)) ([20b7c18](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/20b7c18d2095efa9b59a0d0eca0f844614bf1f1a))
23+
* Update dependency org.jacoco:jacoco-maven-plugin to v0.8.12 ([#490](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/490)) ([80864f2](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/80864f2b1e3548f3dbfa87f87c95f42f79d363d5))
24+
* Update dependency org.jmock:jmock to v2.13.1 ([#480](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/480)) ([b53b97e](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/b53b97ea568fecac707f15e26ee48e9137d13477))
25+
* Update dependency org.slf4j:slf4j-api to v2.0.13 ([#506](https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/506)) ([9070a9a](https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/9070a9a8bdba16b1a6d2888dcd2363ff21c692c7))
26+
327
## [1.0.0](https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v0.6.0...v1.0.0) (2024-03-12)
428

529

alloydb-jdbc-connector/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<parent>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>alloydb-connector-parent</artifactId>
26-
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
26+
<version>1.1.0</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<artifactId>alloydb-jdbc-connector</artifactId>
30-
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
30+
<version>1.1.0</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
3131
<packaging>jar</packaging>
3232

3333
<name>Google Cloud AlloyDB JDBC Connector</name>

alloydb-jdbc-connector/src/main/java/com/google/cloud/alloydb/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717

1818
class Version {
1919
// {x-version-update-start:alloydb-jdbc-connector:current}
20-
static final String VERSION = "1.0.1-SNAPSHOT";
20+
static final String VERSION = "1.1.0";
2121
// {x-version-update-end}
2222
}

docs/jdbc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Include the following in the project's `pom.xml`:
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>alloydb-jdbc-connector</artifactId>
22-
<version>1.0.0</version>
22+
<version>1.1.0</version>
2323
</dependency>
2424
```
2525
<!-- {x-version-update-end} -->
@@ -40,7 +40,7 @@ Include the following the project's `gradle.build`
4040
<!-- {x-version-update-start:alloydb-jdbc-connector:released} -->
4141
```gradle
4242
// Add connector with the latest version
43-
implementation group: 'com.google.cloud', name: 'alloydb-jdbc-connector', version: '1.0.0'
43+
implementation group: 'com.google.cloud', name: 'alloydb-jdbc-connector', version: '1.1.0'
4444
```
4545
<!-- {x-version-update-end} -->
4646

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<artifactId>alloydb-connector-parent</artifactId>
2121
<packaging>pom</packaging>
22-
<version>1.0.1-SNAPSHOT</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
22+
<version>1.1.0</version><!-- {x-version-update:alloydb-jdbc-connector:current} -->
2323
<name>Google Cloud AlloyDB Java Connector Parent</name>
2424
<url>https://github.com/GoogleCloudPlatform/alloydb-java-connector</url>
2525
<description>

samples/install-without-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.cloud</groupId>
3232
<artifactId>alloydb-jdbc-connector</artifactId>
33-
<version>1.0.1-SNAPSHOT</version>
33+
<version>1.1.0</version>
3434
</dependency>
3535
<!-- {x-version-update-end} -->
3636
<!-- [END _install_without_bom] -->

samples/snapshot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>alloydb-jdbc-connector</artifactId>
31-
<version>1.0.1-SNAPSHOT</version>
31+
<version>1.1.0</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

samples/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>alloydb-jdbc-connector</artifactId>
32-
<version>1.0.1-SNAPSHOT</version>
32+
<version>1.1.0</version>
3333
</dependency>
3434
<!-- {x-version-update-end} -->
3535

versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
alloydb-jdbc-connector:1.0.0:1.0.1-SNAPSHOT
4+
alloydb-jdbc-connector:1.1.0:1.1.0

0 commit comments

Comments
 (0)