·
1 commit
to master
since this release
Core Compatibility Fixes
- Permanent Paging Fix: Fixed the
FindCommandRequest.ntoreturnerror. The shell driver now correctly uses modernlimitandbatchSizefields to browse all pages of documents with no issues. - MongoDB CRUD API: Migrated legacy write operations (deprecated
getLastError) to the modern CRUD command-based API (insert,update,delete) with explicit write concerns. - Command Success: Prevented false "Failed to get error message" errors by handling MongoDB's numeric
ok: 1.0responses.