0.15.0
svc-devtoolsbot
released this
11 Jun 09:18
·
1838 commits
to main
since this release
Features
- Add strict versioned API autocomplete (MONGOSH-770, #941)
- snippet-manager: Add initial snippet manager implementation
- shell-api: Add checkpoint method to InterruptFlag
- shell-api: Add shell plugin feature
- cli-repl: Add yes/no prompt capability
- shell-api: Rewrite listCommands() to avoid outdated terms (MONGOSH-771, #924)
- service-provider-server: Pass
promoteLongs: false
(MONGOSH-809, #923) - cli-repl: Add redactHistory config option (MONGOSH-603, #922)
- cli-repl: Only store explicitly set config to disk (MONGOSH-794, #919)
Bug Fixes
- autocomplete: Allow missing server_version (MONGOSH-818, #939)
- shell-api: Fix rotateCertificates implementation (#940)
- Add --tlsCRLFile option to help (#938)
- shell-api: Use hello instead of isMaster for internal calls MONG… (#933)
- async-rewriter2: Fix
delete
behavior (MONGOSH-817, #936) - shell-api: Mark collection.reIndex as standalone-only (MONGOSH-813, #927)
- shell-api: Refer to correct connection string parameter name (#930)
- shell-api: Allow rs.conf() with versioned API (#934)
- cli-repl: Always autocomplete own enumerable properties (MONGOSH-808, #928)
- shell-api: Improve rs.reconfig helper for 5.0 changes (MONGOSH-785, #926)
- shell-api: Make chunkMetadata in sh.status() an array (#925)
- cli-repl,browser-repl: Sort collection names and mark system collections (MONGOSH-782, #920)
- shell-api: Fix memory leak caused by interrupt handling (MONGOSH-805, #917)
- cli-repl: Set terminal window title (MONGOSH-725, #918)
- autocomplete: Account for multiple spaces in command (MONGOSH-803, #915)
See an overview of all solved issues in Jira