crclark / foundationdb-haskell

Haskell FFI bindings to the FoundationDB C API
https://crclark.github.io/foundationdb-haskell/
BSD 3-Clause "New" or "Revised" License
36 stars 5 forks source link

Add 7.2/7.3 support #56

Open xnomagichash opened 1 year ago

xnomagichash commented 1 year ago

7.2 and 7.3 don't have any new API features that I can see except for a single get_client_status command.

https://github.com/apple/foundationdb/blob/main/documentation/sphinx/source/release-notes/release-notes-730.rst

crclark commented 1 year ago

Thanks for filing the issue!

As always, the tedious part is updating the CI. I have a very messy WIP branch with a draft PR. I'm hitting some odd behavior with both the 7.2 and 7.3 releases. In both cases, it looks like an issue with how they were built or packaged. Asked about it in the FDB forum here.