Nickel v0.9.0 Release Notes

Release Date: 2016-09-22 // over 7 years ago
  • ๐Ÿ”‹ Features

    • response: add Authorization as a settable type (d5b9271b)
    • server: expose ListeningServer which can query the socket the server is listening on (da7d5295, breaks #)

    ๐Ÿ› Bug Fixes

    • options: obey output_on_listen for HTTPS (f7658fa4)
    • โœ… test: fix examples::template::renders_data test on Windows (c3aeb722)

    ๐Ÿ’ฅ Breaking Changes

    • server: expose ListeningServer which can query the socket the server is listening on (da7d5295, breaks #)

Previous changes from v0.8.1

  • ๐Ÿ”‹ Features

    • options: add an option for thread count (2d91a0a8)
    • urlencoded: add application/x-www-form-urlencoded parser (f3d194a8, closes #329)

    ๐Ÿ› Bug Fixes

    • travis: don't fail the build if our min rustc version fails (81a76fab)