-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deprecate C++ APIs that rely on deprecated APIs. (#4879)
As part of removing the deprecated APIs, we discovered that there are some non-deprecated C++ APIs that are calling deprecated C APIs and would break once the latter get removed. This PR marks these C++ APIs as deprecated, to be removed alongside the C APIs. --- TYPE: CPP_API DESC: `Query::submit_async` is deprecated. Call `Query::submit()` on another thread instead. --- TYPE: CPP_API DESC: Overloads of methods and constructors in `Array` and `ArraySchema` that accept encryption keys are deprecated. Specify the encryption key with the `sm.encryption_type` and `sm.encryption_key` config options instead.
- Loading branch information
1 parent
7c4c7c7
commit f81be54
Showing
3 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters