Skip to content

Releases: mongodb-js/mongosh

2.2.5

24 Apr 16:17
3a95f1d
Compare
Choose a tag to compare

Features

  • autocomplete: Add autocomplete for streams commands (MONGOSH-1661)

Bug Fixes

  • cli-repl: Do not wait for connectionInfo in quiet non-REPL mode (MONGOSH-1765, #1962)
  • cli-repl: Throw error when changing telemetry setting while forceDisableTelemetry: true (MONGOSH-1762, #1955)
  • build: Bump boxednode to 2.4.2 (disable snapshot compression) (MONGOSH-1759, #1952)

See an overview of all solved issues in Jira

2.2.4

15 Apr 14:32
136eb91
Compare
Choose a tag to compare

Bug Fixes

  • build: Fix hash file parsing (#1950)
  • build: Ensure output directory exists before downloading files into it (#1946)
  • Regenerate package-lock.json (#1944)
  • cli-repl: Do not use process.report() to get glibc version (MONGOSH-1754, #1935)
  • editor: SNYK-JS-INFLIGHT-6095116 inflight (MONGOSH-1732, #1930)

See an overview of all solved issues in Jira

2.2.3

04 Apr 09:35
dd8ff19
Compare
Choose a tag to compare

Bug Fixes

  • cli-repl: Properly skip update notification fetches in quiet mode (MONGOSH-1751, #1919)
  • shell-evaluator: Fix exposed asyncRewrite fn for benchmarks (#1922)
  • shell-api: Improve AbstractCursor iteration performance (MONGOSH-1688, #1920)

See an overview of all solved issues in Jira

2.2.2

26 Mar 13:48
2b16a0e
Compare
Choose a tag to compare

Bug Fixes

  • cli-repl: Add more indirect driver deps to startup snapshot (#1882)
  • cli-repl: Use JS Proxy for forwarding lazy-loaded webpack function exports (MONGOSH-1743, #1896)
  • deps: Deduplicate devtools-connect by hoisting it to root node_modules (#1883)
  • i18n: Remove mustache dependency (#1884)

See an overview of all solved issues in Jira

2.2.1

19 Mar 18:22
bb1ce6b
Compare
Choose a tag to compare

Important note: this patch release includes a bug fix to 2.2.0 where require('<module>') caused an error in script mode.

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

2.2.0

14 Mar 20:54
482c1fa
Compare
Choose a tag to compare

⚠️ Important note: This release is affected by a bug, fixed in 2.2.1, where require(...) caused an error in script mode.

Features

Bug Fixes

See an overview of all solved issues in Jira

2.1.5

19 Feb 13:37
cbfb77a
Compare
Choose a tag to compare

Bug Fixes

  • ci: Fix release_publish(_dry_run) paramters (#1828)
  • e2e-tests: Run in unit test suite (MONGOSH-1716, #1823)
  • ci: Modify shell.exec as per evergreen instructions to avoid leaking any secrets (MONGOSH-1704, #1817)
  • logging: Remove userId from identify and track (COMPASS-7607, #1814)

See an overview of all solved issues in Jira

2.1.4

08 Feb 16:31
aa68f99
Compare
Choose a tag to compare

Features

Bug Fixes

See an overview of all solved issues in Jira

2.1.3

29 Jan 11:54
9ebc147
Compare
Choose a tag to compare

Bug Fixes

See an overview of all solved issues in Jira

2.1.1

05 Dec 09:23
c7e70b6
Compare
Choose a tag to compare

Features

Bug Fixes

  • node-runtime-worker-thread: Remove function properties before serializing errors (COMPASS-5919, #1762)
  • deps: Build kerberos in RTLD mode for Linux executables (MONGOSH-1628, #1751)

See an overview of all solved issues in Jira