Skip to content

Commit 2aa76fd

Browse files
chore(postgresql-dialect): release 0.52.0 (#3878)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 598ad2d commit 2aa76fd

File tree

5 files changed

+32
-7
lines changed

5 files changed

+32
-7
lines changed

CHANGELOG.md

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

3+
## [0.52.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.51.1...v0.52.0) (2025-11-12)
4+
5+
6+
### Features
7+
8+
* support for wire protocol 3.2 ([#3902](https://github.com/GoogleCloudPlatform/pgadapter/issues/3902)) ([bccd4bb](https://github.com/GoogleCloudPlatform/pgadapter/commit/bccd4bb94f046bf6f244f53b7a19c0dcdb7d518b))
9+
10+
11+
### Bug Fixes
12+
13+
* named prepared statement could return cryptic error message ([#3921](https://github.com/GoogleCloudPlatform/pgadapter/issues/3921)) ([598ad2d](https://github.com/GoogleCloudPlatform/pgadapter/commit/598ad2d34c4cf35bfb60c998e1bb3b341bcc8b3e))
14+
15+
16+
### Dependencies
17+
18+
* update dependency com.fasterxml.jackson.core:jackson-databind to v2.20.1 ([#3896](https://github.com/GoogleCloudPlatform/pgadapter/issues/3896)) ([c1d2bc2](https://github.com/GoogleCloudPlatform/pgadapter/commit/c1d2bc24909649f2a125fd3e94ca974371faf458))
19+
* update dependency django to v5.2.8 [security] ([#3906](https://github.com/GoogleCloudPlatform/pgadapter/issues/3906)) ([b73db32](https://github.com/GoogleCloudPlatform/pgadapter/commit/b73db32155ce3aa0f48c8853ed9467d5b58d52cc))
20+
* update dependency go to v1.25.4 ([#3919](https://github.com/GoogleCloudPlatform/pgadapter/issues/3919)) ([b0b241b](https://github.com/GoogleCloudPlatform/pgadapter/commit/b0b241b29fbe561fb39d94fd0778619122e7ecd7))
21+
* update dependency io.opentelemetry:opentelemetry-bom to v1.55.0 ([#3876](https://github.com/GoogleCloudPlatform/pgadapter/issues/3876)) ([cf69e08](https://github.com/GoogleCloudPlatform/pgadapter/commit/cf69e08373191e09e5104c6900f5fb7bff546b35))
22+
* update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v2.2.21 ([#3887](https://github.com/GoogleCloudPlatform/pgadapter/issues/3887)) ([7a0f53d](https://github.com/GoogleCloudPlatform/pgadapter/commit/7a0f53d232c2b5e29e494164ffec0b79ec483a1a))
23+
* update dependency org.testcontainers:testcontainers to v2 ([#3880](https://github.com/GoogleCloudPlatform/pgadapter/issues/3880)) ([706b8a2](https://github.com/GoogleCloudPlatform/pgadapter/commit/706b8a281afd61ef1f35a003ccf131427e906831))
24+
* update dependency psycopg to v3.2.11 ([#3870](https://github.com/GoogleCloudPlatform/pgadapter/issues/3870)) ([f992f5d](https://github.com/GoogleCloudPlatform/pgadapter/commit/f992f5dd55c4f5cc1cd413d91d8b25919bccabe0))
25+
* update dependency psycopg-binary to v3.2.11 ([#3871](https://github.com/GoogleCloudPlatform/pgadapter/issues/3871)) ([318cb1f](https://github.com/GoogleCloudPlatform/pgadapter/commit/318cb1fa7ff2847cb10153e0b93172326344fc8e))
26+
* update golang docker tag to v1.25.3 ([#3873](https://github.com/GoogleCloudPlatform/pgadapter/issues/3873)) ([f9a89fa](https://github.com/GoogleCloudPlatform/pgadapter/commit/f9a89fae07849bf6059556c20bbd089e3a77d3a9))
27+
328
## [0.51.1](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.51.0...v0.51.1) (2025-10-20)
429

530

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

0 commit comments

Comments
 (0)