Skip to content

Commit d6fe452

Browse files
chore(postgresql-dialect): release 0.53.2
1 parent 1bd9027 commit d6fe452

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.53.2](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.53.1...v0.53.2) (2026-03-05)
4+
5+
6+
### Dependencies
7+
8+
* update alpine docker tag to v3.23.3 ([#4134](https://github.com/GoogleCloudPlatform/pgadapter/issues/4134)) ([259fd8e](https://github.com/GoogleCloudPlatform/pgadapter/commit/259fd8e7862dc14973ac841a0c0ef4f5cc775d5b))
9+
* update dependency connectorx to v0.4.5 ([#4171](https://github.com/GoogleCloudPlatform/pgadapter/issues/4171)) ([95c57b9](https://github.com/GoogleCloudPlatform/pgadapter/commit/95c57b9ade1a56f0df1237d7d1a0cf8e1a8ae844))
10+
* update dependency coverlet.collector to v8 ([#4193](https://github.com/GoogleCloudPlatform/pgadapter/issues/4193)) ([fa84997](https://github.com/GoogleCloudPlatform/pgadapter/commit/fa84997060bb6d60abb05ec17896a33100b89d59))
11+
* update dependency django to v5.2.11 [security] ([#4129](https://github.com/GoogleCloudPlatform/pgadapter/issues/4129)) ([76d4402](https://github.com/GoogleCloudPlatform/pgadapter/commit/76d4402d1badffb39f22677de2b80293f2f30139))
12+
* update dependency django to v5.2.12 [security] ([#4173](https://github.com/GoogleCloudPlatform/pgadapter/issues/4173)) ([92d54a8](https://github.com/GoogleCloudPlatform/pgadapter/commit/92d54a80a9d0a6fcb88e0b1d6f3f9987e0c75283))
13+
* update dependency flask to v3.1.3 [security] ([#4156](https://github.com/GoogleCloudPlatform/pgadapter/issues/4156)) ([1eb0b89](https://github.com/GoogleCloudPlatform/pgadapter/commit/1eb0b8962e8a05498071b6a582039ab2cb28653d))
14+
* update dependency google.auth to v2.48.0 ([#4184](https://github.com/GoogleCloudPlatform/pgadapter/issues/4184)) ([670d76e](https://github.com/GoogleCloudPlatform/pgadapter/commit/670d76ea09ac1e84d22fefa2643aa26c2714e068))
15+
* update dependency gunicorn to v25 ([#4194](https://github.com/GoogleCloudPlatform/pgadapter/issues/4194)) ([de0cd4b](https://github.com/GoogleCloudPlatform/pgadapter/commit/de0cd4b8dac1c1f759112481715cdc400f86125b))
16+
* update dependency org.postgresql:postgresql to v42.7.10 ([#4177](https://github.com/GoogleCloudPlatform/pgadapter/issues/4177)) ([1bd7766](https://github.com/GoogleCloudPlatform/pgadapter/commit/1bd776651ae7b2eec871dbbf097040c96b225c8e))
17+
* update dependency psycopg to v3.3.3 ([#4169](https://github.com/GoogleCloudPlatform/pgadapter/issues/4169)) ([ad31337](https://github.com/GoogleCloudPlatform/pgadapter/commit/ad31337ca0a4a1887d1ca5fe28789fe621065755))
18+
* update dependency ruby to v4 ([#4198](https://github.com/GoogleCloudPlatform/pgadapter/issues/4198)) ([ca782f1](https://github.com/GoogleCloudPlatform/pgadapter/commit/ca782f1f8307a32ea5e1ccf495a78d35c912ffce))
19+
* update dependency testcontainers ([#4130](https://github.com/GoogleCloudPlatform/pgadapter/issues/4130)) ([d867d37](https://github.com/GoogleCloudPlatform/pgadapter/commit/d867d3740ed7d7fc1783895e3ab4a818cb144a15))
20+
* update module cloud.google.com/go/spanner to v1.88.0 ([#4190](https://github.com/GoogleCloudPlatform/pgadapter/issues/4190)) ([1bd9027](https://github.com/GoogleCloudPlatform/pgadapter/commit/1bd9027a8b54588fb071f4858186684b04ce7bcf))
21+
* update spring-boot.version to v4 ([#4202](https://github.com/GoogleCloudPlatform/pgadapter/issues/4202)) ([d9be74b](https://github.com/GoogleCloudPlatform/pgadapter/commit/d9be74bd1c69c24753aed992dda54e419184efc2))
22+
323
## [0.53.1](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.53.0...v0.53.1) (2026-02-03)
424

525

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.1` with the version you want to download):
121+
You can also download a specific version of the jar. Example (replace `v0.53.2` with the version you want to download):
122122
```shell
123-
VERSION=v0.53.1
123+
VERSION=v0.53.2
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.1</version>
158+
<version>0.53.2</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.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
46+
<version>0.53.2</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.1</version>
17+
<version>0.53.2</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-spanner-pgadapter</artifactId>
22-
<version>0.53.1</version>
22+
<version>0.53.2</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.1:0.53.2-SNAPSHOT
4+
google-cloud-spanner-pgadapter:0.53.2:0.53.2

0 commit comments

Comments
 (0)