All Versions
14
Latest Version
Avg Release Cycle
31 days
Latest Release
2843 days ago

Changelog History
Page 1

  • v0.9.0 Changes

    June 16, 2016
    • [#114][114]: Update hyper, url and anymap.
    • [#113][113]: Change the default content type to text/html. Closes [#107][107].
    • [#112][112]: Bump multipart dependency to 0.7.
  • v0.8.1 Changes

    June 10, 2016
    • [#111][111]: Use the runtime value of $OUT_DIR in build script.
    • [#103][103]: Fix some Clippy warnings.
  • v0.8.0 Changes

    March 25, 2016
    • [#101][101]: Bypass the prompt in multirust-rs.
  • v0.7.0 Changes

    March 09, 2016
    • [#96][96]: Router composition. Closes [#86][86].
    • [#99][99]: Update dependencies. Closes [#84][84].
    • [#92][92]: Minor todo example refactoring.
    • [#91][91]: Cleanup some warnings from Clippy.
  • v0.6.1 Changes

    January 12, 2016
    • [#90][90]: Edit insert_routes! to avoid type ascription conflicts, and some fixes.
  • v0.6.0 Changes

    November 24, 2015
    • [#81][81]: Remove the extension traits for BodyReader. Closes [#76][76].
    • [#82][82]: Use multirust-rs to install Rust on AppVeyor. Closes [#77][77].
    • [#79][79]: Give the user control over the server's keep-alive policy.
    • [#78][78]: Move hypermedia responsibility from router to handlers.
    • [#75][75]: Remove the logging system in favor of the Log crate. Closes [#71][71].
    • [#74][74]: Implement Handler for Arc. Closes [#70][70].
    • [#73][73]: Use check_path in the send_file[_with_mime] examples. Closes [#72][72].
  • v0.5.0 Changes

    September 19, 2015
    • [#69][69]: Get rid of some of the rough edges regarding MaybeUtf8.
    • [#67][67]: Force connections to close if the thread pool is too congested. Closes [#65][65].
    • [#68][68]: Remove ICE hacks and set the oldest tested Rust version to 1.3. Closes [#17][17].
    • [#66][66]: Automatically gather the features to be tested.
    • [#64][64]: Make wildcards work as path variables.
    • [#63][63]: Restructure the server module.
    • [#62][62]: Move file sending code to Response.
    • [#61][61]: Add an example of a quite minimalistic server.
  • v0.4.0 Changes

    August 17, 2015
    • [#59][59]: Preserve non-UTF-8 data and handle * requests.
    • [#60][60]: Update unicase to 1.0.
    • [#56][56]: Implement a Parameters type. Closes [#55][55].
    • [#58][58]: Test more and forbid warnings and missing docs.
  • v0.3.1 Changes

    July 30, 2015
    • [#50][50]: Implement support for multipart requests. Closes [#49][49].
    • [#52][52]: Bump Rust version for testing on Windows to 1.1.0.
  • v0.3.0 Changes

    July 10, 2015
    • [#48][48]: Revert unicase reexport and add a todo example.
    • [#47][47]: Opt into container based Travis tests.
    • [#45][45]: Fixed size responses. Closes [#37][37].
    • [#39][39]: Update to Hyper 0.6.