We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a187945 commit 0fd5d21Copy full SHA for 0fd5d21
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# ChangeLog
2
-## 1.15.0 (Unreleased)
+## 1.15.0
3
+
4
+### Features
5
+- Support Queryable Encryption text indexes with `cleanupStructuredEncryptionData` and `compactStructuredEncryptionData`.
6
+- Support explicit encryption for algorithm type: `textPreview` and query types: `prefixPreview`, `suffixPreview` and `substringPreview`
7
+ - Add `mongocrypt_setopt_algorithm_text` to apply options for explicit encryption.
8
9
+### Fixed
10
+- Bypass command `buildinfo` (previously only `buildInfo` was bypassed).
11
+- Bypass command `serverStatus`.
12
13
### Removed
14
- Support for building with Visual Studio 2015. Use Visual Studio 2017 or newer.
15
0 commit comments