Skip to content

Releases: bplaat/crates

PlaatNotes v0.1.3

05 Mar 20:43

Choose a tag to compare

plaatnotes/v0.1.3

plaatnotes: Set version to v0.1.3

PlaatNotes v0.1.2

02 Mar 19:34

Choose a tag to compare

plaatnotes/v0.1.2

plaatnotes: Set version to v0.1.2

PlaatNotes v0.1.1

01 Mar 21:44

Choose a tag to compare

plaatnotes/v0.1.1

plaatnotes: Also add missing icon to confirmation dialog delete button

PlaatNotes v0.1.0

01 Mar 16:48

Choose a tag to compare

plaatnotes/v0.1.0

plaatnotes: Some small fixes

small-router v0.2.1

11 Sep 08:58

Choose a tag to compare

Changed

  • Updated to small-http v0.2.1

small-http v0.2.1

11 Sep 08:55

Choose a tag to compare

Changed

  • Don't return &String types, return &str instead
  • Fix bug where headers where not case insensitive compared correctly

small-router v0.2.0

27 Jun 17:39

Choose a tag to compare

Changed

  • Updated to small-http v0.2.0

small-http v0.2.0

27 Jun 17:32

Choose a tag to compare

Added

  • Added Request::get method shorthand constructors
  • Added Client HTTP client with connection pool for making multiple requests
  • Added HeaderMap type for managing HTTP headers instead of HashMap
  • Added Response::takeover method to take ownership of the TCP stream after response, needed for WebSocket support
  • Added WebSocket server example
  • Added server_single_threaded for single-threaded HTTP server

Changed

  • Moved ThreadPool and serve behind multi-threaded default feature flag
  • Updated some error messages for clarity
  • Fixed some small bugs in request parsing and response handling

small-router v0.1.1

24 Feb 16:27

Choose a tag to compare

Added

  • Added Router::new method to create a new router without context

Changed

  • Improved examples
  • Updated README.md

small-router v0.1.0

21 Feb 19:55

Choose a tag to compare

Initial release