Releases: mongodb-js/mongosh
Releases · mongodb-js/mongosh
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
2.2.0
require(...)
caused an error in script mode.
Features
- cli-repl,ci: Add automated performance tests (MONGOSH-1722, #1873)
- cli-repl: Make
--quiet
the default for non-interactive usage (MONGOSH-1721, #1869) - deps: Allow applying
useSystemCA
to OIDC IdP (MONGOSH-1712, #1868) - Replace Node.js REPL with plain vm context for script usage (MONGOSH-1720, #1849)
Bug Fixes
- ci: Downgrade
node-fetch@2.x
back to 2.6.12 (#1877) - ci: Remove unused licenses.json entry (#1861)
- cli-repl: Do not run prompt and initial input in parallel (MONGOSH-1617, #1856)
- cli-repl: Fix prompt TTY raw mode toggling (MONGOSH-1667, #1857)
- cli-repl: Properly report API telemetry for plain-vm eval (#1859)
- Upgrade to node-fetch@3.X (MONGOSH-1702, #1845)
See an overview of all solved issues in Jira
2.1.5
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
Features
- Add codeName to error output (MONGOSH-1198, #1809)
- shell-api: Account for unsharded collections in sharding catalog (COMPASS-7602, #1808)
Bug Fixes
- service-provider-server: Bump oidc-plugin (MONGOSH-1669, #1813)
- shell-api: Improve error message on reading from secondary via runCommand (MONGOSH-1679, #1805)
See an overview of all solved issues in Jira