Skip to content

Commit b2ffc8a

Browse files
chore(postgresql-dialect): release 0.55.1
1 parent 9262793 commit b2ffc8a

5 files changed

Lines changed: 26 additions & 7 deletions

File tree

CHANGELOG.md

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

3+
## [0.55.1](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.55.0...v0.55.1) (2026-07-01)
4+
5+
6+
### Dependencies
7+
8+
* update dcarbone/install-jq-action action to v4 ([#4550](https://github.com/GoogleCloudPlatform/pgadapter/issues/4550)) ([885fc89](https://github.com/GoogleCloudPlatform/pgadapter/commit/885fc895d730f52b96da400ebd27ae77faa8522e))
9+
* update dependency @types/node to v26 ([#4525](https://github.com/GoogleCloudPlatform/pgadapter/issues/4525)) ([84147e5](https://github.com/GoogleCloudPlatform/pgadapter/commit/84147e5799159bb0d43167ec07734159ea924357))
10+
* update dependency google.auth to v2.55.1 ([#4554](https://github.com/GoogleCloudPlatform/pgadapter/issues/4554)) ([e36f0ce](https://github.com/GoogleCloudPlatform/pgadapter/commit/e36f0cea90b65852c7f261d90b37a577688ac641))
11+
* update dependency microsoft.net.test.sdk to 18.7.0 ([#4548](https://github.com/GoogleCloudPlatform/pgadapter/issues/4548)) ([ba66cb9](https://github.com/GoogleCloudPlatform/pgadapter/commit/ba66cb9fd03c6a76c6a7431eb5168c4f234f54c4))
12+
* update dependency org.hibernate.orm:hibernate-core to v7.4.3.final ([#4558](https://github.com/GoogleCloudPlatform/pgadapter/issues/4558)) ([6d109cc](https://github.com/GoogleCloudPlatform/pgadapter/commit/6d109ccdcfc3f6fa81b5c2ba97082e34eae4d13d))
13+
* update dependency org.postgresql:r2dbc-postgresql to v1.1.2.release ([#4540](https://github.com/GoogleCloudPlatform/pgadapter/issues/4540)) ([90cdadf](https://github.com/GoogleCloudPlatform/pgadapter/commit/90cdadf97cb86febea1d59dde6d8df277ce7b331))
14+
* update gcr.io/google.com/cloudsdktool/google-cloud-cli docker tag to v574 ([#4549](https://github.com/GoogleCloudPlatform/pgadapter/issues/4549)) ([d546c60](https://github.com/GoogleCloudPlatform/pgadapter/commit/d546c60bd9219be9c6a30b4819d8b766d7de34f5))
15+
* update gcr.io/google.com/cloudsdktool/google-cloud-cli docker tag to v575 ([#4572](https://github.com/GoogleCloudPlatform/pgadapter/issues/4572)) ([ce03050](https://github.com/GoogleCloudPlatform/pgadapter/commit/ce03050a7525ae3d4fcff863468010c07874bb3d))
16+
* update module github.com/googlecloudplatform/pgadapter/wrappers/golang to v0.55.0 ([#4543](https://github.com/GoogleCloudPlatform/pgadapter/issues/4543)) ([dc23672](https://github.com/GoogleCloudPlatform/pgadapter/commit/dc23672386b3146ee3f0d1283a69eee68ea4be68))
17+
* update module google.golang.org/api to v0.286.0 ([#4546](https://github.com/GoogleCloudPlatform/pgadapter/issues/4546)) ([25f27f8](https://github.com/GoogleCloudPlatform/pgadapter/commit/25f27f800be246c8b07783f55599c3c15821ca60))
18+
* update module google.golang.org/api to v0.287.0 ([#4571](https://github.com/GoogleCloudPlatform/pgadapter/issues/4571)) ([9262793](https://github.com/GoogleCloudPlatform/pgadapter/commit/9262793bdba6d3714efea610d3694441ccc63661))
19+
* update module gorm.io/gorm to v1.31.2 ([#4551](https://github.com/GoogleCloudPlatform/pgadapter/issues/4551)) ([4b5d35f](https://github.com/GoogleCloudPlatform/pgadapter/commit/4b5d35f196a1c548953404128ada78b98a57dcf7))
20+
* update opentelemetry.exporter.version to v0.37.0 ([#4557](https://github.com/GoogleCloudPlatform/pgadapter/issues/4557)) ([b1d859c](https://github.com/GoogleCloudPlatform/pgadapter/commit/b1d859c7d8bbf9a80170b768948252284edc3c31))
21+
322
## [0.55.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.54.1...v0.55.0) (2026-06-22)
423

524

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ Use the `-s` option to specify a different local port than the default 5432 if y
121121
PostgreSQL running on your local system.
122122

123123
<!--- {x-version-update-start:google-cloud-spanner-pgadapter:released} -->
124-
You can also download a specific version of the jar. Example (replace `v0.55.0` with the version you want to download):
124+
You can also download a specific version of the jar. Example (replace `v0.55.1` with the version you want to download):
125125
```shell
126-
VERSION=v0.55.0
126+
VERSION=v0.55.1
127127
wget https://storage.googleapis.com/pgadapter-jar-releases/pgadapter-${VERSION}.tar.gz \
128128
&& tar -xzvf pgadapter-${VERSION}.tar.gz
129129
java -jar pgadapter.jar -p my-project -i my-instance -d my-database
@@ -158,7 +158,7 @@ This option is only available for Java/JVM-based applications.
158158
<dependency>
159159
<groupId>com.google.cloud</groupId>
160160
<artifactId>google-cloud-spanner-pgadapter</artifactId>
161-
<version>0.55.0</version>
161+
<version>0.55.1</version>
162162
</dependency>
163163
<!-- [END pgadapter_dependency] -->
164164
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<modelVersion>4.0.0</modelVersion>
4747
<artifactId>google-cloud-spanner-pgadapter</artifactId>
48-
<version>0.55.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
48+
<version>0.55.1</version><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
4949
<name>Google Cloud Spanner PostgreSQL Adapter</name>
5050
<packaging>jar</packaging>
5151
<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.55.0</version>
17+
<version>0.55.1</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>com.google.cloud</groupId>
2121
<artifactId>google-cloud-spanner-pgadapter</artifactId>
22-
<version>0.55.0</version>
22+
<version>0.55.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.55.0:0.55.1-SNAPSHOT
4+
google-cloud-spanner-pgadapter:0.55.1:0.55.1

0 commit comments

Comments
 (0)