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/oidc-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: mongodb-js/oidc-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Aug 8, 2025

  1. chore: skip integration tests for Windows too in Evergreen (#227)

    These seem to have started to fail recently too, without changes to the
    code itself (i.e. possibly only because of infrastructure or external
    dependency changes such as Chrome updates).
    addaleax authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    8fbf605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ac5a17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    444377a View commit details
    Browse the repository at this point in the history
  4. fix: improve node-fetch compatibility in error cases MONGOSH-2443 (#224)

    `node-fetch` currently does not return a body that is a web/standard
    `ReadableStream`, which is what openid-client expects. Since it only
    makes use of this in error cases, no additional cases are broken,
    but the error message is highly unhelpful in these cases.
    
    Unfortunately, it is not trivial to resolve this without fully wrapping
    the `node-fetch`, so this provides a limited compatibility layer rather
    than a full-featured one.
    addaleax authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    802564b View commit details
    Browse the repository at this point in the history
  5. chore: bump version to v2.0.2 (#229)

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