What's Changed
- chore(deps): update brotli requirement from 6.0 to 7.0 by @dependabot in #941
- chore(deps): Update opentelemetry-* to 0.26 by @chrislearn in #944
- chore(craft-macros): Improve the compatibility of generic parameters. by @andeya in #946
- Parse url query array style like ids=[1,2,3] by @chrislearn in #947
- ParseError message format by @chrislearn in #949
- chore(core::writing): Do not forcibly overwrite the content-type and optimize the code. by @andeya in #950
- chore(core::writing):
try_set_header
add#[inline(always)]
by @andeya in #951 - chore: Use
let _ = ...
to replaceresult.ok()
. by @chrislearn in #954 - display actual number of connections; don't wait if stop_forcible by @davehorner in #957
- Add the ArcHandler that wraps another [Handler] to enable it to be cloneable. by @andeya in #958
- fix typo challenge
New Contributors
- @davehorner made their first contribution in #957
Full Changelog: v0.73.0...v0.74.0