Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] conduit-lwt-tls, conduit-mirage, conduit-tls, conduit-lwt, conduit-async-tls, conduit-async, conduit, conduit-async-ssl and conduit-lwt-ssl (3.0.0) #17438

Merged
merged 2 commits into from
Oct 20, 2020

Conversation

dinosaure
Copy link
Contributor

A portable network connection establishment library using Lwt and ocaml-tls

CHANGES:
  • breaking change - New version of conduit. Most of the new API has a
    description on the pull-request
    mirage/ocaml-conduit#311. Documentation is
    updated as well with a small HOW-TO (available
    here) which
    describes the new API.

…wt, conduit-async-tls, conduit-async, conduit, conduit-async-ssl and conduit-lwt-ssl (3.0.0)

CHANGES:

* **breaking change** - New version of `conduit`. Most of the new API has a
  description on the pull-request
  [mirage/ocaml-conduit#311](mirage/ocaml-conduit#311). Documentation is
  updated as well with a small HOW-TO (available
  [here](https://mirage.github.io/ocaml-conduit/conduit/howto.html)) which
  describes the new API.
@dinosaure
Copy link
Contributor Author

Redo #17417.

@camelus
Copy link
Contributor

camelus commented Oct 19, 2020

Commit: 84bbef9

A pull request by opam-seasoned @dinosaure.

☀️ All lint checks passed 84bbef9
  • These packages passed lint tests: conduit-async-ssl.3.0.0, conduit-async-tls.3.0.0, conduit-async.3.0.0, conduit-lwt-ssl.3.0.0, conduit-lwt-tls.3.0.0, conduit-lwt.3.0.0, conduit-mirage.3.0.0, conduit-tls.3.0.0, conduit.3.0.0

☀️ Installability check (+9)
  • new installable packages (9): conduit.3.0.0 conduit-async.3.0.0 conduit-async-ssl.3.0.0 conduit-async-tls.3.0.0 conduit-lwt.3.0.0 conduit-lwt-ssl.3.0.0 conduit-lwt-tls.3.0.0 conduit-mirage.3.0.0 conduit-tls.3.0.0

@mseri
Copy link
Member

mseri commented Oct 20, 2020

Now that there are no-longer revdeps, due to the upper bounds everywhere, the only thing that needs to be checked is that conduit-* builds also on ocaml 4.07 (which is not tested in the conduit CI). If that is the case (I have not tried, and cannot at the moment) should we merge and release the ocaml CI?

@dinosaure
Copy link
Contributor Author

Now that there are no-longer revdeps, due to the upper bounds everywhere, the only thing that needs to be checked is that conduit-* builds also on ocaml 4.07 (which is not tested in the conduit CI). If that is the case (I have not tried, and cannot at the moment) should we merge and release the ocaml CI?

I'm not sure, as far as I can tell, all should works - build & tests work. So I will happy to definitely merge it (and unlock several PR). May be @kit-ty-kate has some clue about the state of the CI?

@mseri
Copy link
Member

mseri commented Oct 20, 2020

It’s all green!

@mseri mseri merged commit e85f569 into ocaml:master Oct 20, 2020
@dinosaure dinosaure deleted the release-conduit-3.0.0 branch October 21, 2020 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants