From a44e86673058f34456fc08701b15ff6b35d8243e Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 13:37:18 +0100 Subject: [PATCH] chore(postgresql-dialect): release 0.26.0 (#1132) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- CHANGELOG.md | 23 +++++++++++++++++++++++ README.md | 6 +++--- pom.xml | 2 +- versions.txt | 2 +- 4 files changed, 28 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51fb0e4b3..4b16b96b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.26.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.25.0...v0.26.0) (2023-11-07) + + +### Features + +* improve logging of statement execution ([#1167](https://github.com/GoogleCloudPlatform/pgadapter/issues/1167)) ([ddc4c04](https://github.com/GoogleCloudPlatform/pgadapter/commit/ddc4c04c56a1bba71af7c526971bfff0ff39e751)) + + +### Bug Fixes + +* replace fully-qualified column names ([#1158](https://github.com/GoogleCloudPlatform/pgadapter/issues/1158)) ([aeb2e32](https://github.com/GoogleCloudPlatform/pgadapter/commit/aeb2e32e073b392af6c90cb1cdd0980f8723e243)) + + +### Dependencies + +* update github.com/googlecloudplatform/pgadapter/wrappers/golang digest to d26b77d ([#1091](https://github.com/GoogleCloudPlatform/pgadapter/issues/1091)) ([f6c22b6](https://github.com/GoogleCloudPlatform/pgadapter/commit/f6c22b69ae38d7e06e710192154c8278744cd308)) +* update ycsb dependencies ([#1142](https://github.com/GoogleCloudPlatform/pgadapter/issues/1142)) ([7bb4af0](https://github.com/GoogleCloudPlatform/pgadapter/commit/7bb4af0fee07c8e38aac2ad9d58a41cbf70e9b69)) + + +### Documentation + +* add protocol hint to pgbench documentation ([#1140](https://github.com/GoogleCloudPlatform/pgadapter/issues/1140)) ([05bed1e](https://github.com/GoogleCloudPlatform/pgadapter/commit/05bed1e486fe78f2bfc85722a01ef94c2f2d2bac)) + ## [0.25.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.24.0...v0.25.0) (2023-10-14) diff --git a/README.md b/README.md index 2d7a5df8d..fe928d882 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,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.25.0` with the version you want to download): +You can also download a specific version of the jar. Example (replace `v0.26.0` with the version you want to download): ```shell -VERSION=v0.25.0 +VERSION=v0.26.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 @@ -142,7 +142,7 @@ This option is only available for Java/JVM-based applications. com.google.cloud google-cloud-spanner-pgadapter - 0.25.0 + 0.26.0 ``` diff --git a/pom.xml b/pom.xml index 3702c3ab7..c388a0d5f 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 4.0.0 google-cloud-spanner-pgadapter - 0.25.1-SNAPSHOT + 0.26.0 Google Cloud Spanner PostgreSQL Adapter jar diff --git a/versions.txt b/versions.txt index d2eb84b4d..31490794a 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-spanner-pgadapter:0.25.0:0.25.1-SNAPSHOT +google-cloud-spanner-pgadapter:0.26.0:0.26.0