Summary
Replace use of mongoc_client_encryption_encrypt_range_opts_set_min_max with mongoc_client_encryption_encrypt_range_opts_set_min and mongoc_client_encryption_encrypt_range_opts_set_max.
Background & Motivation
CDRIVER-4610 replaced mongoc_client_encryption_encrypt_range_opts_set_min_max with mongoc_client_encryption_encrypt_range_opts_set_min and mongoc_client_encryption_encrypt_range_opts_set_max. This is not considered a backwards break since the functions are not yet released. But this is expected to require changes in the C++ and PHP drivers.
|