Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mongodb-js/mongosh
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @mongosh/arg-parser@3.19.0
Choose a base ref
...
head repository: mongodb-js/mongosh
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @mongosh/arg-parser@3.20.0
Choose a head ref
  • 15 commits
  • 39 files changed
  • 9 contributors

Commits on Sep 17, 2025

  1. Configuration menu
    Copy the full SHA
    0c11ac4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. chore(ci): partially fix vscode test (#2538)

    Right now, the VSCode test is failing in CI because the versions
    of `@mongodb-js/devtools-connect` mismatch. We can align them the
    same way we aligned the driver versions.
    
    This does not turn the task green yet, but it is a necessary step
    (the next one would be adjusting the VSCode source code for the
    removal of the argument to `serviceProvider.close()` from c8e2697).
    addaleax authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    0e6a788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1961a15 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. chore: update node.js (#2540)

    chore: update node.js version
    
    Co-authored-by: mcasimir <334881+mcasimir@users.noreply.github.com>
    mongodb-devtools-bot[bot] and mcasimir authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    ff4bf91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aa27e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e14e409 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2025

  1. Configuration menu
    Copy the full SHA
    366a459 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. chore(e2e): add tests for QE text search and CSFLE $lookup MONGOSH-2144

    MONGOSH-1351 (#2427)
    
    Co-authored-by: Anna Henningsen <anna@addaleax.net>
    gagik and addaleax authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    93d1eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d0cf48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af60369 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2025

  1. Configuration menu
    Copy the full SHA
    e403868 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. Configuration menu
    Copy the full SHA
    e548efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1024a09 View commit details
    Browse the repository at this point in the history
  3. fix(shell-api,shell-bson): increase runtime independence (#2544)

    Make the `shell-bson` and `shell-api` packages more runtime-independent
    (as they are supposed to be) by using `util` and `crypto` as progressive
    enhancement enablers rather than required packages.
    
    This specifically makes `shell-bson` fully usable in a bare-bones JS
    environment.
    addaleax authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    847965c View commit details
    Browse the repository at this point in the history
  4. chore(release): bump packages for auxiliary release (#2546)

    Co-authored-by: addaleax <899444+addaleax@users.noreply.github.com>
    mongodb-devtools-bot[bot] and addaleax authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    d6e3e2e View commit details
    Browse the repository at this point in the history
Loading