[ANN] resto 0.2 released

On behalf on Nomadic Labs, I’m happy to announce the release of version 0.2 of resto, a library to create type-safe HTTP/JSON services.

The library is available through opam (opam install resto), distributed under LGPL, and hosted on https://gitlab.com/nomadic-labs/resto.

resto was previously released as ocplib-resto maintained by OCamlPro. The project is now maintained by Nomadic Labs.

Along with many bugfixes and a few added features, the main change of this release is that the library is split into multiple packages with fine-grained dependencies.

4 Likes

Releases of resto 0.3 and 0.4

On behalf of Nomadic Labs, I’m happy to announce the release of versions 0.3 and 0.4 of resto. Both versions are available through opam and available on https://gitlab.com/nomadic-labs/resto.

The main change in 0.3 is to depend on json-data-encoding, the fork of the unmaintained ocplib-json-typed.

The changes of 0.4 are more invasive and require users changes:

  • handle the new `Gone response code, and
  • pass gettimeofday manually.

This last feature removes a dependency from resto-cohttp to Unix, and thus helps with use within a js_of_ocaml environment.

3 Likes

Release of resto 0.5

On behalf of Nomadic Labs, I’m happy to announce the release of version 0.5 of resto.

The main change brought in this release are:

  • relaxing of dependency bounds,
  • documentation!
4 Likes