diff --git a/CHANGELOG.md b/CHANGELOG.md index 662197724..cabf26cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.41.1](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.41.0...v0.41.1) (2024-12-06) + + +### Dependencies + +* update codecov/codecov-action action to v5 ([#2539](https://github.com/GoogleCloudPlatform/pgadapter/issues/2539)) ([9bf0432](https://github.com/GoogleCloudPlatform/pgadapter/commit/9bf0432d17b9b39cafdb0bee24915f4350d419d6)) +* update dependency django to v5.1.4 ([#2588](https://github.com/GoogleCloudPlatform/pgadapter/issues/2588)) ([4df853f](https://github.com/GoogleCloudPlatform/pgadapter/commit/4df853f5ec169c63d0d92a13c3a948243a1a7ebd)) +* update dependency flask to v3.1.0 ([#2532](https://github.com/GoogleCloudPlatform/pgadapter/issues/2532)) ([b5f7e0c](https://github.com/GoogleCloudPlatform/pgadapter/commit/b5f7e0ca8d380bcb28f57a8ebe876d3a37767a63)) +* update dependency go to v1.23.4 ([#2581](https://github.com/GoogleCloudPlatform/pgadapter/issues/2581)) ([28d424d](https://github.com/GoogleCloudPlatform/pgadapter/commit/28d424d961a7164f841f8fdcc1281df330d15bff)) +* update dependency io.hypersistence:hypersistence-utils-hibernate-63 to v3.9.0 ([#2528](https://github.com/GoogleCloudPlatform/pgadapter/issues/2528)) ([02cab1d](https://github.com/GoogleCloudPlatform/pgadapter/commit/02cab1d8e57b04470e433a47905b93b7956c1069)) +* update dependency io.opentelemetry:opentelemetry-bom to v1.44.1 ([#2526](https://github.com/GoogleCloudPlatform/pgadapter/issues/2526)) ([cbb22ee](https://github.com/GoogleCloudPlatform/pgadapter/commit/cbb22eeb13a73ce3e462068ab052bbd4a6081c14)) +* update dependency org.checkerframework:checker-qual to v3.48.3 ([#2582](https://github.com/GoogleCloudPlatform/pgadapter/issues/2582)) ([04dc2d9](https://github.com/GoogleCloudPlatform/pgadapter/commit/04dc2d96bac7c925f851b52d0ba9d4f0b2895bfb)) +* update dependency org.hibernate.orm:hibernate-core to v6.6.3.final ([#2557](https://github.com/GoogleCloudPlatform/pgadapter/issues/2557)) ([ef5a965](https://github.com/GoogleCloudPlatform/pgadapter/commit/ef5a965faa75648bde6c4ca1468ec1764781b1f7)) +* update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.0 ([#2574](https://github.com/GoogleCloudPlatform/pgadapter/issues/2574)) ([c0f4582](https://github.com/GoogleCloudPlatform/pgadapter/commit/c0f458268ba72bf243176f41efacea97b44b10eb)) +* update dependency org.testcontainers:testcontainers to v1.20.4 ([#2547](https://github.com/GoogleCloudPlatform/pgadapter/issues/2547)) ([b3fc7b2](https://github.com/GoogleCloudPlatform/pgadapter/commit/b3fc7b23061bc25270cd77c94089cf5bea9877a8)) +* update dependency org.testcontainers:testcontainers-bom to v1.20.4 ([#2566](https://github.com/GoogleCloudPlatform/pgadapter/issues/2566)) ([b0348d2](https://github.com/GoogleCloudPlatform/pgadapter/commit/b0348d2034f71085cfac8412f2faa9838c9b87b5)) +* update dependency typescript to v5.7.2 ([#2575](https://github.com/GoogleCloudPlatform/pgadapter/issues/2575)) ([c01aa47](https://github.com/GoogleCloudPlatform/pgadapter/commit/c01aa47f2b01e250b98c9a5c3e6b43b6c6457080)) +* update module cloud.google.com/go/spanner to v1.73.0 ([#2535](https://github.com/GoogleCloudPlatform/pgadapter/issues/2535)) ([3877463](https://github.com/GoogleCloudPlatform/pgadapter/commit/3877463b60fc68fcd02a7fbe1593428258a8ca40)) +* update module google.golang.org/api to v0.210.0 ([#2576](https://github.com/GoogleCloudPlatform/pgadapter/issues/2576)) ([3e92d9b](https://github.com/GoogleCloudPlatform/pgadapter/commit/3e92d9bee5b67d205dce22d29ca2e49cb5ae6e0a)) + ## [0.41.0](https://github.com/GoogleCloudPlatform/pgadapter/compare/v0.40.0...v0.41.0) (2024-11-09) diff --git a/README.md b/README.md index 5fe3d8255..35845dc24 100644 --- a/README.md +++ b/README.md @@ -115,9 +115,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.41.0` with the version you want to download): +You can also download a specific version of the jar. Example (replace `v0.41.1` with the version you want to download): ```shell -VERSION=v0.41.0 +VERSION=v0.41.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 @@ -152,7 +152,7 @@ This option is only available for Java/JVM-based applications. com.google.cloud google-cloud-spanner-pgadapter - 0.41.0 + 0.41.1 ``` diff --git a/pom.xml b/pom.xml index b15708317..04d3c5e96 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ 4.0.0 google-cloud-spanner-pgadapter - 0.41.1-SNAPSHOT + 0.41.1 Google Cloud Spanner PostgreSQL Adapter jar diff --git a/samples/java/jdbc/README.md b/samples/java/jdbc/README.md index 92f78296c..3d8df9de6 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.41.0 + 0.41.1 com.google.cloud google-cloud-spanner-pgadapter - 0.41.0 + 0.41.1 ``` diff --git a/versions.txt b/versions.txt index 76df821aa..cdf0db6fc 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-spanner-pgadapter:0.41.0:0.41.1-SNAPSHOT +google-cloud-spanner-pgadapter:0.41.1:0.41.1