Skip to content

Supporting 6.1 API #124

@brndnmtthws

Description

@brndnmtthws

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:

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions