Skip to content

Releases: LogNet/grpc-spring-boot-starter

Version 4.4.2

12 Jan 10:10
Compare
Choose a tag to compare
  • Spring Boot 2.4.1
  • Spring Cloud 2020.0.0

Version 4.4.1

05 Jan 14:13
Compare
Choose a tag to compare
  • If more than 1 port is exposed, add address tag to Micrometer's timer

Version 4.4.0

21 Dec 15:18
Compare
Choose a tag to compare

Version 4.3.1

21 Dec 06:56
Compare
Choose a tag to compare

Version 4.3.0

16 Dec 08:29
Compare
Choose a tag to compare
  • Spring Validation (Java Beans) support
  • gRPC version upgraded to 1.34.1

Version 4.2.3

16 Nov 11:04
Compare
Choose a tag to compare
  • gRPC version upgraded to 1.33.1
  • Support authenticate only when role list is empty , @Secured({}) (credits to @CleverUnderDog)

Version 4.2.2

02 Nov 15:32
Compare
Choose a tag to compare

Version 4.2.1

27 Oct 14:25
Compare
Choose a tag to compare
  • 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 of io.grpc:grpc-netty as transitive dependency (fixes #108). +
    This means that all classes from io.grpc.netty package should be imported from io.grpc.netty.shaded.io.grpc.netty

Version 4.2.0

21 Oct 15:56
Compare
Choose a tag to compare
  • gRPC version upgraded to 1.33.0
  • Fixed the issue with default method-level @Secured annotation (see #159)

Version 4.1.0

15 Oct 12:25
Compare
Choose a tag to compare
  • 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