Skip to content

Commit 3fdac94

Browse files
chore(postgresql-dialect): release 0.53.4
1 parent 7be5ad3 commit 3fdac94

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.4](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.53.3...v0.53.4) (2026-03-31)
4+
5+
6+
### Bug Fixes
7+
8+
* support COPY for FLOAT8/FLOAT4 NaN/Infinity ([#4275](https://github.com/GoogleCloudPlatform/pgadapter/issues/4275)) ([7be5ad3](https://github.com/GoogleCloudPlatform/pgadapter/commit/7be5ad39b204c9e1d4885faaa96ca296fa5c3f3b))
9+
10+
11+
### Dependencies
12+
13+
* update dependency requests to v2.33.0 [security] ([#4265](https://github.com/GoogleCloudPlatform/pgadapter/issues/4265)) ([7d9fb36](https://github.com/GoogleCloudPlatform/pgadapter/commit/7d9fb36587be4e4bbb8de6553acb6d1ec46ff54f))
14+
315
## [0.53.3](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.53.2...v0.53.3) (2026-03-16)
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.3` with the version you want to download):
121+
You can also download a specific version of the jar. Example (replace `v0.53.4` with the version you want to download):
122122
```shell
123-
VERSION=v0.53.3
123+
VERSION=v0.53.4
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.3</version>
158+
<version>0.53.4</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.4-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
46+
<version>0.53.4</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.3</version>
17+
<version>0.53.4</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-spanner-pgadapter</artifactId>
22-
<version>0.53.3</version>
22+
<version>0.53.4</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.3:0.53.4-SNAPSHOT
4+
google-cloud-spanner-pgadapter:0.53.4:0.53.4

0 commit comments

Comments
 (0)