Skip to content
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

Consider dropping support for the old Cluster API (< 610) #118

Open
KrzysFR opened this issue May 15, 2023 · 0 comments
Open

Consider dropping support for the old Cluster API (< 610) #118

KrzysFR opened this issue May 15, 2023 · 0 comments
Labels
api Issues or changes related to the client API native Interop with the native client library

Comments

@KrzysFR
Copy link
Member

KrzysFR commented May 15, 2023

The fdb_future_get_cluster API has been removed since API level 610, and should probably removed completely.

Doing so would imply supporting only API levels 610 and up, and dropping support for previous versions.

In short term, we could at least mark the previous internal APIs has obsolete, until it is time to completely drop support for it.

@KrzysFR KrzysFR added api Issues or changes related to the client API native Interop with the native client library labels May 15, 2023
KrzysFR added a commit that referenced this issue May 17, 2023
- This API is deprecated si 6.1 and would only be called if using a very old binary release of the client
- For now it is still enabled, only marked internally.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues or changes related to the client API native Interop with the native client library
Projects
None yet
Development

No branches or pull requests

1 participant