You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/quick-cloths-repair.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,4 @@
3
3
'@tanstack/router-core': patch
4
4
---
5
5
6
-
chore: bump to h3 v2 rc 20
7
-
8
-
`requestHandler` now translates the `URIError` thrown by `new H3Event(request)` on malformed percent-encoded request paths (e.g. `/%80`, `/%FF`, `/%E0%A4`) into a 400 Bad Request response. Previously these inputs caused an uncaught error that surfaced as a 500.
9
-
10
-
`getCookies()` return type narrows to `Record<string, string | undefined>` matching the corrected h3 v2 rc.20 type. Runtime behavior is unchanged.
0 commit comments