Skip to content

Commit

Permalink
Prepare for 0.6.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfier committed Apr 16, 2021
1 parent 9ad862f commit f4c0935
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changes

## 0.6.3
* Resolve [RUSTSEC-2020-0031](https://rustsec.org/advisories/RUSTSEC-2020-0031.html) by preventing
HTTP request smuggling enabled by our normalisation of header values.

## 0.6.2
* Remove deprecated use of `AsciiExt` trait.
* Expose `with_chunked_threshold` on `Response` for configuring exactly when chunking should begin.

## 0.6.0
* Bump dependencies

## 0.5.9

* Expanded and changed status code description mapping according to IANA registry:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tiny_http"
version = "0.6.2"
version = "0.6.3"
authors = ["pierre.krieger1708@gmail.com",
"Corey Farwell <coreyf@rwell.org>"]
description = "Low level HTTP server library"
Expand Down

0 comments on commit f4c0935

Please sign in to comment.