Skip to content

Commit fb76777

Browse files
chore(postgresql-dialect): release 0.53.1 (#4119)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 47f3585 commit fb76777

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ Use the `-s` option to specify a different local port than the default 5432 if y
118118
PostgreSQL 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
124124
wget https://storage.googleapis.com/pgadapter-jar-releases/pgadapter-${VERSION}.tar.gz \
125125
&& tar -xzvf pgadapter-${VERSION}.tar.gz
126126
java -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
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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>

samples/java/jdbc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)