All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Added:
- (...)
Changed:
- (...)
Deprecated:
- (...)
Removed:
- (...)
Fixed:
- (...)
Security:
- (...)
Changed:
- Upgraded gRPC dependency to 1.13.1.
Changed:
-
Upgraded dropwizard dependency to 1.2.3.
-
Upgraded gRPC dependency to 1.9.0.
Added:
-
Added extensive testing for managed gRPC server.
-
Added
intercept(),addTransportFilter()andaddStreamTracerFactory()toDropwizardServerBuilderdecorator.
Changed:
-
Upgraded dropwizard dependency to 1.1.3.
-
Upgraded gRPC dependency to 1.6.1.
Fixed:
- The configured server shutdown period is now actually honored by
ManagedGrpcServer. When the gRPC server does not terminate after the configured timeout, it will be shutdown forcefully.
Initial release