Finatra v2.7.0 Release Notes

  • โž• Added

    
    * ๐Ÿ‘ finatra-http: Add built-in support for Scala
      ``scala.concurrent.Future``. The
      CallbackConverter now supports a return type of Scala
      ``scala.concurrent.Future``
      by using a bijection to convert to a Twitter ``c.t.util.Future``.
      ``RB_ID=898147``
    
    * ๐Ÿ‘ finatra-http: Support for request forwarding. Requests can be
      forwarded from
      one route to another. Forwarded requests will not go through the
      server's
      defined filter chain again but will pass through any Controller
      defined filters
      on the "forwarded to" route. ``RB_ID=883224``
    
    ๐Ÿ”„ Changed
    

    ๐Ÿ›  Fixed

    
    Closed