Skip to content

Tags: mirage/ocaml-uri

Tags

v4.4.0

Toggle v4.4.0's commit message
Release 4.4.0

CHANGES:

* **breaking change** Fix parsing & printing of IPv6 addresses in the host part of an uri

  If we follow the RFC3986 correctly, IPv6 must be surrounded by '[' and ']'. Old versions
  of `ocaml-uri` escaped these characters. The new version interprets these characters to
  recognize an IPv6 address.

  Users should take note of this change in behaviour, which fixes a number of bugs in HTTP
  requests. (@anmonteiro, review by several maintainers, #169)
* Upgrade tests to `ounit2` (@Alessandro-Barbieri, #161)

v4.3.0

Toggle v4.3.0's commit message
Release 4.3.0

CHANGES:

* Add `Uri.Absolute_http`, an RFC9110-compliance specialization of a
  `Uri.t`. (#164 #162 @torinnd).
* Add a `uri-bench` package for the benchmarking dependencies in this
  repository (#166 @tmcgilchrist).

v4.2.0

Toggle v4.2.0's commit message
Distribution v4.2.0

v4.1.0

Toggle v4.1.0's commit message
Distribution v4.1.0

v4.0.0

Toggle v4.0.0's commit message
Distribution v4.0.0

v3.1.0

Toggle v3.1.0's commit message
Distribution v3.1.0

v3.0.0

Toggle v3.0.0's commit message
Distribution v3.0.0

v2.2.1

Toggle v2.2.1's commit message
Distribution v2.2.1

v2.2.0

Toggle v2.2.0's commit message
Distribution v2.2.0

v2.1.0

Toggle v2.1.0's commit message
Distribution v2.1.0