File tree Expand file tree Collapse file tree 5 files changed +19
-7
lines changed
Expand file tree Collapse file tree 5 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.53.1] ( https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.53.0...v0.53.1 ) (2026-02-03)
4+
5+
6+ ### Performance Improvements
7+
8+ * remove session pool ([ #4124 ] ( https://github.com/GoogleCloudPlatform/pgadapter/issues/4124 ) ) ([ a0a2cf0] ( https://github.com/GoogleCloudPlatform/pgadapter/commit/a0a2cf044311d1a791365eb9c46159d622c605d1 ) )
9+
10+
11+ ### Dependencies
12+
13+ * update github.com/googlecloudplatform/pgadapter/wrappers/golang digest to 08429cd ([ #3982 ] ( https://github.com/GoogleCloudPlatform/pgadapter/issues/3982 ) ) ([ 5678c54] ( https://github.com/GoogleCloudPlatform/pgadapter/commit/5678c54f362711084ff1e0a83a2aafc2df13b6c0 ) )
14+
315## [ 0.53.0] ( https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.52.1...v0.53.0 ) (2026-01-05)
416
517
Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ Use the `-s` option to specify a different local port than the default 5432 if y
118118PostgreSQL running on your local system.
119119
120120<!-- - {x-version-update-start:google-cloud-spanner-pgadapter:released} -->
121- You can also download a specific version of the jar. Example (replace ` v0.53.0 ` with the version you want to download):
121+ You can also download a specific version of the jar. Example (replace ` v0.53.1 ` with the version you want to download):
122122``` shell
123- VERSION=v0.53.0
123+ VERSION=v0.53.1
124124wget https://storage.googleapis.com/pgadapter-jar-releases/pgadapter-${VERSION} .tar.gz \
125125 && tar -xzvf pgadapter-${VERSION} .tar.gz
126126java -jar pgadapter.jar -p my-project -i my-instance -d my-database
@@ -155,7 +155,7 @@ This option is only available for Java/JVM-based applications.
155155<dependency >
156156 <groupId >com.google.cloud</groupId >
157157 <artifactId >google-cloud-spanner-pgadapter</artifactId >
158- <version >0.53.0 </version >
158+ <version >0.53.1 </version >
159159</dependency >
160160<!-- [END pgadapter_dependency] -->
161161```
Original file line number Diff line number Diff line change 4343
4444 <modelVersion >4.0.0</modelVersion >
4545 <artifactId >google-cloud-spanner-pgadapter</artifactId >
46- <version >0.53.1-SNAPSHOT </version ><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
46+ <version >0.53.1</version ><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
4747 <name >Google Cloud Spanner PostgreSQL Adapter</name >
4848 <packaging >jar</packaging >
4949 <description >
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ The sample application adds the following dependencies:
1414<dependency >
1515 <groupId >org.postgresql</groupId >
1616 <artifactId >postgresql</artifactId >
17- <version >0.53.0 </version >
17+ <version >0.53.1 </version >
1818</dependency >
1919<dependency >
2020 <groupId >com.google.cloud</groupId >
2121 <artifactId >google-cloud-spanner-pgadapter</artifactId >
22- <version >0.53.0 </version >
22+ <version >0.53.1 </version >
2323</dependency >
2424<!-- [END pgadapter_and_jdbc_dependency] -->
2525```
Original file line number Diff line number Diff line change 11# Format:
22# module:released-version:current-version
33
4- google-cloud-spanner-pgadapter:0.53.0 :0.53.1-SNAPSHOT
4+ google-cloud-spanner-pgadapter:0.53.1 :0.53.1
You can’t perform that action at this time.
0 commit comments