Skip to content

Releases: mongodb-js/mongosh

2.2.11

09 Jul 12:12
9902ee1
Compare
Choose a tag to compare

Features

  • browser-repl: Allow to render browser-repl in light mode (#2061)
  • browser-repl: Allow to set initial input (#2051)

Bug Fixes

  • shell-api: The explainable cursor should reflect simple collation (MONGOSH-1670, #2050)
  • browser-repl: Make sure we are actually using initial value of initialEvaluate (#2058)
  • ci: Use rpm instead of zypper to install mongosh in suse docker images (#2056)
  • ci: Use vault repos for yum on centos7 (#2053)

See an overview of all solved issues in Jira

2.2.10

24 Jun 09:32
cf5fc49
Compare
Choose a tag to compare

Bug Fixes

See an overview of all solved issues in Jira

2.2.9

14 Jun 13:41
6c51359
Compare
Choose a tag to compare

Bug Fixes

  • build: Disable publishing to 8.0 Linux repos for now (#2032)

See an overview of all solved issues in Jira

2.2.7

13 Jun 10:56
3631e42
Compare
Choose a tag to compare
2.2.7 Pre-release
Pre-release

Features

Bug Fixes

See an overview of all solved issues in Jira

2.2.6

17 May 09:21
6d11de2
Compare
Choose a tag to compare

Features

  • cli-repl: Add experimental HTTP OIDC proxying capability (MONGOSH-1779, #1995)
  • ci: Add SBOM file to release artifacts (#1975)
  • shell-api: Warn users when using background option in aggregate (MONGOSH-1766, #1964)

Bug Fixes

See an overview of all solved issues in Jira

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