-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Description
FDB 6.1.8 is the current stable release, and the 6.1 API has some backward incompatible changes. Here are the details on the changes:
- Remove cluster from bindings apple/foundationdb#942
- https://forums.foundationdb.org/t/upcoming-c-api-changes-planned-for-version-6-1/1058
I took a stab at making a PR to support the 610 API version, but it will require either a) breaking backward compatibility or b) wrapping code with #[cfg(feature = "fdb-6_1")] blocks all over the place.
Since it's a bit messy, I figured I'd start a discussion first before moving forward. What do people think the best way to move forward is? My preference is to prevent breaking backward compatibility at the expense of introducing some more complexity.
In the meantime, I have a small patch here that uses the 600 API version with the 6.1.x client libraries: brndnmtthws@ee95ad4
Metadata
Metadata
Assignees
Labels
No labels