|
| 1 | +# 0.2.2 (December 14, 2020) |
| 2 | + |
| 3 | +* Fix (potential double) panic of (`HeaderMap`) `OccupiedEntry::remove_entry` and |
| 4 | + `remove_entry_mult` when multiple values are present. ([#446], [#449] dekellum) |
| 5 | +* Safety audits of (priv) `ByteStr` and refactor of `Authority` ([#408], [#414] sbosnick) |
| 6 | +* Fix `HeaderName` to error instead of panic when input is too long ([#432] [#433] acfoltzer) |
| 7 | +* Allow `StatusCode` to encode values 100-999 without error. Use of the |
| 8 | + unclassified range 600-999 remains discouraged. ([#144], [#438], [#443] quininer dekellum) |
| 9 | +* Add `String` and `&String` fallible conversions to `PathAndQuery` ([#450] mkindahl) |
| 10 | +* Fix `Authority` (and `Uri`) to error instead of panic on unbalanced brackets |
| 11 | + ([#435], [#445] aeryz) |
| 12 | + |
1 | 13 | # 0.2.1 (March 25, 2020)
|
2 | 14 |
|
3 | 15 | * Add `extensions_ref` and `extensions_mut` to `request::Builder` and `response::Builder`.
|
|
77 | 89 |
|
78 | 90 | # 0.1.10 (August 8, 2018)
|
79 | 91 |
|
80 |
| -* impl HttpTryFrom<String> for HeaderValue (#236) |
| 92 | +* `impl HttpTryFrom<String>` for HeaderValue (#236) |
81 | 93 |
|
82 | 94 | # 0.1.9 (August 7, 2018)
|
83 | 95 |
|
|
141 | 153 | # 0.1.0 (September 8, 2017)
|
142 | 154 |
|
143 | 155 | * Initial release.
|
| 156 | + |
| 157 | +[#144]: https://github.com/hyperium/http/issues/144 |
| 158 | +[#408]: https://github.com/hyperium/http/pull/408 |
| 159 | +[#414]: https://github.com/hyperium/http/pull/414 |
| 160 | +[#432]: https://github.com/hyperium/http/issues/432 |
| 161 | +[#433]: https://github.com/hyperium/http/pull/433 |
| 162 | +[#438]: https://github.com/hyperium/http/pull/438 |
| 163 | +[#443]: https://github.com/hyperium/http/pull/443 |
| 164 | +[#446]: https://github.com/hyperium/http/issues/446 |
| 165 | +[#449]: https://github.com/hyperium/http/pull/449 |
| 166 | +[#450]: https://github.com/hyperium/http/pull/450 |
| 167 | +[#435]: https://github.com/hyperium/http/issues/435 |
| 168 | +[#445]: https://github.com/hyperium/http/pull/445 |
| 169 | + |
0 commit comments