Skip to content

Commit

Permalink
chore(postgresql-dialect): release 0.42.1 (#2611)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Dec 19, 2024
1 parent 1921fc7 commit adb66ea
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 7 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

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


### Bug Fixes

* skip credentials check when using emulator ([#2652](https://github.com/GoogleCloudPlatform/pgadapter/issues/2652)) ([99102c6](https://github.com/GoogleCloudPlatform/pgadapter/commit/99102c69372f4c144bbe8d8213f0b710118141fb))


### Performance Improvements

* use direct executor for connections ([#2645](https://github.com/GoogleCloudPlatform/pgadapter/issues/2645)) ([1d4b4da](https://github.com/GoogleCloudPlatform/pgadapter/commit/1d4b4da5566ff8a87683beceeb0bedc3ca403314))


### Dependencies

* update dependency google.auth to v2.37.0 ([#2636](https://github.com/GoogleCloudPlatform/pgadapter/issues/2636)) ([8d2039c](https://github.com/GoogleCloudPlatform/pgadapter/commit/8d2039c30f9304c70e4ff631789d9fe9697e81fc))
* update dependency io.opentelemetry:opentelemetry-bom to v1.45.0 ([#2607](https://github.com/GoogleCloudPlatform/pgadapter/issues/2607)) ([bffcff4](https://github.com/GoogleCloudPlatform/pgadapter/commit/bffcff4bb46e3063716d43d401c992baa2d3351c))
* update dependency nunit to 4.3.0 ([#2640](https://github.com/GoogleCloudPlatform/pgadapter/issues/2640)) ([54a5436](https://github.com/GoogleCloudPlatform/pgadapter/commit/54a54365d3b06cdf7cb1c5e9c985fd12e21b2dbd))
* update dependency org.apache.commons:commons-text to v1.13.0 ([#2644](https://github.com/GoogleCloudPlatform/pgadapter/issues/2644)) ([3dbb8e6](https://github.com/GoogleCloudPlatform/pgadapter/commit/3dbb8e6dcf959b0e092b085c72804b6c452e677a))
* update dependency org.hibernate.orm:hibernate-core to v6.6.4.final ([#2655](https://github.com/GoogleCloudPlatform/pgadapter/issues/2655)) ([9dac4b4](https://github.com/GoogleCloudPlatform/pgadapter/commit/9dac4b47f9164622a45db7c78782fe64c06d9036))
* update dependency org.springframework.boot:spring-boot-dependencies to v3.4.1 ([#2659](https://github.com/GoogleCloudPlatform/pgadapter/issues/2659)) ([9403e36](https://github.com/GoogleCloudPlatform/pgadapter/commit/9403e363f6a291f1bd125812ee03fff838a66c6a))
* update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.1 ([#2660](https://github.com/GoogleCloudPlatform/pgadapter/issues/2660)) ([6ecb8a8](https://github.com/GoogleCloudPlatform/pgadapter/commit/6ecb8a8717a95e9b649d4adae4140ee20b973e6d))
* update dependency testcontainers ([#2620](https://github.com/GoogleCloudPlatform/pgadapter/issues/2620)) ([d0dbd17](https://github.com/GoogleCloudPlatform/pgadapter/commit/d0dbd178a2eac80cde3ee0f2669c08c3ecc556e6))
* update github.com/googlecloudplatform/pgadapter/wrappers/golang digest to d93383e ([#2650](https://github.com/GoogleCloudPlatform/pgadapter/issues/2650)) ([a0368a9](https://github.com/GoogleCloudPlatform/pgadapter/commit/a0368a9b36a086f34fbb325ac79a4744dc0e6b19))
* update module github.com/docker/docker to v27.4.0+incompatible ([#2618](https://github.com/GoogleCloudPlatform/pgadapter/issues/2618)) ([82c94c0](https://github.com/GoogleCloudPlatform/pgadapter/commit/82c94c0113253d632f6a8fb69547be351c8fdf3d))
* update module github.com/docker/docker to v27.4.1+incompatible ([#2651](https://github.com/GoogleCloudPlatform/pgadapter/issues/2651)) ([b4fe3b6](https://github.com/GoogleCloudPlatform/pgadapter/commit/b4fe3b695fa8b41647dca7bf70fe60282b8899b8))
* update module google.golang.org/api to v0.213.0 ([#2647](https://github.com/GoogleCloudPlatform/pgadapter/issues/2647)) ([5ac1dd4](https://github.com/GoogleCloudPlatform/pgadapter/commit/5ac1dd4cfadf120f5e3a0ee2fc4635bc46e3f8d6))
* update module gorm.io/datatypes to v1.2.5 ([#2612](https://github.com/GoogleCloudPlatform/pgadapter/issues/2612)) ([09e45d2](https://github.com/GoogleCloudPlatform/pgadapter/commit/09e45d27f8fcf457f8f3cd94de171ecc777b8586))
* update postgres docker tag to v17 ([#2382](https://github.com/GoogleCloudPlatform/pgadapter/issues/2382)) ([e05abb4](https://github.com/GoogleCloudPlatform/pgadapter/commit/e05abb40e9024a5da3a56e756d0d0bff4290b5c9))
* update spring-boot.version to v3.4.1 ([#2662](https://github.com/GoogleCloudPlatform/pgadapter/issues/2662)) ([7b42dd4](https://github.com/GoogleCloudPlatform/pgadapter/commit/7b42dd4367cc0d663faccd0086862580ef4d7eaf))

## [0.42.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.41.0...v0.42.0) (2024-12-06)


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.0` with the version you want to download):
You can also download a specific version of the jar. Example (replace `v0.42.1` with the version you want to download):
```shell
VERSION=v0.42.0
VERSION=v0.42.1
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.0</version>
<version>0.42.1</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.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
<version>0.42.1</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.0</version>
<version>0.42.1</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.42.0</version>
<version>0.42.1</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.0:0.42.1-SNAPSHOT
google-cloud-spanner-pgadapter:0.42.1:0.42.1

0 comments on commit adb66ea

Please sign in to comment.