Skip to content

Releases: spring-projects-experimental/spring-grpc

0.5.0

10 Mar 10:42
Compare
Choose a tag to compare

What's Changed

  • Add Spring Boot compatibility check workflow by @onobc in #126
  • Update README w/ Spring Boot 3.5.x compatibility by @onobc in #127
  • Fix docs.yml workflow (add 'package' command) by @onobc in #128

Full Changelog: v0.4.0...v0.5.0

v0.4.0

06 Mar 15:45
Compare
Choose a tag to compare

What's Changed

  • Prepare for client interceptors by @onobc in #70
  • Add client interceptors to channel factory by @onobc in #71
  • Fix config props defaults and descriptions by @onobc in #76
  • Split client interceptor autoconfiguration by @onobc in #75
  • Manage version of com.google.protobuf:protoc by @mhalbritter in #80
  • Virtual targets and duplicate entries in channels map by @panic08 in #72
  • Add autoconfiguration guard on GrpcServlet by @onobc in #84
  • Improve GrpcChannelFactory API by @onobc in #78
  • Move NamedChannel model to core module by @onobc in #89
  • Add graceful shutdown of channels by @onobc in #95
  • Move named channel back into autoconfigure module by @onobc in #96
  • Fix getting-started.adoc steps by @onobc in #98
  • Fixed typo in GrpcClientProperties by @batsura-sa in #104
  • Fix documentation on testing server application by @panic08 in #102
  • Add config prop metadata and remove not-needed property by @onobc in #108
  • Add fine-grained starter modules by @onobc in #106
  • Fix typo in pom.xml in core module by @panic08 in #111
  • Generate config props during doc phase by @panic08 in #110
  • Update to Boot 3.4.3 by @panic08 in #115
  • Add coarse grained conditional autoconfiguration guards by @onobc in #112

New Contributors

Full Changelog: v0.2.0...v0.4.0