diff --git a/CHANGELOG.md b/CHANGELOG.md index 09fbf283ba..3b60f3ea1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,21 @@ refer to the [commit history](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commits/main) on GitHub. +## [5.9.0](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.8.0...v5.9.0) (2024-11-20) + + +### Features + +* Add all additional Cloud SQL Java Connector parameters to the spring configuration. ([#3286](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3286)) ([f2212d3](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/f2212d3944f13a46a6eea496c16e922a0c8fab56)) +* add property to customize universe domain in Pub/Sub ([#3348](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3348)) ([9cf2145](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/9cf214507a7ce47613443e55ae7f010d7f0e5ed9)) + + +### Bug Fixes + +* include limit in query for findFirst and findTop support in Firestore ([#3387](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3387)) ([9fe8e91](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/9fe8e9128c89d22755f648fd185c9140f1de3a2d)) +* migrate logic to create tmpdir to build script ([#3367](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3367)) ([a12638c](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/a12638ce18725fb91319581571affd378d7241ad)) +* need to update to use new trampoline_release.py script as well as update to configure docker auth with new image ([#3356](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/3356)) ([b5ace26](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commit/b5ace263651d8ccfd9078da1fa792ab54931f8a4)) + ## [5.8.0](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/compare/v5.7.0...v5.8.0) (2024-10-23) diff --git a/README.adoc b/README.adoc index 6bdbf79dc0..232d070f5e 100644 --- a/README.adoc +++ b/README.adoc @@ -11,7 +11,7 @@ You can check our project website https://spring.io/projects/spring-cloud-gcp[he For a deep dive into the project, refer to the Spring Framework on Google Cloud Reference documentation or Javadocs: // {x-version-update-start:spring-cloud-gcp:released} -* link:https://googlecloudplatform.github.io/spring-cloud-gcp/5.8.0/reference/html/index.html[Spring Framework on Google Cloud 5.8.0 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.8.0/index.html[Javadocs 5.8.0] +* link:https://googlecloudplatform.github.io/spring-cloud-gcp/5.9.0/reference/html/index.html[Spring Framework on Google Cloud 5.8.0 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.8.0/index.html[Javadocs 5.8.0] // {x-version-update-end} * link:https://googlecloudplatform.github.io/spring-cloud-gcp/4.10.12/reference/html/index.html[Spring Framework on Google Cloud 4.10.12] - https://googleapis.dev/java/spring-cloud-gcp/4.10.12/index.html[Javadocs 4.10.12] * link:https://googlecloudplatform.github.io/spring-cloud-gcp/3.8.11/reference/html/index.html[Spring Framework on Google Cloud 3.8.11] - https://googleapis.dev/java/spring-cloud-gcp/3.8.11/index.html[Javadocs 3.8.11] @@ -104,7 +104,7 @@ This will allow you to not specify versions for any of the Maven dependencies an com.google.cloud spring-cloud-gcp-dependencies - 5.8.0 + 5.9.0 pom import diff --git a/spring-cloud-generator/scripts/resources/googleapis_modification_string.txt b/spring-cloud-generator/scripts/resources/googleapis_modification_string.txt index 2e475f2e81..c5217f4c4e 100644 --- a/spring-cloud-generator/scripts/resources/googleapis_modification_string.txt +++ b/spring-cloud-generator/scripts/resources/googleapis_modification_string.txt @@ -1,4 +1,4 @@ -_spring_cloud_generator_version = "5.8.1-SNAPSHOT" # {x-version-update:spring-cloud-gcp:current} +_spring_cloud_generator_version = "5.9.0" # {x-version-update:spring-cloud-gcp:current} maven_install( artifacts = [ diff --git a/spring-cloud-previews/google-cloud-workstations-spring-starter/pom.xml b/spring-cloud-previews/google-cloud-workstations-spring-starter/pom.xml index 4b8412ab8e..1bcdb44148 100644 --- a/spring-cloud-previews/google-cloud-workstations-spring-starter/pom.xml +++ b/spring-cloud-previews/google-cloud-workstations-spring-starter/pom.xml @@ -6,7 +6,7 @@ com.google.cloud spring-cloud-gcp-starters - 5.8.1-SNAPSHOT + 5.9.0 ../../spring-cloud-gcp-starters/pom.xml google-cloud-workstations-spring-starter diff --git a/spring-cloud-previews/google-iam-admin-spring-starter/pom.xml b/spring-cloud-previews/google-iam-admin-spring-starter/pom.xml index 1895d798d1..c9471ed32e 100644 --- a/spring-cloud-previews/google-iam-admin-spring-starter/pom.xml +++ b/spring-cloud-previews/google-iam-admin-spring-starter/pom.xml @@ -6,7 +6,7 @@ com.google.cloud spring-cloud-gcp-starters - 5.8.1-SNAPSHOT + 5.9.0 ../../spring-cloud-gcp-starters/pom.xml google-iam-admin-spring-starter diff --git a/spring-cloud-previews/google-iam-policy-spring-starter/pom.xml b/spring-cloud-previews/google-iam-policy-spring-starter/pom.xml index 39a8b77f73..83f699a745 100644 --- a/spring-cloud-previews/google-iam-policy-spring-starter/pom.xml +++ b/spring-cloud-previews/google-iam-policy-spring-starter/pom.xml @@ -6,7 +6,7 @@ com.google.cloud spring-cloud-gcp-starters - 5.8.1-SNAPSHOT + 5.9.0 ../../spring-cloud-gcp-starters/pom.xml google-iam-policy-spring-starter diff --git a/spring-cloud-previews/google-identity-accesscontextmanager-spring-starter/pom.xml b/spring-cloud-previews/google-identity-accesscontextmanager-spring-starter/pom.xml index b6af2ea79f..d48403c936 100644 --- a/spring-cloud-previews/google-identity-accesscontextmanager-spring-starter/pom.xml +++ b/spring-cloud-previews/google-identity-accesscontextmanager-spring-starter/pom.xml @@ -6,7 +6,7 @@ com.google.cloud spring-cloud-gcp-starters - 5.8.1-SNAPSHOT + 5.9.0 ../../spring-cloud-gcp-starters/pom.xml google-identity-accesscontextmanager-spring-starter diff --git a/spring-cloud-previews/pom.xml b/spring-cloud-previews/pom.xml index 4f2a22e7b1..d5d360bbc4 100644 --- a/spring-cloud-previews/pom.xml +++ b/spring-cloud-previews/pom.xml @@ -5,7 +5,7 @@ spring-cloud-gcp com.google.cloud - 5.8.1-SNAPSHOT + 5.9.0 4.0.0 diff --git a/spring-cloud-spanner-spring-data-r2dbc/pom.xml b/spring-cloud-spanner-spring-data-r2dbc/pom.xml index 92220f28b1..9759b0714a 100644 --- a/spring-cloud-spanner-spring-data-r2dbc/pom.xml +++ b/spring-cloud-spanner-spring-data-r2dbc/pom.xml @@ -5,7 +5,7 @@ spring-cloud-gcp com.google.cloud - 5.8.1-SNAPSHOT + 5.9.0 4.0.0