Skip to content

robo3t-1.4.4-fixed-win64

Latest

Choose a tag to compare

@Z-odiaq Z-odiaq released this 01 Apr 01:08
· 1 commit to master since this release

Core Compatibility Fixes

  • Permanent Paging Fix: Fixed the FindCommandRequest.ntoreturn error. The shell driver now correctly uses modern limit and batchSize fields 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.0 responses.