Skip to content
This repository was archived by the owner on May 4, 2021. It is now read-only.

Latest commit

 

History

History
71 lines (38 loc) · 1.07 KB

File metadata and controls

71 lines (38 loc) · 1.07 KB

Change Log

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.

[UNRELEASED]

Added:

  • (...)

Changed:

  • (...)

Deprecated:

  • (...)

Removed:

  • (...)

Fixed:

  • (...)

Security:

  • (...)

[1.2.3-2] - 2018-06-25

Changed:

  • Upgraded gRPC dependency to 1.13.1.

[1.2.3-1] - 2018-02-07

Changed:

  • Upgraded dropwizard dependency to 1.2.3.

  • Upgraded gRPC dependency to 1.9.0.

[1.1.3-1] - 2017-11-08

Added:

  • Added extensive testing for managed gRPC server.

  • Added intercept(), addTransportFilter() and addStreamTracerFactory() to DropwizardServerBuilder decorator.

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.

[1.0.0-1] - 2016-12-27

Initial release