Changelog for 2.1.0

This commit is contained in:
Martin Algesten
2021-03-25 08:29:15 +01:00
parent 3cfa9e6b35
commit 1199432cfe

View File

@@ -1,3 +1,13 @@
# 2.1.0
* Bugfix: allow status lines without a reason phrase (#316)
* Example: "cureq" to easier make ad-hoc command line tests (#330)
* Override timeout per Request (#335)
* Bugfix: handle non-utf8 status and headers (#347) and better errors (#329)
* Request inspection (method, url, etc) (#310, #350)
* Bugfix: stop percent encoding cookies (#353)
* Enforce cookie RFC naming/value rules (#353)
* Bugfix: reduce error struct size (#356)
# 2.0.2 # 2.0.2
* Bugfix: Apply deadline across redirects. (#313) * Bugfix: Apply deadline across redirects. (#313)
* OrAnyStatus::or_any_status ergonomic helper * OrAnyStatus::or_any_status ergonomic helper