|
Author:
{'name': 'Ezra Chung', 'email': '88335979+eramongodb@users.noreply.github.com', 'username': 'eramongodb'}
Message: CXX-2517 Add support for Range Explicit Encryption (#955)
- Sync Range Explicit Encryption test files with c94fefe3
- Add support for ClientEncryption.encryptExpression()
- Add support for RangeOpts
- Add support for EncryptOpts.algorithm "RangePreview"
- Add support for EncryptOpts.queryType "rangePreview"
- Add support for EncryptOpts.rangeOpts
- Add Range Explicit Encryption prose tests
- Document Public Technical Preview notes as warnings
- Replace fprintf with WARN in run_encryption_tests_in_file
- Use is_open() to improve context in error message
- Reorder options::encrypt member functions for consistency
|