From 08054bf55c63fd93eff081818e4892024ab62732 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 18:02:56 +0100 Subject: [PATCH] chore(postgresql-dialect): release 0.29.0 (#1329) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 6 +++--- pom.xml | 2 +- versions.txt | 2 +- 4 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbd5d3285..23fc8484d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.29.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.28.0...v0.29.0) (2024-02-06) + + +### Features + +* support Emulator in the Go wrapper ([#1331](https://github.com/GoogleCloudPlatform/pgadapter/issues/1331)) ([9e106d5](https://github.com/GoogleCloudPlatform/pgadapter/commit/9e106d587e1f65495083b8fb096bd5c5a238272c)) + + +### Bug Fixes + +* do not allocate statement name if it fails ([#1252](https://github.com/GoogleCloudPlatform/pgadapter/issues/1252)) ([d438ce5](https://github.com/GoogleCloudPlatform/pgadapter/commit/d438ce52a2359c8bd312f3e0d71e6762db11d824)) + + +### Documentation + +* update JDBC sample to use emulator ([#1330](https://github.com/GoogleCloudPlatform/pgadapter/issues/1330)) ([0af129d](https://github.com/GoogleCloudPlatform/pgadapter/commit/0af129d7e94251559358ec69b8e9e48bef53316b)) +* use emulator for the pgx sample ([#1332](https://github.com/GoogleCloudPlatform/pgadapter/issues/1332)) ([5f20e56](https://github.com/GoogleCloudPlatform/pgadapter/commit/5f20e5657ff6b1bf07be8213233eccb7a8980916)) + ## [0.28.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.27.1...v0.28.0) (2023-12-29) diff --git a/README.md b/README.md index 3b0c35b44..aa2afe2d3 100644 --- a/README.md +++ b/README.md @@ -109,9 +109,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.28.0` with the version you want to download): +You can also download a specific version of the jar. Example (replace `v0.29.0` with the version you want to download): ```shell -VERSION=v0.28.0 +VERSION=v0.29.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 @@ -146,7 +146,7 @@ This option is only available for Java/JVM-based applications. com.google.cloud google-cloud-spanner-pgadapter - 0.28.0 + 0.29.0 ``` diff --git a/pom.xml b/pom.xml index 083eb58f8..f5faa8cb7 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 4.0.0 google-cloud-spanner-pgadapter - 0.28.1-SNAPSHOT + 0.29.0 Google Cloud Spanner PostgreSQL Adapter jar diff --git a/versions.txt b/versions.txt index f0dd7437b..a68b84e3b 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-spanner-pgadapter:0.28.0:0.28.1-SNAPSHOT +google-cloud-spanner-pgadapter:0.29.0:0.29.0