Skip to content

Commit 2a0c24c

Browse files
chore(postgresql-dialect): release 0.53.3
1 parent 38561bc commit 2a0c24c

File tree

5 files changed

+41
-7
lines changed

5 files changed

+41
-7
lines changed

CHANGELOG.md

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

3+
## [0.53.3](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.53.2...v0.53.3) (2026-03-16)
4+
5+
6+
### Bug Fixes
7+
8+
* copy multi-byte characters using text format failed ([#4216](https://github.com/GoogleCloudPlatform/pgadapter/issues/4216)) ([a183089](https://github.com/GoogleCloudPlatform/pgadapter/commit/a183089f58abdaa671c9706da578c6b76c7042da))
9+
10+
11+
### Performance Improvements
12+
13+
* write numbers directly to the stream ([#4229](https://github.com/GoogleCloudPlatform/pgadapter/issues/4229)) ([55387d1](https://github.com/GoogleCloudPlatform/pgadapter/commit/55387d12e09ae5d6026bb6de3e88865d23dca7dc))
14+
15+
16+
### Dependencies
17+
18+
* update dependency go to v1.26.1 ([#4223](https://github.com/GoogleCloudPlatform/pgadapter/issues/4223)) ([fa09f62](https://github.com/GoogleCloudPlatform/pgadapter/commit/fa09f6200cbe791bb1200187e6561af97b585b63))
19+
* update dependency google.auth to v2.49.1 ([#4230](https://github.com/GoogleCloudPlatform/pgadapter/issues/4230)) ([76ecd47](https://github.com/GoogleCloudPlatform/pgadapter/commit/76ecd477e05283fda98bc40c3e3c41b210088d16))
20+
* update dependency io.opentelemetry:opentelemetry-bom to v1.60.1 ([#4231](https://github.com/GoogleCloudPlatform/pgadapter/issues/4231)) ([fa0490e](https://github.com/GoogleCloudPlatform/pgadapter/commit/fa0490e07190714a599cfcb82e30b2ffabd70cd8))
21+
* update dependency npgsql to 10.0.2 ([#4225](https://github.com/GoogleCloudPlatform/pgadapter/issues/4225)) ([dc45b0e](https://github.com/GoogleCloudPlatform/pgadapter/commit/dc45b0e07bdac90f0651cc50b2cfb320297249f2))
22+
* update dependency nunit to 4.5.1 ([#4187](https://github.com/GoogleCloudPlatform/pgadapter/issues/4187)) ([658e351](https://github.com/GoogleCloudPlatform/pgadapter/commit/658e3510c504b86cc91c2b88b3841c2350710514))
23+
* update dependency nunit.analyzers to 4.12.0 ([#4234](https://github.com/GoogleCloudPlatform/pgadapter/issues/4234)) ([141524f](https://github.com/GoogleCloudPlatform/pgadapter/commit/141524f46a8d9395e7adfe33310c606a30f06d09))
24+
* update dependency nunit3testadapter to 6.1.0 ([#4188](https://github.com/GoogleCloudPlatform/pgadapter/issues/4188)) ([27bca72](https://github.com/GoogleCloudPlatform/pgadapter/commit/27bca7259dd9d3b5f5a2be9585a4ab221d065d5f))
25+
* update dependency org.hibernate.orm:hibernate-core to v7.2.7.final ([#4238](https://github.com/GoogleCloudPlatform/pgadapter/issues/4238)) ([38561bc](https://github.com/GoogleCloudPlatform/pgadapter/commit/38561bc3092a5c83d47cc1f5e661f7b92dd75b7f))
26+
* update dependency org.springframework.boot:spring-boot-dependencies to v3.5.11 ([#4178](https://github.com/GoogleCloudPlatform/pgadapter/issues/4178)) ([aac71b9](https://github.com/GoogleCloudPlatform/pgadapter/commit/aac71b94e3f0859afed51d76d32eb8578e77aec2))
27+
* update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.11 ([#4179](https://github.com/GoogleCloudPlatform/pgadapter/issues/4179)) ([c9da5e8](https://github.com/GoogleCloudPlatform/pgadapter/commit/c9da5e84d6906a1106215d57b81aaeae7ee04a65))
28+
* update dependency pytz to v2026 ([#4197](https://github.com/GoogleCloudPlatform/pgadapter/issues/4197)) ([96d3967](https://github.com/GoogleCloudPlatform/pgadapter/commit/96d39670235228a5869c4724ca672f0a3b8f55b0))
29+
* update dependency testcontainers to 4.11.0 ([#4235](https://github.com/GoogleCloudPlatform/pgadapter/issues/4235)) ([56ea4f9](https://github.com/GoogleCloudPlatform/pgadapter/commit/56ea4f929650aa3adbb525d8d7cc063f04ef00f4))
30+
* update golang docker tag to v1.26.1 ([#4226](https://github.com/GoogleCloudPlatform/pgadapter/issues/4226)) ([d48867f](https://github.com/GoogleCloudPlatform/pgadapter/commit/d48867f06891504f931889127803ccb892b23b09))
31+
* update maven docker tag to v3.9.14 ([#4227](https://github.com/GoogleCloudPlatform/pgadapter/issues/4227)) ([258257b](https://github.com/GoogleCloudPlatform/pgadapter/commit/258257bafcd29cb43839a518aa6029b609381871))
32+
* update module github.com/montanaflynn/stats to v0.8.2 ([#4236](https://github.com/GoogleCloudPlatform/pgadapter/issues/4236)) ([d3357c3](https://github.com/GoogleCloudPlatform/pgadapter/commit/d3357c31960c4a8022ac189cdfb85971e9b27a19))
33+
* update module github.com/testcontainers/testcontainers-go to v0.41.0 ([#4237](https://github.com/GoogleCloudPlatform/pgadapter/issues/4237)) ([4e79caf](https://github.com/GoogleCloudPlatform/pgadapter/commit/4e79caf61d4a0f2bac1af99ceabdd691334b2190))
34+
* update module golang.org/x/oauth2 to v0.36.0 ([#4191](https://github.com/GoogleCloudPlatform/pgadapter/issues/4191)) ([0f73cc8](https://github.com/GoogleCloudPlatform/pgadapter/commit/0f73cc8892dfa813b288cdaac54c245603963b60))
35+
* update module google.golang.org/api to v0.271.0 ([#4192](https://github.com/GoogleCloudPlatform/pgadapter/issues/4192)) ([e3a33f6](https://github.com/GoogleCloudPlatform/pgadapter/commit/e3a33f6c6b9b47c61ee317f64e74c2e0274254f8))
36+
337
## [0.53.2](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.53.1...v0.53.2) (2026-03-05)
438

539

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

0 commit comments

Comments
 (0)