Skip to content

Commit b01181d

Browse files
chore(postgresql-dialect): release 0.51.0 (#3798)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b0500db commit b01181d

File tree

5 files changed

+36
-7
lines changed

5 files changed

+36
-7
lines changed

CHANGELOG.md

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

3+
## [0.51.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.50.3...v0.51.0) (2025-10-06)
4+
5+
6+
### Features
7+
8+
* support transaction timeouts ([#3831](https://github.com/GoogleCloudPlatform/pgadapter/issues/3831)) ([d105d52](https://github.com/GoogleCloudPlatform/pgadapter/commit/d105d52fc6d72bfa2fa5cb3318dea7890a729366))
9+
10+
11+
### Dependencies
12+
13+
* update dependency django to v5.2.7 ([#3815](https://github.com/GoogleCloudPlatform/pgadapter/issues/3815)) ([43771dd](https://github.com/GoogleCloudPlatform/pgadapter/commit/43771dda6a8f672b7589de0440c562db1d5a2b1d))
14+
* update dependency google.auth to v2.41.0 ([#3804](https://github.com/GoogleCloudPlatform/pgadapter/issues/3804)) ([d870682](https://github.com/GoogleCloudPlatform/pgadapter/commit/d870682b0b6b85c0eff6d051ea5ce9647d2a5dc5))
15+
* update dependency google.auth to v2.41.1 ([#3810](https://github.com/GoogleCloudPlatform/pgadapter/issues/3810)) ([e3c734c](https://github.com/GoogleCloudPlatform/pgadapter/commit/e3c734cea145426b8f2c036885fc519b77922b1a))
16+
* update dependency microsoft.net.test.sdk to v18 ([#3821](https://github.com/GoogleCloudPlatform/pgadapter/issues/3821)) ([133a5a4](https://github.com/GoogleCloudPlatform/pgadapter/commit/133a5a442eb20a7278d0e8ff9be899fa5038c4b9))
17+
* update dependency net.java.dev.jna:jna to v5.18.1 ([#3808](https://github.com/GoogleCloudPlatform/pgadapter/issues/3808)) ([df7f5c1](https://github.com/GoogleCloudPlatform/pgadapter/commit/df7f5c16c82096872de6d5549d04b749f857b6df))
18+
* update dependency npgsql to 9.0.4 ([#3830](https://github.com/GoogleCloudPlatform/pgadapter/issues/3830)) ([0fe5ebb](https://github.com/GoogleCloudPlatform/pgadapter/commit/0fe5ebbfca0a06300bbe30989ae2e216563d66da))
19+
* update dependency org.checkerframework:checker-qual to v3.51.1 ([#3820](https://github.com/GoogleCloudPlatform/pgadapter/issues/3820)) ([b443134](https://github.com/GoogleCloudPlatform/pgadapter/commit/b4431342b4a80cb572edc1982c91a7344ec4d38a))
20+
* update dependency org.hibernate.orm:hibernate-core to v7.1.2.final ([#3800](https://github.com/GoogleCloudPlatform/pgadapter/issues/3800)) ([7c8229f](https://github.com/GoogleCloudPlatform/pgadapter/commit/7c8229f8adcf4cb3d9a82fddebd43fadacec35f2))
21+
* update dependency org.hibernate.orm:hibernate-core to v7.1.3.final ([#3828](https://github.com/GoogleCloudPlatform/pgadapter/issues/3828)) ([717ec34](https://github.com/GoogleCloudPlatform/pgadapter/commit/717ec3499ecaefd5a631057db7b6c7e5a1122306))
22+
* update dependency pandas to v2.3.3 ([#3801](https://github.com/GoogleCloudPlatform/pgadapter/issues/3801)) ([1532c25](https://github.com/GoogleCloudPlatform/pgadapter/commit/1532c25072e73190faf478f0fb2504c040e6a9b8))
23+
* update dependency testcontainers to v4.13.1 ([#3792](https://github.com/GoogleCloudPlatform/pgadapter/issues/3792)) ([f35a623](https://github.com/GoogleCloudPlatform/pgadapter/commit/f35a6237bf3f804f565077bb20509d41d27ed4f5))
24+
* update dependency typescript to v5.9.3 ([#3811](https://github.com/GoogleCloudPlatform/pgadapter/issues/3811)) ([697d927](https://github.com/GoogleCloudPlatform/pgadapter/commit/697d92702d778deaa3edcd78b4a90f3d75adc1b6))
25+
* update eclipse-temurin docker tag to v25 ([#3795](https://github.com/GoogleCloudPlatform/pgadapter/issues/3795)) ([22caf6c](https://github.com/GoogleCloudPlatform/pgadapter/commit/22caf6c812aa04aed6d7c208fe807aa20a4d55d4))
26+
* update module cloud.google.com/go/spanner to v1.86.0 ([#3799](https://github.com/GoogleCloudPlatform/pgadapter/issues/3799)) ([66e5a9b](https://github.com/GoogleCloudPlatform/pgadapter/commit/66e5a9b03c223bd86920a075f59bb191b8ba4400))
27+
* update module github.com/docker/docker to v28.5.0+incompatible ([#3823](https://github.com/GoogleCloudPlatform/pgadapter/issues/3823)) ([327767b](https://github.com/GoogleCloudPlatform/pgadapter/commit/327767bf989ba7ebbc6c8c5143141e2e8a497e8a))
28+
* update module google.golang.org/api to v0.250.0 ([#3794](https://github.com/GoogleCloudPlatform/pgadapter/issues/3794)) ([c818469](https://github.com/GoogleCloudPlatform/pgadapter/commit/c8184690dddce7c808f21a1491c1f9f714fcc82a))
29+
* update module google.golang.org/api to v0.251.0 ([#3809](https://github.com/GoogleCloudPlatform/pgadapter/issues/3809)) ([d0dcaee](https://github.com/GoogleCloudPlatform/pgadapter/commit/d0dcaeed989e723729ee3a2d69be39f9fd939b7a))
30+
* update postgres docker tag to v18 ([#3796](https://github.com/GoogleCloudPlatform/pgadapter/issues/3796)) ([a95d7de](https://github.com/GoogleCloudPlatform/pgadapter/commit/a95d7de0976f9173118779af4dbdaa3ab53decf3))
31+
332
## [0.50.3](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.50.2...v0.50.3) (2025-09-23)
433

534

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

0 commit comments

Comments
 (0)