Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump spring-cloud-gcp-core from 2.0.3 to 2.0.4 #613

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2021

Bumps spring-cloud-gcp-core from 2.0.3 to 2.0.4.

Release notes

Sourced from spring-cloud-gcp-core's releases.

2.0.4

General

  • Updated gcp-libraries-bom.version to 20.9.0.

Datastore

  • Added support for Stream return type in both GQL and method name-based queries (#551).
  • Made DatastorePageable compatible with Spring Data 2.5.x (#569).

Firestore

  • Fixed: Unable to query by document ID. (#506).
  • Fixed: Attempting to infer environment credentials when using emulator. (#555).
  • Added support for OrderBy clause in method name. (#516).

Pub/Sub

  • Fixed: bean factory propagation in consumer binding (#515).
  • Removed workaround in PubSubInboundChannelAdapter ensuring error propagation during application shutdown. This should be a no-op to users, as Spring Integration starting with v5.4.3 and Spring Cloud Stream starting with v3.1.1 use requireSubscribers=true on the default error channels, causing any errors reaching error channels with no subscribers to propagate an exception.
  • Added IDE discovery for management.health.pubsub.enabled property (#543)

Secret Manager

  • Fixed: ByteString value conversion compatibility with Spring Boot 2.5.x (#496).

Thanks to our community contributors, @​artemptushkin, @​garywg04 and @​alos!

Changelog

Sourced from spring-cloud-gcp-core's changelog.

= Spring Cloud GCP Changelog

https://spring.io/projects/spring-cloud-gcp[Spring Cloud GCP] is a set of integrations between Spring Framework and Google Cloud Platform. It makes it much easier for Spring framework users to run their applications on Google Cloud Platform.

This document provides a high-level overview of the changes introduced in Spring Cloud GCP by release. For a detailed view of what has changed, refer to the https://github.com/GoogleCloudPlatform/spring-cloud-gcp/commits/main[commit history] on GitHub.

== 2.0.4.BUILD-SNAPSHOT

=== Firestore

Commits
  • 197a8c3 Fix Datastore pageable return type compatibility (#569)
  • ebef98a Use NoCredentialsProvider when firestore emulator enabled (#555)
  • 2997287 Bump appengine-maven-plugin from 2.4.0 to 2.4.1 (#559)
  • 33b58b6 Bump cloud-sql-socket-factory.version from 1.3.1 to 1.3.2 (#558)
  • ad0df82 Bump error_prone_core from 2.8.0 to 2.8.1 (#560)
  • 4337b23 Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0 (#556)
  • d8457bf Add Secret Manager Environment Post Processors (#496)
  • 8a26f8c Fix some broken links within documentation (#554)
  • ad8cac0 fix broken sample it test. (#553)
  • b90ed85 Support Stream as return type to datastore queries (#551)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [spring-cloud-gcp-core](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/CHANGELOG.adoc)
- [Commits](GoogleCloudPlatform/spring-cloud-gcp@v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: com.google.cloud:spring-cloud-gcp-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 24, 2021
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@paulcwarren paulcwarren merged commit faab6b9 into 1.2.x Aug 24, 2021
@dependabot dependabot bot deleted the dependabot/maven/1.2.x/com.google.cloud-spring-cloud-gcp-core-2.0.4 branch August 24, 2021 04:57
paulcwarren pushed a commit that referenced this pull request Oct 27, 2021
Bumps [spring-cloud-gcp-core](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/CHANGELOG.adoc)
- [Commits](GoogleCloudPlatform/spring-cloud-gcp@v2.0.3...v2.0.4)

---
updated-dependencies:
- dependency-name: com.google.cloud:spring-cloud-gcp-core
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants