File tree 9 files changed +23
-10
lines changed
src/main/java/com/google/cloud/alloydb
9 files changed +23
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.2.3] ( https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v1.2.2...v1.2.3 ) (2025-05-19)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * close AlloyDB gRPC client on connector close ([ #633 ] ( https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/633 ) ) ([ 1ac52d5] ( https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/1ac52d591272abfcad20fbd5d7506ce3b4a62ee5 ) )
9
+ * validate PSC DNS name in server certificate ([ #628 ] ( https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/628 ) ) ([ 32c934f] ( https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/32c934f6e6414d35c0ea459ac6bc19f4ef7558e3 ) )
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * Update Non-major dependencies ([ #625 ] ( https://github.com/GoogleCloudPlatform/alloydb-java-connector/issues/625 ) ) ([ 225565f] ( https://github.com/GoogleCloudPlatform/alloydb-java-connector/commit/225565fde9fc3ff8ed6595c396a6b61adedac8a4 ) )
15
+
3
16
## [ 1.2.2] ( https://github.com/GoogleCloudPlatform/alloydb-java-connector/compare/v1.2.1...v1.2.2 ) (2025-04-15)
4
17
5
18
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >com.google.cloud</groupId >
25
25
<artifactId >alloydb-connector-parent</artifactId >
26
- <version >1.2.3-SNAPSHOT </version ><!-- {x-version-update:alloydb-jdbc-connector:current} -->
26
+ <version >1.2.3</version ><!-- {x-version-update:alloydb-jdbc-connector:current} -->
27
27
<relativePath >../pom.xml</relativePath >
28
28
</parent >
29
29
<artifactId >alloydb-jdbc-connector</artifactId >
30
- <version >1.2.3-SNAPSHOT </version ><!-- {x-version-update:alloydb-jdbc-connector:current} -->
30
+ <version >1.2.3</version ><!-- {x-version-update:alloydb-jdbc-connector:current} -->
31
31
<packaging >jar</packaging >
32
32
33
33
<name >Google Cloud AlloyDB JDBC Connector</name >
Original file line number Diff line number Diff line change 17
17
18
18
class Version {
19
19
// {x-version-update-start:alloydb-jdbc-connector:current}
20
- static final String VERSION = "1.2.3-SNAPSHOT " ;
20
+ static final String VERSION = "1.2.3" ;
21
21
// {x-version-update-end}
22
22
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Include the following in the project's `pom.xml`:
19
19
<dependency>
20
20
<groupId>com.google.cloud</groupId>
21
21
<artifactId>alloydb-jdbc-connector</artifactId>
22
- <version>1.2.2 </version>
22
+ <version>1.2.3 </version>
23
23
</dependency>
24
24
```
25
25
<!-- {x-version-update-end} -->
@@ -40,7 +40,7 @@ Include the following the project's `gradle.build`
40
40
<!-- {x-version-update-start:alloydb-jdbc-connector:released} -->
41
41
``` gradle
42
42
// Add connector with the latest version
43
- implementation group: 'com.google.cloud', name: 'alloydb-jdbc-connector', version: '1.2.2 '
43
+ implementation group: 'com.google.cloud', name: 'alloydb-jdbc-connector', version: '1.2.3 '
44
44
```
45
45
<!-- {x-version-update-end} -->
46
46
Original file line number Diff line number Diff line change 19
19
<modelVersion >4.0.0</modelVersion >
20
20
<artifactId >alloydb-connector-parent</artifactId >
21
21
<packaging >pom</packaging >
22
- <version >1.2.3-SNAPSHOT </version ><!-- {x-version-update:alloydb-jdbc-connector:current} -->
22
+ <version >1.2.3</version ><!-- {x-version-update:alloydb-jdbc-connector:current} -->
23
23
<name >Google Cloud AlloyDB Java Connector Parent</name >
24
24
<url >https://github.com/GoogleCloudPlatform/alloydb-java-connector</url >
25
25
<description >
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >com.google.cloud</groupId >
32
32
<artifactId >alloydb-jdbc-connector</artifactId >
33
- <version >1.2.3-SNAPSHOT </version >
33
+ <version >1.2.3</version >
34
34
</dependency >
35
35
<!-- {x-version-update-end} -->
36
36
<!-- [END _install_without_bom] -->
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.cloud</groupId >
30
30
<artifactId >alloydb-jdbc-connector</artifactId >
31
- <version >1.2.3-SNAPSHOT </version >
31
+ <version >1.2.3</version >
32
32
</dependency >
33
33
<!-- {x-version-update-end} -->
34
34
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >com.google.cloud</groupId >
31
31
<artifactId >alloydb-jdbc-connector</artifactId >
32
- <version >1.2.3-SNAPSHOT </version >
32
+ <version >1.2.3</version >
33
33
</dependency >
34
34
<!-- {x-version-update-end} -->
35
35
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- alloydb-jdbc-connector:1.2.2 :1.2.3-SNAPSHOT
4
+ alloydb-jdbc-connector:1.2.3 :1.2.3
You can’t perform that action at this time.
0 commit comments