Skip to content

Conversation

@dependabot-preview
Copy link

Bumps springBootGrpcVersion from 2.2.0.RELEASE to 2.12.0.RELEASE.
Updates grpc-client-spring-boot-starter from 2.2.0.RELEASE to 2.12.0.RELEASE

Release notes

Sourced from grpc-client-spring-boot-starter's releases.

v2.12.0.RELEASE

Changes

  • Updated to spring-boot v2.4.x some features might no longer work with v2.3.x (Spring renamed some classes) #508
  • Change metadata from gRPC.port to gRPC_port for cloud discovery #496 , #495
  • Make grpc-services.jar optional + grpc health service setup is not longer blindly initialized with SERVING #528

Fixes

  • Fixed potential sensitive data exposure vulnerability #528
  • GrpcAdviceIsPresentCondition breaks beans loading priority #513, #515
  • If the grpc client is unavailable then the service is "out of service" #529
  • Fix GrpcClient#interceptors bean lookup #532

Improvements

  • Improve build to benefit from incremental builds #512
  • Upgrade dependencies to the latest versions #521
  • Update spring boot to 2.4.x #508

Examples

  • Add nacos example #504

Documentation

  • Add Custom NameResolverProvider section to the docs #525
  • Add a version mismatch section to the docs trouble shooting section #524

Dependencies

Acknowledgements

Thanks to all our contributors:

v2.11.0.RELEASE

Changes/Improvements

... (truncated)

Commits
  • d4ebf47 Release 2.12.0
  • ad150b8 Merge pull request #535 from yidongnan/fix/bean-condition
  • 528ea81 Fix health condition
  • 9e01b75 2.12.0 wasn't released in April
  • d508d41 Merge pull request #528 from ST-DDT/optional-grpc-services
  • 712269f Re-Add HealthStatusManager/grpc health service implementation
  • 31ea48c Merge branch 'master' into optional-grpc-services
  • 1939bc7 Merge pull request #496 from tentativafc/master
  • 3d7c3ce Merge pull request #529 from yidongnan/fix/client-health-status-indicator
  • c3b6aad Merge pull request #532 from yidongnan/fix/client-interceptor-annotation
  • Additional commits viewable in compare view

Updates grpc-server-spring-boot-starter from 2.2.0.RELEASE to 2.12.0.RELEASE

Release notes

Sourced from grpc-server-spring-boot-starter's releases.

v2.12.0.RELEASE

Changes

  • Updated to spring-boot v2.4.x some features might no longer work with v2.3.x (Spring renamed some classes) #508
  • Change metadata from gRPC.port to gRPC_port for cloud discovery #496 , #495
  • Make grpc-services.jar optional + grpc health service setup is not longer blindly initialized with SERVING #528

Fixes

  • Fixed potential sensitive data exposure vulnerability #528
  • GrpcAdviceIsPresentCondition breaks beans loading priority #513, #515
  • If the grpc client is unavailable then the service is "out of service" #529
  • Fix GrpcClient#interceptors bean lookup #532

Improvements

  • Improve build to benefit from incremental builds #512
  • Upgrade dependencies to the latest versions #521
  • Update spring boot to 2.4.x #508

Examples

  • Add nacos example #504

Documentation

  • Add Custom NameResolverProvider section to the docs #525
  • Add a version mismatch section to the docs trouble shooting section #524

Dependencies

Acknowledgements

Thanks to all our contributors:

v2.11.0.RELEASE

Changes/Improvements

... (truncated)

Commits
  • d4ebf47 Release 2.12.0
  • ad150b8 Merge pull request #535 from yidongnan/fix/bean-condition
  • 528ea81 Fix health condition
  • 9e01b75 2.12.0 wasn't released in April
  • d508d41 Merge pull request #528 from ST-DDT/optional-grpc-services
  • 712269f Re-Add HealthStatusManager/grpc health service implementation
  • 31ea48c Merge branch 'master' into optional-grpc-services
  • 1939bc7 Merge pull request #496 from tentativafc/master
  • 3d7c3ce Merge pull request #529 from yidongnan/fix/client-health-status-indicator
  • c3b6aad Merge pull request #532 from yidongnan/fix/client-interceptor-annotation
  • Additional commits viewable in compare view

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `springBootGrpcVersion` from 2.2.0.RELEASE to 2.12.0.RELEASE.

Updates `grpc-client-spring-boot-starter` from 2.2.0.RELEASE to 2.12.0.RELEASE
- [Release notes](https://github.com/yidongnan/grpc-spring-boot-starter/releases)
- [Commits](yidongnan/grpc-spring-boot-starter@v2.2.0.RELEASE...v2.12.0.RELEASE)

Updates `grpc-server-spring-boot-starter` from 2.2.0.RELEASE to 2.12.0.RELEASE
- [Release notes](https://github.com/yidongnan/grpc-spring-boot-starter/releases)
- [Commits](yidongnan/grpc-spring-boot-starter@v2.2.0.RELEASE...v2.12.0.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 3, 2021
@dependabot-preview dependabot-preview bot requested a review from yidongnan May 3, 2021 21:13
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.

1 participant