Skip to content

Releases: lambdaisland/uri

v1.19.155

24 Jan 06:41
Compare
Choose a tag to compare

Added

  • Support ipv6 literals

v1.18.150

24 Jan 06:34
Compare
Choose a tag to compare

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 returning nil on blank input.

v1.17.141

23 Jan 14:35
Compare
Choose a tag to compare

Added

  • Added functions for dealing with query strings as positional collections:
    query-string->seq, seq->query-string.

v1.15.125

30 Mar 20:00
Compare
Choose a tag to compare

Added

  • Adds :into option to define custom clojure.lang.IPersistentMap target data structure for lambdaisland.uri/query-string->map

v1.14.120

27 Mar 19:45
Compare
Choose a tag to compare

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)

v1.13.95

28 Jan 22:21
Compare
Choose a tag to compare

Fixed

  • Fix a stack overflow in normalize/char-seq for really large query parameter
    values