Pippo v1.1.0 Release Notes

Release Date: 2017-01-04 // over 7 years ago
  • ๐Ÿ›  Fixed

    • โœ… [#337]: Cannot run the MemCached unit tests
    • [#338]: Consistency in Parameter Value conversion

    ๐Ÿ”„ Changed

    • [#329]: Make Pippo class a little bit more expressive
    • ๐Ÿ‘Œ Improve Lambda code (avoid parentheses around a single parameter)
    • [#330]: Make public Route.setAbsoluteUriPattern method
    • [#332]: Relax the signature of WebServer.addListener method
    • Return generic type for RouteContext.getApplication (no need for cast)
    • Set the application as an attribute of the servlet container (ServletContext)
    • ๐Ÿ‘• Mark RouteHandler as FunctionalInterface

    โž• Added

    • ๐Ÿ‘€ Use gzip compression where it's possible; see [#331]
    • โž• Add getWriter method to Response

    โœ‚ Removed