File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
source/unified-test-format Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -530,6 +530,9 @@ The structure of this object is as follows:
530
530
- `schemaMap` : Optional object. Maps namespaces to CSFLE schemas.
531
531
- `encryptedFieldsMap` : Optional object. Maps namespaces to QE schemas.
532
532
- `extraOptions` : Optional object. Configuration options for the encryption library.
533
+ - If `extraOptions` is not present or omits `cryptSharedLibPath`, test runners MAY set `cryptSharedLibPath` to the
534
+ path of [crypt_shared](../client-side-encryption/client-side-encryption.md#crypt_shared) being tested. This
535
+ can avoid test errors loading crypt_shared from different paths.
533
536
- `bypassQueryAnalysis` : Optional. Disables analysis of outgoing commands. Defaults to `false`.
534
537
- `keyExpirationMS` : The same as in [`clientEncryption`](#entity_clientEncryption).
535
538
@@ -3413,6 +3416,8 @@ other specs *and* collating spec changes developed in parallel or during the sam
3413
3416
3414
3417
# # Changelog
3415
3418
3419
+ - 2025-07-15 : Clarify test runner may apply a default `cryptSharedLibPath`.
3420
+
3416
3421
- 2025-06-10 : **Schema version 1.24.**
3417
3422
3418
3423
Deprecate `storeEventsAsEntities` option for client entities and `loop` operation in the schema and remove them from
You can’t perform that action at this time.
0 commit comments