Releases: LogNet/grpc-spring-boot-starter
Releases · LogNet/grpc-spring-boot-starter
Version 4.4.2
- Spring Boot
2.4.1
- Spring Cloud
2020.0.0
Version 4.4.1
- If more than 1 port is exposed, add
address
tag to Micrometer'stimer
Version 4.4.0
- gRPC server metrics support via https://micrometer.io integration
Version 4.3.1
- Fixes #169
Version 4.3.0
- Spring Validation (Java Beans) support
- gRPC version upgraded to 1.34.1
Version 4.2.3
- gRPC version upgraded to 1.33.1
- Support
authenticate only
when role list is empty ,@Secured({})
(credits to @CleverUnderDog)
Version 4.2.2
- Fixes #162
Version 4.2.1
- Configure bind address and other netty settings (fixes #82)
- When overriding default GRPC security configuration,
@Secured
annotation is enabled by default.
Breaking changes
- The starter brings now
io.grpc:grpc-netty-shaded
instead ofio.grpc:grpc-netty
as transitive dependency (fixes #108). +
This means that all classes fromio.grpc.netty
package should be imported fromio.grpc.netty.shaded.io.grpc.netty
Version 4.2.0
- gRPC version upgraded to 1.33.0
- Fixed the issue with default method-level
@Secured
annotation (see #159)
Version 4.1.0
- Fixed the issue with obtaining
Authentication
details in secured method implementation. - Fixed the issue with providing client-side user credentials.
- gRPC version upgraded to 1.32.2