Proposal
- Replace `mongoc_client_encryption_encrypt_range_opts_set_min_max` with separate min/max setters: `mongoc_client_encryption_encrypt_range_opts_set_min` and `mongoc_client_encryption_encrypt_range_opts_set_max`.
Background & Motivation
libmongocrypt is expected to validate whether min/max are required. If the constraints are relaxed in the future, driver changes are not required.
- has to be done before
-
CXX-2681 Use separate min/max setters for range options
- Closed
- is depended on by
-
PHPC-2197 Support queryable encryption range indexes
- Closed
- is related to
-
CDRIVER-4394 Support for Range Indexes
- Closed