majusko / grpc-jwt-spring-boot-starter

Spring boot starter for gRPC framework with JWT authorization
Other
39 stars 7 forks source link

Bump grpc-spring-boot-starter from 4.5.8 to 4.7.1 #142

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps grpc-spring-boot-starter from 4.5.8 to 4.7.1.

Release notes

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

Version 4.7.1

:star: New Features

  • Security API enhancements #296

:lady_beetle: Bug Fixes

  • Class ConsulDiscoveryProperties is not found when accessing /configprops #295

:hammer: Dependency Upgrades

  • Support spring boot 2.6.8 #298
  • Upgrade grpc to 1.47.0 #297

Version 4.7.0

:hammer: Dependency Upgrades

  • Upgrade grpc to 1.45.1 #294
  • Support Spring Boot 2.6.6 #293
  • Upgrade grpc to 1.45.0 #291
  • Add suport for spring boot 2.6.4 #285

Version 4.6.0

:star: New Features

  • Enable users to configure the error handling interceptor precedence #276

:lady_beetle: Bug Fixes

  • Upgrade io.netty:netty-tcnative-boringssl-static to compatible version #279
  • Cannot boot if there is no GRpcService #264

:hammer: Dependency Upgrades

  • Upgrade grpc to 1.43.x #271
  • Add support for Spring Boot 2.6 #270
  • Upgrade protoc compiler to 3.19.2 #262

Version 4.5.10

:star: New Features

  • Expose grpc health indicator under /actuator/health #259
  • Expose /actuator/grpc endpoint #258
  • kubernetes healthcheck #98

:lady_beetle: Bug Fixes

  • Application with configured grpc.consul.xxx properties fails to start if no consul in classpath #256

:hammer: Dependency Upgrades

... (truncated)

Changelog

Sourced from grpc-spring-boot-starter's changelog.

Version 4.7.1

:star: New Features

  • Security API enhancements #296

:lady_beetle: Bug Fixes

  • Class ConsulDiscoveryProperties is not found when accessing /configprops #295

:hammer: Dependency Upgrades

  • Support spring boot 2.6.8 #298
  • Upgrade grpc to 1.47.0 #297

Version 4.7.0

:hammer: Dependency Upgrades

  • Upgrade grpc to 1.45.1 #294
  • Support Spring Boot 2.6.6 #293
  • Upgrade grpc to 1.45.0 #291
  • Add suport for spring boot 2.6.4 #285

Version 4.6.0

:star: New Features

  • Enable users to configure the error handling interceptor precedence #276

:lady_beetle: Bug Fixes

  • Upgrade io.netty:netty-tcnative-boringssl-static to compatible version #279
  • Cannot boot if there is no GRpcService #264

:hammer: Dependency Upgrades

  • Upgrade grpc to 1.43.x #271
  • Add support for Spring Boot 2.6 #270
  • Upgrade protoc compiler to 3.19.2 #262

Version 4.5.10

:star: New Features

  • Expose grpc health indicator under /actuator/health #259
  • Expose /actuator/grpc endpoint #258
  • kubernetes healthcheck #98

:lady_beetle: Bug Fixes

  • Application with configured grpc.consul.xxx properties fails to start if no consul in classpath #256

... (truncated)

Commits


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)
dependabot[bot] commented 2 years ago

Superseded by #144.