Pippo v0.5.0 Release Notes

Release Date: 2015-06-03 // almost 9 years ago
  • ๐Ÿ›  Fixed

    • [#121]: ContentTypeEngines were not properly initialized during the discovery/registration process
    • ๐Ÿ›  Fixed multiple regex parameter tokenization
    • ๐ŸŒ [#132]: Prevent web server instantiation

    ๐Ÿ”„ Changed

    • [#117]: Rework [pippo-spring], [pippo-guice]
    • โšก๏ธ Updated [pippo-fastjson] to FastJSON 1.2.6
    • โšก๏ธ Updated [pippo-undertow] to Undertow 1.2.6
    • โšก๏ธ Updated [pippo-jetty] to Jetty 9.2.11
    • โšก๏ธ Updated [pippo-guice] to Guice 4.0
    • โšก๏ธ Updated [pippo-metrics-librato] to 4.0.1.8

    โž• Added

    • [#121]: Added [pippo-jackson]
    • [#122]: Added a CSRF handler & StatusCodeException class
    • 0๏ธโƒฃ [#124]: Automatically encode the parameters values in DefaultRouter.uriFor()
    • ๐Ÿ— [#126]: Maven quickstart archetype to build a small Pippo web application
    • ๐Ÿ‘ [#128], [#131]: Added support for Set, List, and any other concrete Collection type
    • ๐Ÿ‘ [#128]: Added support for array query/form parameters like yada[0], yada[1], & yada[2]
    • ๐Ÿ‘ [#129]: Added support for _method assignment for HTML form POST processing
    • [#130]: Added support for _content_type and _content assignment for HTML form POST processing
    • [#134]: Added Response.send(String format, Object... args)

    โœ‚ Removed

    • โœ‚ Removed pippo-ioc module because it is no longer used anywhere