Skip to content

Commit

Permalink
chore(postgresql-dialect): release 0.42.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 5, 2025
1 parent e8a4691 commit d85b43e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 7 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.42.2](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.42.1...v0.42.2) (2025-01-05)


### Bug Fixes

* update secret project to new release kokoro release project ([#2666](https://github.com/GoogleCloudPlatform/pgadapter/issues/2666)) ([408d17e](https://github.com/GoogleCloudPlatform/pgadapter/commit/408d17ecc154773dd449eba2fd5fd2e34cb7e499))


### Dependencies

* update dependency activerecord to v8 ([#2524](https://github.com/GoogleCloudPlatform/pgadapter/issues/2524)) ([d1bf48b](https://github.com/GoogleCloudPlatform/pgadapter/commit/d1bf48b2027aefef7ba486a90b25e8ab0db63878))
* update dependency coverlet.collector to 6.0.3 ([#2692](https://github.com/GoogleCloudPlatform/pgadapter/issues/2692)) ([b554b94](https://github.com/GoogleCloudPlatform/pgadapter/commit/b554b94f49f24e60d0a5dcab83e3c9050c8ec101))
* update dependency net.java.dev.jna:jna to v5.16.0 ([#2673](https://github.com/GoogleCloudPlatform/pgadapter/issues/2673)) ([3b20021](https://github.com/GoogleCloudPlatform/pgadapter/commit/3b2002114236928390d0894293c4b2327b612f0c))
* update dependency npgsql to v9 ([#2679](https://github.com/GoogleCloudPlatform/pgadapter/issues/2679)) ([b61d60b](https://github.com/GoogleCloudPlatform/pgadapter/commit/b61d60bc4d26a67211b17ceea65dc8c98ff3f519))
* update dependency nunit to 4.3.1 ([#2669](https://github.com/GoogleCloudPlatform/pgadapter/issues/2669)) ([9296928](https://github.com/GoogleCloudPlatform/pgadapter/commit/9296928d5fe48f728b3d360168a7c22c45ea5331))
* update dependency nunit to 4.3.2 ([#2690](https://github.com/GoogleCloudPlatform/pgadapter/issues/2690)) ([286f1e6](https://github.com/GoogleCloudPlatform/pgadapter/commit/286f1e68516aced8d98495b47307f61a2f346169))
* update dependency nunit.analyzers to 4.5.0 ([#2674](https://github.com/GoogleCloudPlatform/pgadapter/issues/2674)) ([6d3fb82](https://github.com/GoogleCloudPlatform/pgadapter/commit/6d3fb82357e8d4fad16c96848215761fb13413e5))
* update dependency org.checkerframework:checker-qual to v3.48.4 ([#2695](https://github.com/GoogleCloudPlatform/pgadapter/issues/2695)) ([8ecbd8e](https://github.com/GoogleCloudPlatform/pgadapter/commit/8ecbd8ecd18fcecaba0a1ed8e53cd3f12cb394ad))
* update github.com/googlecloudplatform/pgadapter/wrappers/golang digest to 3850604 ([#2676](https://github.com/GoogleCloudPlatform/pgadapter/issues/2676)) ([a51da63](https://github.com/GoogleCloudPlatform/pgadapter/commit/a51da63fb02a21b84ca46074e83e37dfb449361a))
* update github.com/googlecloudplatform/pgadapter/wrappers/golang digest to a51da63 ([#2687](https://github.com/GoogleCloudPlatform/pgadapter/issues/2687)) ([62ff2db](https://github.com/GoogleCloudPlatform/pgadapter/commit/62ff2db68341eb3af178389b3906242c30e2aafb))
* update module github.com/jackc/pgx/v5 to v5.7.2 ([#2670](https://github.com/GoogleCloudPlatform/pgadapter/issues/2670)) ([3574b33](https://github.com/GoogleCloudPlatform/pgadapter/commit/3574b337f071bc3c05691b34e6e3b54070c3d473))
* update module golang.org/x/oauth2 to v0.25.0 ([#2698](https://github.com/GoogleCloudPlatform/pgadapter/issues/2698)) ([d7ff9d4](https://github.com/GoogleCloudPlatform/pgadapter/commit/d7ff9d4078152f515df5d78b4fe16df9735ad3f2))
* update module google.golang.org/api to v0.214.0 ([#2667](https://github.com/GoogleCloudPlatform/pgadapter/issues/2667)) ([b97b218](https://github.com/GoogleCloudPlatform/pgadapter/commit/b97b218ca70b752ac86b960a34cf88ebf661be0c))


### Documentation

* add example for setting statement tag as comment ([#2677](https://github.com/GoogleCloudPlatform/pgadapter/issues/2677)) ([3850604](https://github.com/GoogleCloudPlatform/pgadapter/commit/38506045c664029d584561469599bef791e64a63))

## [0.42.1](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.42.0...v0.42.1) (2024-12-19)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,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.42.1` with the version you want to download):
You can also download a specific version of the jar. Example (replace `v0.42.2` with the version you want to download):
```shell
VERSION=v0.42.1
VERSION=v0.42.2
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 @@ -153,7 +153,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.42.1</version>
<version>0.42.2</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.42.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
<version>0.42.2</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.42.1</version>
<version>0.42.2</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.42.1</version>
<version>0.42.2</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.42.1:0.42.2-SNAPSHOT
google-cloud-spanner-pgadapter:0.42.2:0.42.2

0 comments on commit d85b43e

Please sign in to comment.