Skip to content

v1.0.0

Latest

Choose a tag to compare

@onobc onobc released this 04 Dec 00:59
· 2 commits to main since this release

🐞 Bug Fixes

  • Add error logging in FallbackHandler for unknown exceptions by @therepanic in #228
  • Avoid NPE when merging null trailers in GrpcExceptionHandledServerCall by @therepanic in #230
  • Fix SecurityContext leakage in AuthenticationProcessInterceptor by @HyunSangHan in #247
  • Don't create observationCoroutineGrpcServerInterceptor bean when micrometer context-propagation isn't present on classpath by @genuss in #287

πŸ”¨ Dependency Upgrades

πŸŽ‰ Enhancements

  • Allow custom ObservationGrpcClientInterceptor via @ConditionalOnMissingBean by @therepanic in #248
  • Default stub factory configurable via properties (#250) by @ch200203 in #252
  • Use JSpecify for nullability constraints by @onobc in #302
  • Support Java 25 by @onobc in #296

πŸ“” Documentation

  • Add docs for service filtering by @onobc in #222

⚠️ Deprecations

  • Autoconfiguration and starter dependencies are immediately deprecated on release. This is intentional and makes it clear that they will be superseded with their migrated counterparts in the next minor release 1.1.0 targeting Spring Boot 4.1.0. The deprecations are all just to anticipate name changes in the dependency co-ordinates. No classes nor methods are actually marked as deprecated.

πŸ‘œ Miscellaneous Changes

New Contributors

Full Changelog: v0.9.0...1.0.0