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-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.34.0
Choose a base ref
...
head repository: AzureAD/microsoft-authentication-library-for-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.35.0b1
Choose a head ref
  • 18 commits
  • 15 files changed
  • 7 contributors

Commits on Aug 20, 2025

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

Commits on Aug 29, 2025

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

Commits on Sep 6, 2025

  1. Bump pypa/gh-action-pypi-publish in /.github/workflows (#849)

    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.4.2 to 1.13.0.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@v1.4.2...v1.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-version: 1.13.0
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 6, 2025
    Configuration menu
    Copy the full SHA
    2337a69 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Release 1.34.0 (#853)

    * ADFS labs were decommissioned since late July 2025
    
    * MSAL Python 1.34.0b1
    
    * Declare support for Python 3.13
    
    * Bumping cryptography which also drops Python 3.7
    
    * 1.34.0b1 + minor changes = 1.34.0
    rayluo authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    f803aec View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. ROPC deprecation (#855)

    * ROPC deprecation
    
    * sample edit
    
    * reenable e2e tests
    
    * reenable tests
    
    * edit
    
    * remove import
    
    * fix wording
    
    Co-authored-by: Bogdan Gavril <bogavril@microsoft.com>
    
    * edits
    
    * add comment
    
    * format
    
    * docstring changes
    
    ---------
    
    Co-authored-by: Bogdan Gavril <bogavril@microsoft.com>
    Ugonnaak1 and bgavrilMS authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    562d72e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

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

Commits on Oct 15, 2025

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

Commits on Oct 20, 2025

  1. Configuration menu
    Copy the full SHA
    b3d4a04 View commit details
    Browse the repository at this point in the history
  2. Consolidate 6 boxes into 4

    rayluo committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    85c0f06 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. Explicitly rejecting empty hostname

    This is not a breaking change, because the pre-existing implementation
    will error out anyway, but with a less meaningful exception.
    rayluo committed Oct 22, 2025
    Configuration menu
    Copy the full SHA
    83c102f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14bcad3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. certificate made optionall

    update as per discussion
    Vit Curda authored and rayluo committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    bbeb494 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

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

Commits on Nov 1, 2025

  1. Merge pull request #835 from vi7us/vitcurda/20250624/cert-thumbprint-…

    …made-optional
    
    Thumbprint for certificate made optional
    rayluo authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    f0dec59 View commit details
    Browse the repository at this point in the history
  2. Support Python 3.14

    rayluo committed Nov 1, 2025
    Configuration menu
    Copy the full SHA
    02d8b4c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

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

Commits on Jan 6, 2026

  1. Suppress CodeQL warning (#867)

    SHA1 thumbprint in client assertion remains the only recognized way for some IDPs that MSAL supports, like ADFS.
    bgavrilMS authored Jan 6, 2026
    Configuration menu
    Copy the full SHA
    eac15a9 View commit details
    Browse the repository at this point in the history
  2. 1.35.0b1

    rayluo committed Jan 6, 2026
    Configuration menu
    Copy the full SHA
    080111b View commit details
    Browse the repository at this point in the history
Loading