diff --git a/CHANGELOG.md b/CHANGELOG.md index 764e39193..4edc8d552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 2e954d05e..e1983ec02 100644 --- a/README.md +++ b/README.md @@ -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. -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 @@ -151,7 +151,7 @@ This option is only available for Java/JVM-based applications. com.google.cloud google-cloud-spanner-pgadapter - 0.35.0 + 0.36.0 ``` diff --git a/pom.xml b/pom.xml index 91b03a687..d06758526 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 4.0.0 google-cloud-spanner-pgadapter - 0.35.1-SNAPSHOT + 0.36.0 Google Cloud Spanner PostgreSQL Adapter jar diff --git a/samples/java/jdbc/README.md b/samples/java/jdbc/README.md index a6f4f6439..be00cde3d 100644 --- a/samples/java/jdbc/README.md +++ b/samples/java/jdbc/README.md @@ -14,12 +14,12 @@ The sample application adds the following dependencies: org.postgresql postgresql - 0.35.0 + 0.36.0 com.google.cloud google-cloud-spanner-pgadapter - 0.35.0 + 0.36.0 ``` diff --git a/versions.txt b/versions.txt index 141742dc0..31e32e7e5 100644 --- a/versions.txt +++ b/versions.txt @@ -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