-
gRPC version upgraded to 1.31.2
-
Fixed the issue with obtaining
Authentication
details in secured object 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