Added
- Support for In-Use Encryption String Indexes, replacing the experimental "text" API:
mongocxx::v1::string_optionsandmongocxx::string_options.mongocxx::v1::encrypt_options::string_opts()andmongocxx::options::encrypt::string_opts().- This is a distinct field from the deprecated
text_opts(). When both are set,string_optstakes precedence andtext_optsis ignored.
- This is a distinct field from the deprecated
mongocxx::v1::encrypt_options::encryption_algorithm::k_string("String").mongocxx::v1::encrypt_options::encryption_query_type::k_prefix("prefix"),k_suffix("suffix"), andk_substring("substring").
- Expose
atClusterTimeparameter in snapshot sessions
Deprecated
- The In-Use Encryption "text" API, which is superseded by the "string" API above. These remain documented as experimental and may be removed in a future release:
mongocxx::v1::text_options,mongocxx::text_options, andmongocxx::options::text.mongocxx::v1::encrypt_options::text_opts()andmongocxx::options::encrypt::text_opts().mongocxx::v1::encrypt_options::encryption_algorithm::k_textPreview("TextPreview").mongocxx::v1::encrypt_options::encryption_query_type::k_prefixPreview,k_suffixPreview, andk_substringPreview.
Changed
- Bump the minimum required C Driver version to 2.5.3.
See the full list of changes in Jira.
Feedback
To report a bug or request a feature, please open a ticket in the MongoDB issue management tool Jira:
- Create an account and login.
- Navigate to the CXX project
- Click
Create.
Signature Verification
Release artifacts may be verified by using the accompanying detached signature (.asc) and the cpp-driver public key obtained from https://pgp.mongodb.com.