File tree 6 files changed +12
-5
lines changed
cloud-spanner-r2dbc-samples
cloud-spanner-r2dbc-sample
6 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.4.1] ( https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/compare/v1.4.0...v1.4.1 ) (2025-04-30)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * rollback could return session to pool twice ([ #888 ] ( https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/issues/888 ) ) ([ d284a78] ( https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/commit/d284a78de8169599107183d2902164995bfb5a19 ) )
9
+
3
10
## [ 1.4.0] ( https://github.com/GoogleCloudPlatform/cloud-spanner-r2dbc/compare/v1.3.0...v1.4.0 ) (2025-03-06)
4
11
5
12
Original file line number Diff line number Diff line change 26
26
<parent >
27
27
<groupId >com.google.cloud</groupId >
28
28
<artifactId >cloud-spanner-r2dbc-samples</artifactId >
29
- <version >1.4.1-SNAPSHOT </version ><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
29
+ <version >1.4.1</version ><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
30
30
</parent >
31
31
32
32
<name >Google Cloud Spanner R2DBC Sample via direct SPI</name >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >com.google.cloud</groupId >
26
26
<artifactId >cloud-spanner-r2dbc-parent</artifactId >
27
- <version >1.4.1-SNAPSHOT </version ><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
27
+ <version >1.4.1</version ><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
28
28
</parent >
29
29
30
30
<artifactId >cloud-spanner-r2dbc-samples</artifactId >
Original file line number Diff line number Diff line change 26
26
<parent >
27
27
<groupId >com.google.cloud</groupId >
28
28
<artifactId >cloud-spanner-r2dbc-parent</artifactId >
29
- <version >1.4.1-SNAPSHOT </version ><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
29
+ <version >1.4.1</version ><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
30
30
</parent >
31
31
32
32
<name >Google Cloud Spanner R2DBC Driver</name >
Original file line number Diff line number Diff line change 23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >cloud-spanner-r2dbc-parent</artifactId >
25
25
<packaging >pom</packaging >
26
- <version >1.4.1-SNAPSHOT </version ><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
26
+ <version >1.4.1</version ><!-- {x-version-update:cloud-spanner-r2dbc:current} -->
27
27
28
28
<name >Google Cloud Spanner R2DBC Parent Project</name >
29
29
<description >Reactive R2DBC driver implementation for Cloud Spanner.</description >
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- cloud-spanner-r2dbc:1.4.0 :1.4.1-SNAPSHOT
4
+ cloud-spanner-r2dbc:1.4.1 :1.4.1
You can’t perform that action at this time.
0 commit comments