Releases: mongodb-js/mongosh
Releases · mongodb-js/mongosh
2.2.11
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
Bug Fixes
- ci: Adopt augmented SBOM integration with Silk (MONGOSH-1773, #2021)
See an overview of all solved issues in Jira
2.2.9
2.2.7
Features
- Add support for oraclelinux9 and ubuntu24.04 (MONGOSH-1785, #2003)
- Add support for 8.0 (MONGOSH-1784, #2002)
Bug Fixes
- ci: Run static analysis reporting only once per version (MONGOSH-1804, #2025)
- build: Fix tests for new platforms (MONGOSH-1806, #2022)
- autocomplete: Handle missing
buildInfo
well (MONGOSH-1792, #2013) - deps: Bump pack-resolver version (MONGOSH-1791, #2012)
- ci: Strip special characters from mongodb-runner tmp directories (#2011)
See an overview of all solved issues in Jira
2.2.6
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
- arg-parser,editor: Address regexp perf warnings for URI parsing MONGOSH-1671 (MONGOSH-1673, #1981)
- shell-api: Do not throw exceptions from enable/disableTelemetry() (MONGOSH-1769, #1966)
See an overview of all solved issues in Jira
2.2.5
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
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
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
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
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
- chore(ci): migrate to Garasign from notary MONGOSH-1655
- fix(non-repl): enable require in non-repl mode MONGOSH-1738
New Contributors
Full Changelog: v2.2.0...v2.2.1