Skip to content

Commit

Permalink
chore(postgresql-dialect): release 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Jul 1, 2024
1 parent 1a894f0 commit 046bb09
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 7 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## [0.36.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.35.0...v0.36.0) (2024-07-01)


### Features

* add Prisma as a well-known-client ([#1969](https://github.com/GoogleCloudPlatform/pgadapter/issues/1969)) ([8f68658](https://github.com/GoogleCloudPlatform/pgadapter/commit/8f68658fb9ceed1244b28c1348e2046a5229cfef))
* support PHP PDO ([#2004](https://github.com/GoogleCloudPlatform/pgadapter/issues/2004)) ([0a95c45](https://github.com/GoogleCloudPlatform/pgadapter/commit/0a95c45bcda9a92a4afb6088a25e8f24cf23b9f0))


### Bug Fixes

* correctly apply default client settings ([#1970](https://github.com/GoogleCloudPlatform/pgadapter/issues/1970)) ([a61aab6](https://github.com/GoogleCloudPlatform/pgadapter/commit/a61aab6f4dd23c185e8e14cda9bfa0a1709d6118))


### Dependencies

* update alpine docker tag to v3.20.1 ([#1988](https://github.com/GoogleCloudPlatform/pgadapter/issues/1988)) ([78392e0](https://github.com/GoogleCloudPlatform/pgadapter/commit/78392e0e1774c4915b0357d0e70ceb34652d1ec5))
* update dependency io.hypersistence:hypersistence-utils-hibernate-63 to v3.7.7 ([#1991](https://github.com/GoogleCloudPlatform/pgadapter/issues/1991)) ([65041a1](https://github.com/GoogleCloudPlatform/pgadapter/commit/65041a1a7c57e074d79afb14407266e8c7f92cfc))
* update dependency io.hypersistence:hypersistence-utils-hibernate-63 to v3.8.0 ([#2009](https://github.com/GoogleCloudPlatform/pgadapter/issues/2009)) ([12ce23a](https://github.com/GoogleCloudPlatform/pgadapter/commit/12ce23aa26ee6bbc35308721e634fdbe0f4e010b))
* update dependency org.springframework.boot:spring-boot-dependencies to v3.3.1 ([#1981](https://github.com/GoogleCloudPlatform/pgadapter/issues/1981)) ([601ef51](https://github.com/GoogleCloudPlatform/pgadapter/commit/601ef51bbb655532b1973eec9f3f5717d6424aae))
* update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.1 ([#1982](https://github.com/GoogleCloudPlatform/pgadapter/issues/1982)) ([a62908b](https://github.com/GoogleCloudPlatform/pgadapter/commit/a62908b74512bb0e294e827cbee59bf79cc8b931))
* update dependency sqlalchemy to v2.0.31 ([#1973](https://github.com/GoogleCloudPlatform/pgadapter/issues/1973)) ([fa92c7c](https://github.com/GoogleCloudPlatform/pgadapter/commit/fa92c7ca43e050a17af1f004d820c4fc13aaf861))
* update dependency testcontainers to v4.6.0 ([#1985](https://github.com/GoogleCloudPlatform/pgadapter/issues/1985)) ([37a0a3e](https://github.com/GoogleCloudPlatform/pgadapter/commit/37a0a3e44d76fcdfecc42b1a962e8dcb45d70ce3))
* update dependency testcontainers to v4.7.0 ([#2013](https://github.com/GoogleCloudPlatform/pgadapter/issues/2013)) ([69faf54](https://github.com/GoogleCloudPlatform/pgadapter/commit/69faf547d1f9c68ec941bd4bd59158dbfbaac315))
* update dependency typescript to v5.5.2 ([#1989](https://github.com/GoogleCloudPlatform/pgadapter/issues/1989)) ([1c3384b](https://github.com/GoogleCloudPlatform/pgadapter/commit/1c3384b97ea188a6d2c7d940a593e529669c86c6))
* update github.com/googlecloudplatform/pgadapter/wrappers/golang digest to 6b6f887 ([#1919](https://github.com/GoogleCloudPlatform/pgadapter/issues/1919)) ([ebc6b9e](https://github.com/GoogleCloudPlatform/pgadapter/commit/ebc6b9ebc42ba7b94ae1edc7b69d81fef217f9e0))
* update maven docker tag to v3.9.8 ([#2012](https://github.com/GoogleCloudPlatform/pgadapter/issues/2012)) ([dcb76bf](https://github.com/GoogleCloudPlatform/pgadapter/commit/dcb76bf633341780c2b97d6ddaad939129b89625))
* update module google.golang.org/api to v0.185.0 ([#1972](https://github.com/GoogleCloudPlatform/pgadapter/issues/1972)) ([0a09880](https://github.com/GoogleCloudPlatform/pgadapter/commit/0a098809ac3aef1cce897a8dece4d8f5cfa05c08))
* update module google.golang.org/api to v0.186.0 ([#2007](https://github.com/GoogleCloudPlatform/pgadapter/issues/2007)) ([98b0da3](https://github.com/GoogleCloudPlatform/pgadapter/commit/98b0da3e7582b8db0705cd79cd8abcf935763778))
* update opentelemetry.exporter.version to v0.30.0 ([#2015](https://github.com/GoogleCloudPlatform/pgadapter/issues/2015)) ([b5213ae](https://github.com/GoogleCloudPlatform/pgadapter/commit/b5213aec617b9df3c85a896af56562483bdeb131))
* update spring-boot.version to v3.3.1 ([#1984](https://github.com/GoogleCloudPlatform/pgadapter/issues/1984)) ([ec68e52](https://github.com/GoogleCloudPlatform/pgadapter/commit/ec68e52f4b0cd04db6ecdeff1c6b122e27460987))
* use exact psycopg version ([#2020](https://github.com/GoogleCloudPlatform/pgadapter/issues/2020)) ([1a894f0](https://github.com/GoogleCloudPlatform/pgadapter/commit/1a894f06fbc0dbde5a54eaa700e974c9d0967f95))

## [0.35.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.34.0...v0.35.0) (2024-06-17)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ Use the `-s` option to specify a different local port than the default 5432 if y
PostgreSQL running on your local system.

<!--- {x-version-update-start:google-cloud-spanner-pgadapter:released} -->
You can also download a specific version of the jar. Example (replace `v0.35.0` with the version you want to download):
You can also download a specific version of the jar. Example (replace `v0.36.0` with the version you want to download):
```shell
VERSION=v0.35.0
VERSION=v0.36.0
wget https://storage.googleapis.com/pgadapter-jar-releases/pgadapter-${VERSION}.tar.gz \
&& tar -xzvf pgadapter-${VERSION}.tar.gz
java -jar pgadapter.jar -p my-project -i my-instance -d my-database
Expand Down Expand Up @@ -151,7 +151,7 @@ This option is only available for Java/JVM-based applications.
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.35.0</version>
<version>0.36.0</version>
</dependency>
<!-- [END pgadapter_dependency] -->
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.35.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
<version>0.36.0</version><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
<name>Google Cloud Spanner PostgreSQL Adapter</name>
<packaging>jar</packaging>
<description>
Expand Down
4 changes: 2 additions & 2 deletions samples/java/jdbc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ The sample application adds the following dependencies:
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>0.35.0</version>
<version>0.36.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.35.0</version>
<version>0.36.0</version>
</dependency>
<!-- [END pgadapter_and_jdbc_dependency] -->
```
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-spanner-pgadapter:0.35.0:0.35.1-SNAPSHOT
google-cloud-spanner-pgadapter:0.36.0:0.36.0

0 comments on commit 046bb09

Please sign in to comment.