Skip to content

Releases: spring-projects/spring-grpc

v0.12.0

24 Oct 13:29

Choose a tag to compare

Dependency upgrades and bugfixes for 0.11.0

0.11.0

11 Sep 06:21

Choose a tag to compare

Bug fixes for 0.10.0, including a small API change in the security support (custom interface for extracting authentication from request).

v0.10.0

11 Aug 08:56

Choose a tag to compare

Bug fixes for 0.9.0.

v0.9.0

10 Jul 19:19

Choose a tag to compare

What's Changed

  • Polish README.md by @quaff in #161
  • Remove redundant gradle wrappers in grpc-client sample by @therepanic in #163
  • Add sample for kotlin stubs server by @mckernant1 in #169
  • Switch Maven samples to ascopes/protobuf-maven-plugin protoc plugin by @therepanic in #181
  • Update to Spring Boot 3.5.0 by @onobc in #183
  • Allow in-process server and channel outside of test module by @onobc in #187
  • Add docs for inprocess server and channel factories by @onobc in #194
  • Update to spring boot 3.5.3 by @therepanic in #199
  • Add docs client interceptor filter by @onobc in #200
  • Add docs for grpc-services dependency by @onobc in #201
  • compatible for old grpc version by @GAATTC0 in #205
  • Split service discoverer and configurer by @onobc in #212
  • Allow filtering of global server interceptors by @onobc in #214
  • Fix serviceConfig within scope of copy by @NeatGuyCoding in #211
  • Gh 207 208 explore filter options by @onobc in #218

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

25 Apr 14:56

Choose a tag to compare

0.7.0

17 Apr 08:58

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

0.5.0

17 Apr 08:58

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

0.5.0

10 Mar 10:42

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

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