Finatra v19.8.0 Release Notes

Release Date: 2019-08-06 // almost 5 years ago
  • โž• Added

    • finatra-http: Introduce the new streaming request and response types:
      c.t.finatra.http.streaming.StreamingRequest 9687e2d7,
      c.t.finatra.http.streaming.StreamingResponse 30fcb686.
      Examples are located in finatra/examples/streaming-example/.
    • finatra-jackson: Add the ability to specify fields in the MethodValidation annotation.
      545674e6

    ๐Ÿ”„ Changed

    • inject-thrift-client: make ThriftClientModuleTrait extend StackClientModuleTrait for symmetry
      with other protocol client modules. 27105149
    • ๐Ÿ—„ finatra-http: Deprecated c.t.finatra.http.response.StreamingResponse, Use
      c.t.finatra.http.response.ResponseBuilder.streaming to construct a
      c.t.finatra.http.streaming.StreamingResponse instead. 30fcb686
    • โฌ†๏ธ finatra: Upgrade to Jackson 2.9.9. f050be4f