Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/unified-test-format/unified-test-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,9 @@ The structure of this object is as follows:
- `schemaMap`: Optional object. Maps namespaces to CSFLE schemas.
- `encryptedFieldsMap`: Optional object. Maps namespaces to QE schemas.
- `extraOptions`: Optional object. Configuration options for the encryption library.
- If `extraOptions` is not present or omits `cryptSharedLibPath`, test runners MAY set `cryptSharedLibPath` to the
path of [crypt_shared](../client-side-encryption/client-side-encryption.md#crypt_shared) being tested. This
can avoid test errors loading crypt_shared from different paths.
- `bypassQueryAnalysis`: Optional. Disables analysis of outgoing commands. Defaults to `false`.
- `keyExpirationMS`: The same as in [`clientEncryption`](#entity_clientEncryption).

Expand Down Expand Up @@ -3413,6 +3416,8 @@ other specs *and* collating spec changes developed in parallel or during the sam

## Changelog

- 2025-07-15: Clarify test runner may apply a default `cryptSharedLibPath`.

- 2025-06-10: **Schema version 1.24.**

Deprecate `storeEventsAsEntities` option for client entities and `loop` operation in the schema and remove them from
Expand Down
Loading