Skip to content

Finatra 18.7.0

Compare
Choose a tag to compare
@finaglehelper finaglehelper released this 11 Jul 17:18
· 952 commits to develop since this release

finatra-18.7.0 (2018-07-10)

Added

  • inject-utils: Add 'toLoggable' implicit from Array[Byte] to String. 0eece86a

Fixed

  • finatra-http: Fix infinite loop introduced by PHAB D180166. Fix underlying issue of the
    ResponseBuilder requiring a stored RouteInfo for classifying exceptions for stating.
    57a02570

  • finatra-http: Fix FailureExceptionMapper handling of wrapped exceptions. Unwrap cause for all
    c.t.finagle.Failure exceptions, regardless of flags and add a try-catch to ExceptionManager
    to remap exceptions thrown by ExceptionMappers 8521d980