Releases: mongodb-js/mongosh
Releases · mongodb-js/mongosh
1.1.7
1.1.6
Bug Fixes
- async-rewriter: Ensure finally blocks always run (MONGOSH-1076, #1167)
See an overview of all solved issues in Jira
1.1.5
1.1.4
1.1.2
Features
- build: Include manual file in packages (MONGOSH-1017, #1144)
Bug Fixes
- cli-repl: Re-add aws4 as dependency to cli-repl to enable AWS auth (MONGOSH-1046, #1149)
- cli-repl: Work around Windows libuv TTY bug (MONGOSH-998, #1147)
See an overview of all solved issues in Jira
1.1.1
Features
- Track all API calls (MONGOSH-977, #1135)
- Bump ace autocompleter to 0.8.0 MONGOSH-1019, MONGOSH-1020, MONGOSH-1003, (MONGOSH-1022, #1139)
- Add db.sql helper for ADL $sql (MONGOSH-900, #1100)
Bug Fixes
- editor: Show full statement when editing previous code (MONGOSH-1018, #1142)
- cli-repl: Properly handle \r\n newlines in input (MONGOSH-998, #1141)
- shell-api: Relax queryHash checks in PlanCache test
- ci: Use Python 3.10 instead of Python 3.9 on Windows
See an overview of all solved issues in Jira
1.1.0
Features
- shell-api: Add Session.withTransaction (MONGOSH-1001, #1127)
- shell-api: Make db/coll autocompletions case-insensitive (MONGOSH-847, #1128)
- editor: Handle editor specifies as name with multiple parts (MONGOSH-996, #1114)
Bug Fixes
- shell-api: Adjust argument types for some commands (MONGOSH-967)
- cli-repl: Print Date objects with invalid value as such (MONGOSH-1004, #1119)
See an overview of all solved issues in Jira
1.0.7
Features
- editor: Open external editor (MONGOSH-956, #1097)
Bug Fixes
- browser-runtime-core: Do not call fetchConnectionInfo excessively (MONGOSH-995, #1112)
See an overview of all solved issues in Jira
1.0.6
Features
- java-shell: Don't duplicate error message (#1104)
- cli-repl: Ask for password if connection string contains userna… (#1090)
- shell-api: Add deprecated setSecondaryOk helpers (MONGOSH-910, #1091)
- java-shell: Evaluate distinct using runCommand to allow values of different types in result array (#1076)
- browser-runtime-core: Remove preprocessing (MONGOSH-931, #1074)
- java-shell: Don't convert object from Java to JS and back if results are returned directly to user (#1077)
- java-shell: Support collection.distinct() (#1073)
- java-shell: Support collection.renameCollection() (#1072)
- cli-repl: Retain comments in multiline input (MONGOSH-951, #1071)
Bug Fixes
- shell-api: Run $out/$merge aggregations immediately (MONGOSH-972, #1108)
- shell-api: .watch() signature and behavior fixes (MONGOSH-976, #1107)
- java-shell: Remove syntax error test (#1106)
- Do babel transformations for script, not module (MONGOSH-986, #1103)
- java-shell: Temporarily use context.print in warnings for java-shell compat (#1102)
- shell-api: Warn instead of throw for sh methods on non-mongos (MONGOSH-982, #1098)
- shell-api: Use Long.fromNumber for creating Long from number (MONGOSH-979, #1092)
- cli-repl: Handle MONGOSH_RUN_NODE_SCRIPT for compiled binary properly (MONGOSH-981, #1094)
- i18n: Add missing setSecondaryOk help texts (#1093)
- cli-repl: Disable short-option-groups args parser option MONGOSH… (#1088)
- cli-repl: Do not expose parcelRequire (MONGOSH-965, #1086)
- java-shell: Update the expected test output (#1084)
- shell-api: Fix deprecated PlanCache method name (MONGOSH-937, #1082)
- cli-repl: Do not print ShellResult for interruption (MONGOSH-971, #1080)
- autocomplete: Fix completion for command + single space (MONGOSH-945, #1079)
- shell-api: Return replset oplog sizes properly (MONGOSH-968, #1075)
See an overview of all solved issues in Jira
1.0.5
Features
- cli-repl: Use mongodb log format for log files (MONGOSH-944, #1066)
- shell-api: Add maxTimeMS config options (MONGOSH-537, #1068)
- cli-repl: Ask for connection string on win32 doubleclick spawn (MONGOSH-638, #1057)
- java-shell: Cursor.next() should return JS object instead of Java object (#1065)
- ci: Generate separate RHEL 8 x64 packages (MONGOSH-941, #1061)
Bug Fixes
- shell-api: Implement own map/forEach for cursors (MONGOSH-936, #1062)
- async-rewriter2: Bump babel to 7.14.9 (MONGOSH-916, #1060)
See an overview of all solved issues in Jira