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 1c10876 commit e13469aCopy full SHA for e13469a
CHANGELOG.md
@@ -5,6 +5,13 @@
5
### Changed
6
- **BREAKING**: Use mongodb driver 6.x.
7
- **BREAKING**: Update error names to match bedrock best practice.
8
+ - `InvalidKey` error for a bad param type has been changed to `TypeError`.
9
+ - `DatabaseError` error is now `VersionError` for an invalid version,
10
+ `DataError` for invalid data, and `OperationError` for some other
11
+ error with a database operation. This is unrelated to MongoDB errors
12
+ that are detected using the `isDatabaseError()` helper, which is
13
+ unchanged and now more clearly decoupled from `DatabaseError`, which
14
+ is no longer used.
15
16
### Removed
17
- **BREAKING**: Remove export of previously deprecated `writeOptions`.
0 commit comments