Features
- cli-repl: Add history() command (MONGOSH-2013, #2369)
- shell-api: Throw for EJSON.serialize(cursor) (MONGOSH-2002, #2370)
- Create mechanism to expose log path within the repl (MONGOSH-1090, #2368)
- cli-repl: Use mongosh_ prefix for logs in custom locations (MONGOSH-2012, #2365)
- cli-repl: Add configuration to set max log files size (MONGOSH-1985, #2361)
- Add support for fetching a greeting CTA as part of the update flow (MONGOSH-1897, #2254)
- logging: Print help for the global log property (MONGOSH-1995, #2363)
- cli-repl: Add configuration to enable log compression (MONGOSH-1986, #2362)
- cli-repl: Add configuration to set max file count (MONGOSH-1987, #2354)
- cli-repl: Add configuration to set log retention days (MONGOSH-1984, #2349)
- cli-repl: Add configuration to set log location (MONGOSH-1983, #2326)
- logging: Add configuration to disable logging (MONGOSH-1988, #2325)
Bug Fixes
- tests: Minimize flakiness of the disableLogging tests (#2376)
- shell-api: Add renameCollection to stable API SERVER-77400 (#2372)
- shell-api: Remove accidentally copied decorators on internal method (#2371)
See an overview of all solved issues in Jira