Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions History.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -3,6 +3,7 @@ unreleased

* Allow conditional revalidation for QUERY requests
- `req.fresh` now includes QUERY in the freshness check, so QUERY responses can return 304 when a validator matches
* deps: qs@~6.16.0

4.22.2 / 2026-05-11
==========
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -53,7 +53,7 @@
"parseurl": "~1.3.3",
"path-to-regexp": "~0.1.13",
"proxy-addr": "~2.0.7",
"qs": "~6.15.1",
"qs": "~6.16.0",
"range-parser": "~1.2.1",
"safe-buffer": "5.2.1",
"send": "~0.19.0",
Expand Down
Loading