Skip to content

Commit

Permalink
chore(postgresql-dialect): release 0.43.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 8, 2025
1 parent 5984399 commit d2f1cc9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.43.1](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.43.0...v0.43.1) (2025-02-08)


### Dependencies

* update dependency nunit3testadapter to v5 ([#2857](https://github.com/GoogleCloudPlatform/pgadapter/issues/2857)) ([5984399](https://github.com/GoogleCloudPlatform/pgadapter/commit/59843990027b0417941ee6fcff98249568b2705f))
* update dependency phpunit/phpunit to v12 ([#2854](https://github.com/GoogleCloudPlatform/pgadapter/issues/2854)) ([c16c69a](https://github.com/GoogleCloudPlatform/pgadapter/commit/c16c69ac1e8955ac6ee64e43ac49688f8fc2ffd4))
* update dependency sqlalchemy to v2.0.38 ([#2853](https://github.com/GoogleCloudPlatform/pgadapter/issues/2853)) ([a94a81f](https://github.com/GoogleCloudPlatform/pgadapter/commit/a94a81f886e5795958558b83db3fb9b8c51f1b68))
* update github.com/googlecloudplatform/pgadapter/wrappers/golang digest to 08cb84e ([#2828](https://github.com/GoogleCloudPlatform/pgadapter/issues/2828)) ([1a5cd81](https://github.com/GoogleCloudPlatform/pgadapter/commit/1a5cd81bccdd1a070fd48c256345a1b4b2fa1f6c))

## [0.43.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.42.3...v0.43.0) (2025-02-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.43.0` with the version you want to download):
You can also download a specific version of the jar. Example (replace `v0.43.1` with the version you want to download):
```shell
VERSION=v0.43.0
VERSION=v0.43.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.43.0</version>
<version>0.43.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.43.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-pgadapter:current} -->
<version>0.43.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.43.0</version>
<version>0.43.1</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-pgadapter</artifactId>
<version>0.43.0</version>
<version>0.43.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.43.0:0.43.1-SNAPSHOT
google-cloud-spanner-pgadapter:0.43.1:0.43.1

0 comments on commit d2f1cc9

Please sign in to comment.