v2.11.0.RELEASE
版本发布时间: 2021-02-19 11:06:59
grpc-ecosystem/grpc-spring最新发布版本:v3.1.0.RELEASE(2024-04-14 20:34:20)
Changes/Improvements
- Annotation driven Exception handling #485, #465, #358
- Added option to gracefully shutdown #491, #454
- The server now waits for all grpc requests to finish before continuing with the shutdown
- Added support for zookeeper service discovery #474, #475
- Use ServerCall.Listener#onComplete for metric collection instead of ServerCall#close #447
- Now it also tracks cancelled calls
Fixes
- Update client configuration metadata #494
- Don't try to setup TLS security for in-process-server #497
Documentation
- Improve server getting started docs #479
- Improve client interceptor documentation #473
- Fix bad imports in client getting started docs #472
- Mention gRPCurl on the server testing page #444
- Improve NameResolverRegistry registration logs #435
Dependencies
Acknowledgements
Thanks to all our contributors:
- Abhijit Sarkar @asarkar
- Andjelko Perisic @anjeyy
- @klboke
- @LeoBarykin
- @ZMRWEGO