What's Changed
- fix(client): prevent URL corruption when replaceUrlParam contains $ replacement tokens in #5227
- fix(etag): copy pending stream bytes in #5239
- fix(etag): avoid skipping headers when filtering 304 response headers in #5234
- fix(cors): append Origin to Vary header on OPTIONS preflight in #5235
- docs(context): add custom headers append option example to Context JSDoc in #5248
- fix(trie-router): match suffix wildcard routes in #5236
- fix(pattern-router/linear-router): prevent prefix overmatch on wildcard routes in #5252
- fix(csrf): exempt OPTIONS request from CSRF validation in #5250
- fix(utils/ipaddr): avoid truncation on embedded IPv4 addresses in expand IPv6 in #5247
- feat(pretty-json): support structured JSON content-types (+json) in #5226
Full Changelog: v4.13.2...v4.13.3