You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This simply removes the `ENABLE_WINDOWS_STATIC_RUNTIME` configuration parameter from the CMake project. CMake 3.15 offers a built-in way for users to control this aspect of the build, so it is not necessary that we offer it.
@@ -202,7 +213,7 @@ This release makes backwards breaking changes to Queryable Encryption (QE) behav
202
213
## Warnings
203
214
- This release has a severe bug in the context returned by `mongocrypt_ctx_rewrap_many_datakey_init` that may result in data corruption. Please upgrade to 1.5.2 before using `mongocrypt_ctx_rewrap_many_datakey_init`.
204
215
## Fixed
205
-
- Update to use new payload for FLE 2.0 find.
216
+
- Update to use new payload for FLE 2.0 find.
206
217
- Require contention factor.
207
218
## 1.5.0-rc2
208
219
### Fixed
@@ -222,7 +233,7 @@ This release makes backwards breaking changes to Queryable Encryption (QE) behav
0 commit comments