-
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
Update Mirage dependencies #117
Conversation
cbb4e24
to
8e30bac
Compare
@yomimono are you done with all the changes you plan to do here? We're ready to check if we can integrate it. Are the Ci tests failing because of your changes?
|
Yes, I hadn't realized there was a sample unikernel, which I need to make a few more edits to. I'll at-mention you once the tests are passing. |
8e30bac
to
a0eb23a
Compare
@gtrak Passing now and ready for review whenever someone has the time. Thanks! |
Ok, this looks good. I'll land it, and I guess we can cut a release or something later. |
…, pgx_lwt_mirage, pgx_lwt, pgx_async and pgx (2.1) CHANGES: ### Breaking changes * Missing SASL authentication impl provides an error instead of hanging (arenadotio/pgx#122). * pgx_lwt_mirage now requires conduit 2.3 instead of 2.2 (arenadotio/pgx#117).
This makes
pgx_lwt_mirage
build with modern Mirage dependencies. It builds on #116 .