The main change in 1.1.0 is the migration of autoconfiguration to Spring Boot 4.1.0. There is a migration guide in the project wiki.
What's Changed
- Support named in-process channels by @onobc in #344
- Simplify gRPC Exception Handling by @o-shevchenko in #351
- Add order to client props customizer (main) by @onobc in #362
- Fix Maven command syntax in CI workflow by @o-shevchenko in #370
- Fix reversed arguments in GrpcChannelBuilderCustomizer.matching by @NeatGuyCoding in #374
- Add value alias to
@ImportGrpcClientsby @therepanic in #400 - Move
AUTHORIZATION_KEYout ofGrpcSecurityto avoidClassNotFoundExceptionby @therepanic in #410
New Contributors
- @o-shevchenko made their first contribution in #351
- @cdprete made their first contribution in #405
Full Changelog: v1.0.1...v1.1.0