Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-18 | 4.0 kB | |
v1.7.0 source code.tar.gz | 2025-08-18 | 292.9 kB | |
v1.7.0 source code.zip | 2025-08-18 | 358.3 kB | |
Totals: 3 Items | 655.1 kB | 3 |
Highlights
Features
- client:
- add a
TrySendError::error()
method (#3885) (efa0b269) - add a
TrySendError::message()
method (#3884) (03fd6aff) - error: add
Error::is_shutdown()
(#3863) (b8affd8a, closes #2745) - server: add
allow_multiple_spaces_in_request_line_delimiters
http1 builder method (#3929) (9749184f)
Bug Fixes
- server: improve caching accuracy of Date header (#3887) (436cadd1)
What's Changed
- chore: remove redundant backticks by @jimmycathy in https://github.com/hyperium/hyper/pull/3855
- Gate tests with features they test by @WhyNotHugo in https://github.com/hyperium/hyper/pull/3864
- docs(service): add
HttpService
documentation by @cratelyn in https://github.com/hyperium/hyper/pull/3869 - docs(examples): alias Builder for clarity by @Muffeter in https://github.com/hyperium/hyper/pull/3873
- docs(MAINTAINERS): add katelyn martin as collaborator by @seanmonstar in https://github.com/hyperium/hyper/pull/3878
- chore(proto/h2): fix module-level documentation by @cratelyn in https://github.com/hyperium/hyper/pull/3881
- feat(client): add a
TrySendError::message()
method by @cratelyn in https://github.com/hyperium/hyper/pull/3884 - feat(client): add a
TrySendError::error()
method by @cratelyn in https://github.com/hyperium/hyper/pull/3885 - fix(http2): add decriptive error for non-zero connect request by @samp5 in https://github.com/hyperium/hyper/pull/3886
- refactor(lib): drop futures-util except in ffi by @hanna-kruppe in https://github.com/hyperium/hyper/pull/3890
- fix(date): improve caching accuracy by @Patryk27 in https://github.com/hyperium/hyper/pull/3887
- docs(SECURITY): update policy to use GSA drafts when reporting vulnerabilities by @seanmonstar in https://github.com/hyperium/hyper/pull/3894
- feat: add Error::is_shutdown() by @joshka in https://github.com/hyperium/hyper/pull/3863
- docs: improve ext module overview by @seanmonstar in https://github.com/hyperium/hyper/pull/3921
- docs(rt): improve rt module overview by @seanmonstar in https://github.com/hyperium/hyper/pull/3920
- chore(ci): update to cargo-check-external-types-0.3.0 by @tottoto in https://github.com/hyperium/hyper/pull/3928
- test(common): add missing assertion in full_rewind test by @1911860538 in https://github.com/hyperium/hyper/pull/3926
- fix(lib): avoid implicit cargo feature by @hanna-kruppe in https://github.com/hyperium/hyper/pull/3931
- feat(http1): add allow_multiple_spaces_in_request_line_delimiters h1 builder config method by @mccordryan in https://github.com/hyperium/hyper/pull/3929
- Prepare v1.7.0 by @seanmonstar in https://github.com/hyperium/hyper/pull/3933
New Contributors
- @jimmycathy made their first contribution in https://github.com/hyperium/hyper/pull/3855
- @Muffeter made their first contribution in https://github.com/hyperium/hyper/pull/3873
- @samp5 made their first contribution in https://github.com/hyperium/hyper/pull/3886
- @hanna-kruppe made their first contribution in https://github.com/hyperium/hyper/pull/3890
- @Patryk27 made their first contribution in https://github.com/hyperium/hyper/pull/3887
- @joshka made their first contribution in https://github.com/hyperium/hyper/pull/3863
- @1911860538 made their first contribution in https://github.com/hyperium/hyper/pull/3926
- @mccordryan made their first contribution in https://github.com/hyperium/hyper/pull/3929
Full Changelog: https://github.com/hyperium/hyper/compare/v1.6.0...v1.7.0