docs
docs copied to clipboard
Bump h3 from 1.15.3 to 1.15.5
Bumps h3 from 1.15.3 to 1.15.5.
Release notes
Sourced from h3's releases.
v1.15.5
[!IMPORTANT] Security: Fixed a bug in
readBody(event)andreadRawBody(event)utils where certainTransfer-Encodingheader formats could cause the request body to be ignored.In some deployments (for example, behind TCP load balancers or non-normalizing proxies), this could allow request smuggling. The handling is now safe and fully compliant. (read more)
🩹 Fixes
- readRawBody: Fix case-sensitive
Transfer-Encodingcheck causing request smuggling risk (618ccf4)v1.15.4
🩹 Fixes
- getRequestHost: Return first host from
x-forwarded-host(#1175)💅 Refactors
- useSession: Backport
SessionManagerinterface to fix types (#1058)🏡 Chore
- docs: Fix typos (#1108)
❤️ Contributors
- Pooya Parsa (
@pi0)- Kricsleo (
@kricsleo)- Izoukhai (
@izoukhai)
Changelog
Sourced from h3's changelog.
v1.15.5
🩹 Fixes
- readRawBody: Fix case-sensitive
Transfer-Encodingcheck causing request smuggling risk (618ccf4)🏡 Chore
- Update deps (e2462ec)
- Update ci (c934599)
- Add
test:typesscript (0a4a115)- Update ci (b4dce71)
- Update publish tag to 1.x (589625c)
- Fix ts issue (c9ebf80)
- Update deps (d18c074)
- Fix more ts/lint issues (bd92b74)
🤖 CI
- Fix publish tag (401c9b8)
❤️ Contributors
- Pooya Parsa (
@pi0)v1.15.4
🩹 Fixes
- serveStatic: Omit decoded id from
statusMessage(#1044)- getRequestHost: Return first host from
x-forwarded-host(#1175)💅 Refactors
- useSession: Backport
SessionManagerinterface to fix types (#1058)📦 Build
- Update
repositoryfield (d94b09a)🏡 Chore
... (truncated)
Commits
24231b9chore(release): v1.15.5bd92b74chore: fix more ts/lint issuesd18c074chore: update depsc9ebf80chore: fix ts issue618ccf4fix(readRawBody): fix case-sensitiveTransfer-Encodingcheck causing reques...401c9b8ci: fix publish tag589625cchore: update publish tag to 1.xb4dce71chore: update ci0a4a115chore: addtest:typesscriptc934599chore: update ci- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.