Finatra v18.1.0 Release Notes

  • โž• Added

    
    * ๐Ÿ— finatra-thrift: Add support for building all types of Finagle Thrift clients to the underlying
      embedded TwitterServer with the ``c.t.finatra.thrift.ThriftClient`` test utility.
      See: `Creating a client <https://twitter.github.io/scrooge/Finagle.html#creating-a-client>`__
      ``PHAB_ID=D123915``
    
    * ๐Ÿ‘ finatra-jackson: Added support to finatra/jackson for de-serializing
      ``com.twitter.util.Duration`` instances from their String representations.
      ``PHAB_ID=D122366``
    
    ๐Ÿ”„ Changed
    
    • finatra-http: Change visibility of internal class c.t.finatra.http.internal.marshalling.RequestInjectableValues to be correctly specified as private to the http package. PHAB_ID=D127975

    ๐Ÿ›  Fixed

    
    *  finatra-http: Ensure we close resources in the ``ResponseBuilder``.
       Addresses `#440 <https://github.com/twitter/finatra/issues/440>`__. ``PHAB_ID=D120779``
    
    Closed