What's Changed
- Implement Display for Referer by @AsamK in #122
- Add
ContentEncoding::brotli
by @paolobarbolini in #158 - chore(ci): update to actions/checkout@v4 by @tottoto in #160
- feat: add method to check if AcceptRanges is bytes by @tottoto in #159
- doc(core): Header encode method convert header to HeaderValue by @tottoto in #161
- refactor: apply small refactoring by @tottoto in #168
- chore: update to base64 0.22 by @tottoto in #169
- chore(core): set msrv to 1.49 by @tottoto in #171
- refactor(ci): apply small refactoring by @tottoto in #172
- chore: update to 2018 edition by @tottoto in #173
- chore(core): update to 2018 edition by @tottoto in #174
- refactor: remove unnecessary extern crate sentence by @tottoto in #175
- refactor: remove redundant workspace config by @tottoto in #176
- refactor: refactor AcceptRanges test by @tottoto in #177
- feat: add AcceptRanges none util by @tottoto in #178
- feat: re-export mime::Mime by @tottoto in #180
- feat: implement From bytes for SecWebsocketKey by @tottoto in #179
- update IETF rfc links in docs by @GlenDC in #182
- Add
ContentEncoding::zstd
by @paolobarbolini in #183 - docs(readme): add badge to readme by @tottoto in #185
- Add methods for
must-revalidate
flag toCacheControl
by @allenap in #186 - refactor: Remove needless lifetime by @tottoto in #193
- fix(tests): Fix test compile error with nightly feature by @gretchenfrage in #196
- doc: Remove empty line in document by @tottoto in #200
- update copyright year to 2025 in LICENSE by @jasmyhigh in #205
- feat: const
::from_static()
constructors by @CosmicHorrorDev in #209 - feat: Add
impl From<http::HeaderName> for Vary
by @CosmicHorrorDev in #210 - chore: prepare for releasing 0.4.1 by @tisonkun in #213
New Contributors
- @AsamK made their first contribution in #122
- @GlenDC made their first contribution in #182
- @allenap made their first contribution in #186
- @gretchenfrage made their first contribution in #196
- @jasmyhigh made their first contribution in #205
- @CosmicHorrorDev made their first contribution in #209
- @tisonkun made their first contribution in #213
Full Changelog: headers-v0.4.0...headers-v0.4.1