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: AzureAD/microsoft-authentication-library-for-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: AzureAD/microsoft-authentication-library-for-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3-lts
Choose a head ref
  • 4 commits
  • 133 files changed
  • 2 contributors

Commits on Jun 3, 2025

  1. Fix v3 pipeline definitions (#7799)

    Updates v3-lts branch pipeline definitions to reference the v3-lts
    pipelines, not the v4 pipelines which are incompatible
    tnorling authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    2b47dcb View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. [v3] Minor cache changes to support future v4/5 work (#7796)

    - Tracks current version for telemetry upgrade/downgrade identification
    - Adds `lastUpdatedAt` to cache entries which v4/5 will eventually use
    to clear stale entries
    - Stop removing cache entries that can't be parsed in Get operations -
    this is currently clearing v4 cache entries unexpectedly
    
    ---------
    
    Co-authored-by: Jo Arroyo <[email protected]>
    tnorling and jo-arroyo authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    54cc664 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2025

  1. v3 update puppeteer to unblock CI (#7864)

    CI is hanging on the install step in the v3 branch. Updating puppeteer
    seems to unblock the pipeline
    tnorling authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    91617f2 View commit details
    Browse the repository at this point in the history
  2. [v3] Remove access tokens when cache quota is reached (#7850)

    V3 changes to remove access tokens when cache quota is reached,
    practically identical to #7819
    tnorling authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    8f1c0c3 View commit details
    Browse the repository at this point in the history
Loading