Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Latest commit

 

History

History
139 lines (111 loc) · 5.51 KB

CHANGELOG.md

File metadata and controls

139 lines (111 loc) · 5.51 KB

Changelog

Version 0.9.0 - 2016-06-16

  • #114: Update hyper, url and anymap.
  • #113: Change the default content type to text/html. Closes #107.
  • #112: Bump multipart dependency to 0.7.

Version 0.8.1 - 2016-06-10

  • #111: Use the runtime value of $OUT_DIR in build script.
  • #103: Fix some Clippy warnings.

Version 0.8.0 - 2016-03-25

  • #101: Bypass the prompt in multirust-rs.

Version 0.7.0 - 2016-03-09

  • #96: Router composition. Closes #86.
  • #99: Update dependencies. Closes #84.
  • #92: Minor todo example refactoring.
  • #91: Cleanup some warnings from Clippy.

Version 0.6.1 - 2016-01-12

  • #90: Edit insert_routes! to avoid type ascription conflicts, and some fixes.

Version 0.6.0 - 2015-11-24

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

Version 0.5.0 - 2015-09-19

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

Version 0.4.0 - 2015-08-17

  • #59: Preserve non-UTF-8 data and handle * requests.
  • #60: Update unicase to 1.0.
  • #56: Implement a Parameters type. Closes #55.
  • #58: Test more and forbid warnings and missing docs.

Version 0.3.1 - 2015-07-30

  • #50: Implement support for multipart requests. Closes #49.
  • #52: Bump Rust version for testing on Windows to 1.1.0.

Version 0.3.0 - 2015-07-10

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

Version 0.2.2 - 2015-07-05

  • #44: Enhance the insert_routes! macro.
  • #43: Write more documentation for Context and friends. Closes #41, #42.
  • #40: Add a Gitter chat badge to README.md.

Version 0.2.1 - 2015-06-29

  • #38: Add helper for file loading. Closes #26.

Version 0.2.0 - 2015-06-23

Version 0.1.1 - 2015-05-16