Pippo v1.13.1 Release Notes

Release Date: 2020-06-01 // almost 4 years ago
  • ๐Ÿ›  Fixed

    • โฌ†๏ธ [#545]: Error after I upgraded from 1.12.0 to 1.13.0

    ๐Ÿ”„ Changed

    โž• Added

    โœ‚ Removed


Previous changes from v1.13.0

  • ๐Ÿ›  Fixed

    • [#457]: Closing the writer will close the stream as well
    • [#496]: Do not call channel.resumeReceives() until handler.onOpen() called
    • [#528]: NPE when use the route function in Pebble
    • [#522]: CryptoUtils.hmacDigest unsafe with non-ascii inputs
    • [#523]: Fix Character Encoding/Content-Length Bug in Response.commit(CharSequence)
    • ๐Ÿ“ฆ [#530]: Controllers are not being located in subpackages/addControllers
    • [#542]: Close gzipOutputStream after the usage
    • [#544]: Handle non-empty Path and empty method path

    ๐Ÿ”„ Changed

    • โšก๏ธ [#491]: Update Undertow to 1.4.27.Final
    • โšก๏ธ [#492]: Update Tomcat to 8.5.38
    • โšก๏ธ [#494]: Update Jetty to 9.4.14.v20181114
    • โฌ†๏ธ [#510]: Upgrade FastJSON to 1.2.57
    • [#532]: Improved FileItemExtractor
    • [#535]: ContentTypeEngine improvement
    • [#538]: Make PippoFilter.createApplication protected
    • โšก๏ธ [#539]: Update JUnit to 4.13

    โž• Added

    • ๐Ÿ— [#499]: Feature/java 11 build

    โœ‚ Removed