-
gRPC server metrics support via micrometer.io integration
-
Fixes 169
-
gRPC version upgraded to 1.33.1
-
Support
authenticate only
when role list is empty ,@Secured({})
(credits to @CleverUnderDog)
-
Fixes 162
-
Configure bind address and other netty settings (fixes 82)
-
When overriding default GRPC security configuration,
@Secured
annotation is enabled by default.
-
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
-
gRPC version upgraded to 1.33.0
-
Fixed the issue with default method-level
@Secured
annotation (see #159)
-
gRPC version upgraded to 1.32.2
-
Fixed the issue with obtaining
Authentication
details in secured method implementation. -
Fixed the issue with providing client-side user credentials.
-
Spring Security framework integration
-
gRPC version upgraded to 1.32.1
-
Spring Boot 2.3.3
Important
|
Please use 4.1.0 version, 4.0.0 has issue with obtaining Authentication details in secured object implementation.
|
-
gRPC version upgraded to 1.30.0
-
Consul health check support for GRPC service (credits to @evk1986)
-
Graceful shutdown timeout setting
-
Fixed potential race condition issue when defining running port.
-
Closes #103 and #99 Property
local.grpc.port
was removed , please use@LocalRunningGrpcPort
annotation onint
field to get running port.
-
The artifacts are published to maven central. Pay attention that group has changed from
org.lognet
toio.github.lognet
.
-
gRPC version upgraded to 1.13.1
-
Tested with
-
springBoot_1_X_Version = '1.5.13.RELEASE'
-
springBoot_2_X_Version = '2.0.3.RELEASE'
-
-
gRPC version upgraded to 1.11.0
-
Fixed #80
-
Added Spring boot 2.X demo project
-
Spring boot upgraded to 1.5.11
-
Tested with
-
springBoot_1_X_Version = '1.5.11.RELEASE'
-
springBoot_2_X_Version = '2.0.1.RELEASE'
-
-
Random gRPC server port support
-
Fixed wrong interceptors ordering bug.
-
gRPC version upgraded to 1.7.0
-
Spring boot upgraded to 1.5.8
-
gRPC version upgraded to 1.6.1
-
Spring boot upgraded to 1.5.6
-
In process server support
-
HealthStatusManager exposed as Spring bean
-
gRPC version upgraded to 1.5.0
-
Ordered execution support of global server interceptors.
-
Fixing issue to identify beans with annotation: see PR #38
-
Spring Boot version upgraded to 1.5.2