File tree 5 files changed +26
-6
lines changed
5 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.25.0] ( https://github.com/googleapis/java-spanner-jdbc/compare/v2.24.2...v2.25.0 ) (2024-12-04)
4
+
5
+
6
+ ### Features
7
+
8
+ * Add fallback to PDML mode ([ #1841 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/1841 ) ) ([ 1e81863] ( https://github.com/googleapis/java-spanner-jdbc/commit/1e818634d1f4845ef96c206de26388e6c3c80bf7 ) )
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * Update dependency com.fasterxml.jackson.core: jackson-databind to v2.18.2 ([ #1846 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/1846 ) ) ([ 1a010a1] ( https://github.com/googleapis/java-spanner-jdbc/commit/1a010a1ecb4e5f3c83c8fca26c64e607095f1351 ) )
14
+ * Update dependency com.google.cloud: google-cloud-spanner-bom to v6.81.2 ([ #1837 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/1837 ) ) ([ 52180d9] ( https://github.com/googleapis/java-spanner-jdbc/commit/52180d9ad8ff9ae1beda42af4c16c0796948e5a0 ) )
15
+ * Update dependency com.google.cloud: google-cloud-spanner-bom to v6.82.0 ([ #1847 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/1847 ) ) ([ b4ea413] ( https://github.com/googleapis/java-spanner-jdbc/commit/b4ea4130e667f417d249edbeb560720f58a3c1aa ) )
16
+ * Update dependency org.mybatis.spring.boot: mybatis-spring-boot-starter to v3.0.4 ([ #1844 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/1844 ) ) ([ 3cd9cd6] ( https://github.com/googleapis/java-spanner-jdbc/commit/3cd9cd6d3d2e7be023e1ff80019bf35bfedc07f9 ) )
17
+ * Update dependency org.springframework.boot: spring-boot to v3.4.0 ([ #1838 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/1838 ) ) ([ fb20987] ( https://github.com/googleapis/java-spanner-jdbc/commit/fb2098723ad193bf7331578113c0ed0f2e734101 ) )
18
+ * Update dependency org.springframework.boot: spring-boot-starter-data-jdbc to v3.4.0 ([ #1840 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/1840 ) ) ([ 3f9dbf1] ( https://github.com/googleapis/java-spanner-jdbc/commit/3f9dbf18415315db204d679c28d6f226b3edd7f1 ) )
19
+ * Update dependency org.springframework.boot: spring-boot-starter-parent to v3.4.0 ([ #1839 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/1839 ) ) ([ d681cea] ( https://github.com/googleapis/java-spanner-jdbc/commit/d681cea1d03f1b57d86f362a5bd2f5089ffcde4c ) )
20
+ * Update dependency org.testcontainers: testcontainers to v1.20.4 ([ #1835 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/1835 ) ) ([ 78aa4bf] ( https://github.com/googleapis/java-spanner-jdbc/commit/78aa4bf90e8a5339f5179fe1b95d6ed6e1b9ebbc ) )
21
+ * Update dependency org.testcontainers: testcontainers-bom to v1.20.4 ([ #1836 ] ( https://github.com/googleapis/java-spanner-jdbc/issues/1836 ) ) ([ c01ab98] ( https://github.com/googleapis/java-spanner-jdbc/commit/c01ab9800483db3eec5da0bd35acda5fb00de663 ) )
22
+
3
23
## [ 2.24.2] ( https://github.com/googleapis/java-spanner-jdbc/compare/v2.24.1...v2.24.2 ) (2024-11-20)
4
24
5
25
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ If you are using Maven, add this to your pom.xml file:
20
20
<dependency >
21
21
<groupId >com.google.cloud</groupId >
22
22
<artifactId >google-cloud-spanner-jdbc</artifactId >
23
- <version >2.24.2 </version >
23
+ <version >2.25.0 </version >
24
24
</dependency >
25
25
```
26
26
<!-- - {x-version-update-end} -->
@@ -30,15 +30,15 @@ If you are using Gradle without BOM, add this to your dependencies
30
30
31
31
<!-- - {x-version-update-start:google-cloud-spanner-jdbc:released} -->
32
32
``` Groovy
33
- implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.24.2 '
33
+ implementation 'com.google.cloud:google-cloud-spanner-jdbc:2.25.0 '
34
34
```
35
35
<!-- - {x-version-update-end} -->
36
36
37
37
If you are using SBT, add this to your dependencies
38
38
39
39
<!-- - {x-version-update-start:google-cloud-spanner-jdbc:released} -->
40
40
``` Scala
41
- libraryDependencies += " com.google.cloud" % " google-cloud-spanner-jdbc" % " 2.24.2 "
41
+ libraryDependencies += " com.google.cloud" % " google-cloud-spanner-jdbc" % " 2.25.0 "
42
42
```
43
43
<!-- - {x-version-update-end} -->
44
44
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<artifactId >google-cloud-spanner-jdbc</artifactId >
7
- <version >2.24.3-SNAPSHOT </version ><!-- {x-version-update:google-cloud-spanner-jdbc:current} -->
7
+ <version >2.25.0 </version ><!-- {x-version-update:google-cloud-spanner-jdbc:current} -->
8
8
<packaging >jar</packaging >
9
9
<name >Google Cloud Spanner JDBC</name >
10
10
<url >https://github.com/googleapis/java-spanner-jdbc</url >
Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >com.google.cloud</groupId >
30
30
<artifactId >google-cloud-spanner-jdbc</artifactId >
31
- <version >2.24.3-SNAPSHOT </version >
31
+ <version >2.25.0 </version >
32
32
</dependency >
33
33
<!-- {x-version-update-end} -->
34
34
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- google-cloud-spanner-jdbc:2.24.2 :2.24.3-SNAPSHOT
4
+ google-cloud-spanner-jdbc:2.25.0 :2.25.0
You can’t perform that action at this time.
0 commit comments