-
Notifications
You must be signed in to change notification settings - Fork 16
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
adapt to API changes of mirage-conduit (dns resolver now has a timeout) #95
Conversation
Thanks! I'll land this once the new release of conduit is published on opam |
unfortunately the |
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 :) |
4acdf60
to
eba6b2e
Compare
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! |
f73a7fe
to
10dd89a
Compare
5357bdc
to
e469622
Compare
e469622
to
88fff78
Compare
Hello! Any ETA for a new release of |
…x_lwt_unix, pgx_lwt and pgx (2.0) CHANGES: ### Breaking changes * The Pgx module is now wrapped, which means `Pgx_aux`, `Types`, `Access`, etc. aren't added to the global scope. The main result of this is that `Pgx_value` now needs to be accessed as `Pgx.Value`. (arenadotio/pgx#103) * `Pgx_async.connect` and `with_conn` now have an additional optional `?ssl` argument (see below). ### Added * Pgx_async now supports TLS connections using Conduit_async. This is enabled by default and can be controlled with the new `?ssl` argument to `connect` and `with_conn`. (arenadotio/pgx#108) ### Fixed * Improved message for authentication errors. Previously these raised `Pgx_eof`, and now they raise `PostgreSQL_Error("Failed to authenticate with postgres server", additional details ...)`. (arenadotio/pgx#105) ### Changed * Support new Mirage-conduit timeout argument (arenadotio/pgx#95).
to be released in ocaml/opam-repository#16425