From e004d52f5c6379d148151800e7ee84a800c81095 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 28 May 2024 15:21:02 +0000
Subject: [PATCH] chore(postgresql-dialect): release 0.34.0
---
CHANGELOG.md | 31 +++++++++++++++++++++++++++++++
README.md | 6 +++---
pom.xml | 2 +-
samples/java/jdbc/README.md | 4 ++--
versions.txt | 2 +-
5 files changed, 38 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07c0bd816b..cd045c9e2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,36 @@
# Changelog
+## [0.34.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.33.2...v0.34.0) (2024-05-28)
+
+
+### Features
+
+* support DISCARD statements ([#1863](https://github.com/GoogleCloudPlatform/pgadapter/issues/1863)) ([8bdc569](https://github.com/GoogleCloudPlatform/pgadapter/commit/8bdc5695ee271d6ea8e5f3f8fc9bc9a68fb64ffa))
+
+
+### Dependencies
+
+* downgrade Liquibase version and enable Emulator tests ([#1882](https://github.com/GoogleCloudPlatform/pgadapter/issues/1882)) ([c466cd3](https://github.com/GoogleCloudPlatform/pgadapter/commit/c466cd38da603c5f8eda8284d0c6cc9af8cfef51))
+* update alpine docker tag ([#1844](https://github.com/GoogleCloudPlatform/pgadapter/issues/1844)) ([6f5489d](https://github.com/GoogleCloudPlatform/pgadapter/commit/6f5489dabe65b2bc46167174f33d80c11617d76c))
+* update dependency com.spotify.fmt:fmt-maven-plugin to v2.23 ([#1832](https://github.com/GoogleCloudPlatform/pgadapter/issues/1832)) ([b6b3677](https://github.com/GoogleCloudPlatform/pgadapter/commit/b6b3677ddf3d536c6ffaa1146a22a5d507b20b40))
+* update dependency commons-cli:commons-cli to v1.8.0 ([#1858](https://github.com/GoogleCloudPlatform/pgadapter/issues/1858)) ([97eb752](https://github.com/GoogleCloudPlatform/pgadapter/commit/97eb752c6aedab65089120ddafe9449911466f05))
+* update dependency coverlet.collector to v6.0.2 ([#1890](https://github.com/GoogleCloudPlatform/pgadapter/issues/1890)) ([59091ba](https://github.com/GoogleCloudPlatform/pgadapter/commit/59091ba24724c9da0071f2b2e56e91e82d919855))
+* update dependency org.jetbrains.kotlin:kotlin-stdlib-jdk8 to v2 ([#1815](https://github.com/GoogleCloudPlatform/pgadapter/issues/1815)) ([c90f221](https://github.com/GoogleCloudPlatform/pgadapter/commit/c90f221d061ab1eefa7024d77828f07fa6055ad7))
+* update dependency org.springframework.boot:spring-boot-dependencies to v3.3.0 ([#1848](https://github.com/GoogleCloudPlatform/pgadapter/issues/1848)) ([ef04d3b](https://github.com/GoogleCloudPlatform/pgadapter/commit/ef04d3b56a37e13dce746f5dda7284f09b7dc5de))
+* update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.0 ([#1849](https://github.com/GoogleCloudPlatform/pgadapter/issues/1849)) ([b3bae1b](https://github.com/GoogleCloudPlatform/pgadapter/commit/b3bae1b582e319d8563596d87abcbfadcfa5c838))
+* update dependency requests to <2.32.3 ([#1818](https://github.com/GoogleCloudPlatform/pgadapter/issues/1818)) ([68db6cb](https://github.com/GoogleCloudPlatform/pgadapter/commit/68db6cb4b9aaaf6b6c6a9f1f080894b9d1eda3c9))
+* update dependency testcontainers to v4.5.0 ([#1869](https://github.com/GoogleCloudPlatform/pgadapter/issues/1869)) ([cac69d1](https://github.com/GoogleCloudPlatform/pgadapter/commit/cac69d11e4d726ebd3ba001f3ae6142a17281516))
+* update github.com/googlecloudplatform/pgadapter/wrappers/golang digest to ef04d3b ([#1840](https://github.com/GoogleCloudPlatform/pgadapter/issues/1840)) ([a305a6b](https://github.com/GoogleCloudPlatform/pgadapter/commit/a305a6b2632e7a2bd6439f0eede4450c9711adb7))
+* update module cloud.google.com/go/spanner to v1.63.0 ([#1862](https://github.com/GoogleCloudPlatform/pgadapter/issues/1862)) ([a40a88e](https://github.com/GoogleCloudPlatform/pgadapter/commit/a40a88e5aafd00010a38945b1436917ecbb0d7ba))
+* update module github.com/docker/docker to v24.0.9+incompatible [security] ([#1889](https://github.com/GoogleCloudPlatform/pgadapter/issues/1889)) ([4c435c0](https://github.com/GoogleCloudPlatform/pgadapter/commit/4c435c0a03e11cd1c743dbd7c56413237e4b13ee))
+* update module github.com/jackc/pgx/v5 to v5.6.0 ([#1870](https://github.com/GoogleCloudPlatform/pgadapter/issues/1870)) ([5fd62de](https://github.com/GoogleCloudPlatform/pgadapter/commit/5fd62debcae24ae6ce0a8798304c6b679b260d4b))
+* update spring-boot.version to v3.3.0 ([#1851](https://github.com/GoogleCloudPlatform/pgadapter/issues/1851)) ([f789874](https://github.com/GoogleCloudPlatform/pgadapter/commit/f789874a71522391d80c414ebf1197c35767a793))
+
+
+### Documentation
+
+* add snippets for getting started guide ([#1600](https://github.com/GoogleCloudPlatform/pgadapter/issues/1600)) ([ee187eb](https://github.com/GoogleCloudPlatform/pgadapter/commit/ee187eb42d36605810d4f860bb71f10daf76d517))
+
## [0.33.2](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.33.1...v0.33.2) (2024-05-22)
diff --git a/README.md b/README.md
index cae608ad3f..0cc659a385 100644
--- a/README.md
+++ b/README.md
@@ -113,9 +113,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.33.2` with the version you want to download):
+You can also download a specific version of the jar. Example (replace `v0.34.0` with the version you want to download):
```shell
-VERSION=v0.33.2
+VERSION=v0.34.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
@@ -150,7 +150,7 @@ This option is only available for Java/JVM-based applications.
com.google.cloud
google-cloud-spanner-pgadapter
- 0.33.2
+ 0.34.0
```
diff --git a/pom.xml b/pom.xml
index 89c033d244..b03e916a9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
4.0.0
google-cloud-spanner-pgadapter
- 0.33.3-SNAPSHOT
+ 0.34.0
Google Cloud Spanner PostgreSQL Adapter
jar
diff --git a/samples/java/jdbc/README.md b/samples/java/jdbc/README.md
index 7380fea93d..f21bc00b0e 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.33.2
+ 0.34.0
com.google.cloud
google-cloud-spanner-pgadapter
- 0.33.2
+ 0.34.0
```
diff --git a/versions.txt b/versions.txt
index 68c164b3e9..7be24f2bb6 100644
--- a/versions.txt
+++ b/versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version
-google-cloud-spanner-pgadapter:0.33.2:0.33.3-SNAPSHOT
+google-cloud-spanner-pgadapter:0.34.0:0.34.0