Releases: lambdaisland/uri
Releases · lambdaisland/uri
v1.19.155
v1.18.150
Changed
query-map
/query-string->map
: when called with an:into
collection, and
no query params are present, then return the:into
collection, rather than
nil
. If no explicit:into
collection is provided, then retain the existing
behavior of returningnil
on blank input.
v1.17.141
v1.15.125
v1.14.120
Fixed
- Treat a backslash in the authority section as a delimiter which starts the
path section (CVE-2023-28628, with thanks to @luigigubello for the report)