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.2
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.3
Choose a head ref
  • 2 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 13, 2025

  1. fix: improve error message for generic openid-client error MONGOSH-2487

    … (#230)
    
    * fix: improve error message for generic openid-client error MONGOSH-2487
    
    Similar to previous commits, this change ensures that diagnostic information
    is not lost through recent changes to openid-client's error system, where
    currently a number of errors are grouped together under "something went wrong"
    (https://github.com/panva/openid-client/blob/a1e4a4fd88fcdff12d88e3ff73f3e27fe5df4252/src/index.ts#L975)
    and the library expects consumers to consistently expose the `cause` property
    of the error object.
    
    This also unifies the two existing `messageFromError` and `errorString`
    implementations, which happened to duplicate each other.
    
    * fixup: electron compat
    
    * fixup: do not add "[object Response]" to errors
    
    * fixup: add anchors to regex
    addaleax authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    cb07f51 View commit details
    Browse the repository at this point in the history
  2. chore: bump version to v2.0.3 (#231)

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