Releases: spring-projects/spring-grpc
Releases · spring-projects/spring-grpc
1.0.0-RC1
First release candidate for 1.0.0. Substantially the same as 0.12.0 but with some package name changes anticipating moving autoconfig to Spring Boot in 1.1.
v0.12.0
0.11.0
v0.10.0
v0.9.0
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-pluginprotoc 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
- @quaff made their first contribution in #161
- @mckernant1 made their first contribution in #169
- @GAATTC0 made their first contribution in #205
- @NeatGuyCoding made their first contribution in #211
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Fix typo document by @ngocnhan-tran1996 in #159
- Upgrade grpc and protobuf
- Update to Spring Boot 3.4.5
Full Changelog: v0.7.0...v0.8.0
0.7.0
What's Changed
- Fix typo javadoc by @ngocnhan-tran1996 in #151
- Fix client reference url by @ngocnhan-tran1996 in #152
- Fixes issue with maxIncomingMessageSize by @svametcalf in #154
- Remove obsolete code by @ngocnhan-tran1996 in #155
- Update whats-new.adoc by @nkolosnjaji in #156
New Contributors
- @ngocnhan-tran1996 made their first contribution in #151
- @nkolosnjaji made their first contribution in #156
Full Changelog: v0.6.0...v0.7.0
0.5.0
What's Changed
- Add AOT/Native sample w/ integration test by @panic08 in #120
- Added defaultDeadline client property by @batsura-sa in #137
- Make maven tree display more friendly by @evil0th in #138
- Fix typo in docs by @mackey0225 in #141
- Removes restriction on InProcessServerFactory by @svametcalf in #146
New Contributors
- @evil0th made their first contribution in #138
- @mackey0225 made their first contribution in #141
Full Changelog: v0.5.0...v0.6.0
0.5.0
v0.4.0
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
- @mhalbritter made their first contribution in #80
- @batsura-sa made their first contribution in #104
Full Changelog: v0.2.0...v0.4.0