[opam-commits] Errored: talex5/opam-repository#115 (release-capnp-rpc-0.5.0 - b5cf94f)

Travis CI builds at travis-ci.org
Mon Oct 21 11:05:27 BST 2019


Build Update for talex5/opam-repository
-------------------------------------

Build: #115
Status: Errored

Duration: 51 mins and 17 secs
Commit: b5cf94f (release-capnp-rpc-0.5.0)
Author: Thomas Leonard
Message: [new release] capnp-rpc-net, capnp-rpc-lwt, capnp-rpc-mirage, capnp-rpc and capnp-rpc-unix (0.5.0)

CHANGES:

Breaking changes:

- The networking parts of `capnp-rpc-lwt` have been split off into a new
  `capnp-rpc-net` package (@talex5, mirage/capnp-rpc#182). This means that libraries that
  provide or consume capnp-rpc services can just depend on `capnp-rpc-lwt`,
  without pulling in a full TLS stack. Only applications should need to
  depend on `capnp-rpc-net` (which will probably happen automatically via
  `capnp-rpc-unix` or `capnp-rpc-mirage`). If you get compile errors in
  your code due to this change, you probably just need to
  `open Capnp_rpc_net`.

Other changes:

- Add Prometheus metrics for connections (@talex5, mirage/capnp-rpc#183).
  `capnp-rpc-net` now reports the current number of active connections,
  the total number of messages received, and
  the total number of messages enqueued, sent and dropped
  (from which you can work out the current number of queued messages).

- Adapt to x509 0.8.x API changes (@hannesm, mirage/capnp-rpc#176).

- In the tutorial, say where to put the `Callback` module (@talex5, mirage/capnp-rpc#177).

- "No client certificate found" should not be fatal (@talex5, mirage/capnp-rpc#178).

- Remove unused dependency on `mirage-flow-unix` from opam file (@talex5,
  mirage/capnp-rpc#179).

View the changeset: https://github.com/talex5/opam-repository/compare/0190dcdc0b49^...b5cf94f493da

View the full build log and details: https://travis-ci.org/talex5/opam-repository/builds/600638496?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the talex5/opam-repository repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=3399501&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ocaml.org/pipermail/opam-commits/attachments/20191021/36bbf527/attachment.html>


More information about the Opam-commits mailing list