-
Notifications
You must be signed in to change notification settings - Fork 245
DRIVERS-2888 Support QE with Client.bulkWrite #1770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 15 commits
c6f645d
aa51fc3
fe8ed1c
44d883c
ad2fd55
573aac1
112d5bd
f910f65
364eb4c
01505fc
87d3c41
7f4021a
bd7a0fc
b2893e7
28b2ced
6415c1a
a388a7e
148ed07
10d34d7
f85e42e
6a0daee
90b3701
c046c98
175096a
c6ca35a
0f4e11e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -634,13 +634,6 @@ write concern containing the following message: | |
|
||
> Cannot request unacknowledged write concern and ordered writes | ||
|
||
## Auto-Encryption | ||
|
||
If `MongoClient.bulkWrite` is called on a `MongoClient` configured with `AutoEncryptionOpts`, drivers MUST return an | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove prose test 13 (expects an error) in the CRUD tests: https://github.com/mongodb/specifications/blob/0f4e11e78f50cf7f4dd167d5ba37a519dd8164f5/source/crud/tests/README.md#13-mongoclientbulkwrite-returns-an-error-if-auto-encryption-is-configured |
||
error with the message: "bulkWrite does not currently support automatic encryption". | ||
|
||
This is expected to be removed once [DRIVERS-2888](https://jira.mongodb.org/browse/DRIVERS-2888) is implemented. | ||
|
||
## Command Batching | ||
|
||
Drivers MUST accept an arbitrary number of operations as input to the `MongoClient.bulkWrite` method. Because the server | ||
|
@@ -917,6 +910,8 @@ error in this specific situation does not seem helpful enough to require size ch | |
|
||
## **Changelog** | ||
|
||
- 2025-04-23: Removed the requirement to error when QE is enabled. | ||
|
||
- 2024-11-05: Updated the requirements regarding the size validation. | ||
|
||
- 2024-10-07: Error if `w:0` is used with `ordered=true` or `verboseResults=true`. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.