arenadotio / pgx

A pure OCaml PostgreSQL client library
Other
122 stars 16 forks source link

adapt to API changes of mirage-conduit (dns resolver now has a timeout) #95

Closed hannesm closed 4 years ago

hannesm commented 4 years ago

to be released in https://github.com/ocaml/opam-repository/pull/16425

anuragsoni commented 4 years ago

Thanks! I'll land this once the new release of conduit is published on opam

hannesm commented 4 years ago

unfortunately the mirage utility has the functor arguments hardcoded, and https://github.com/mirage/mirage/pull/1154 is needed to get this up and running (I'll cut a mirage 3.7.7 release as well).

hannesm commented 4 years ago

fwiw, conduit-mirage 2.2.0 is now part of opam-repository, and mirage 3.7.7 is PRed to opam-repository, thus this PR could very well be landed and a minor release of pgx-lwt-mirage be pushed to opam-repository :)

anuragsoni commented 4 years ago

Sorry this took some time. I took a couple of days off. I've synced the PR with changes in master and this should be ready to land after that. Thank you!

samoht commented 4 years ago

Hello! Any ETA for a new release of pgx_lwt_mirage compatible with conduit.2.2.0? Thanks!