Skip to content

Releases: mongodb-js/mongosh

1.1.7

14 Dec 17:04
01997ab
Compare
Choose a tag to compare

See an overview of all solved issues in Jira

1.1.6

02 Dec 16:06
4268aec
Compare
Choose a tag to compare

Bug Fixes

See an overview of all solved issues in Jira

1.1.5

01 Dec 11:42
d9cc9e2
Compare
Choose a tag to compare

Bug Fixes

  • java-shell: Remove sunsetted bintray repo (#1166)

See an overview of all solved issues in Jira

1.1.4

24 Nov 13:26
956e60d
Compare
Choose a tag to compare

See an overview of all solved issues in Jira

1.1.2

05 Nov 15:57
e4578cb
Compare
Choose a tag to compare

Features

Bug Fixes

See an overview of all solved issues in Jira

1.1.1

28 Oct 13:09
ecf5653
Compare
Choose a tag to compare

Features

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

07 Oct 16:19
Compare
Choose a tag to compare

Features

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

22 Sep 09:23
fa92af9
Compare
Choose a tag to compare

Features

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

14 Sep 12:18
9eef48a
Compare
Choose a tag to compare

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

12 Aug 11:54
Compare
Choose a tag to compare

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

See an overview of all solved issues in Jira