Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.14.0 #400

Merged
merged 34 commits into from
Aug 26, 2021
Merged

Release 1.14.0 #400

merged 34 commits into from
Aug 26, 2021

Commits on Jul 17, 2021

  1. Explicitly add license file

    rayluo committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    f53699f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. Merge pull request #384 from AzureAD/release-1.13.0

    Merge MSAL Python 1.13.0 back to dev branch
    rayluo authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    7218aaf View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    3bd1a9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89a10d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. Configuration menu
    Copy the full SHA
    ab1f353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9309743 View commit details
    Browse the repository at this point in the history
  3. Switch to github action badge

    rayluo committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    ffc5953 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

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

Commits on Aug 4, 2021

  1. Survive issue 387

    rayluo committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    db6f001 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #390 from AzureAD/fix-issue-387

    Handle different response outcome
    rayluo authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    ee96522 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    4398d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f2f2de View commit details
    Browse the repository at this point in the history
  3. Customizable browser_name

    rayluo committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    c89f193 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbb9af5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efa5668 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'o2c' into dev

    rayluo committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    e94dda5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bce6cc0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed4c796 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c687d5b View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    71802d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96140b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fdae2d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #394 from AzureAD/region-endpoint-specs-changes

    Changing region endpoint, and remove usage of REGION_NAME env var
    rayluo authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    3e2b56d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Prefer Edge when running on Linux

    First attempt was by using BROWSER env var
    
    Switch to less intrusive register(browser_name...)
    
    Only perform webbrowse.register() when necessary
    
    Explain design decisions based on PR review Q&A
    rayluo committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    f565493 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #388 from AzureAD/prefer-edge-on-linux

    Prefer Edge when running on Linux
    rayluo authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    ef89877 View commit details
    Browse the repository at this point in the history
  3. An individual cache, after 3+ prototypes

    WIP: Not runnable scratch
    
    Doodle
    
    Gear towards a different direction
    
    WIP
    
    Rename to ControllableCache
    
    Use new ControllableCache
    
    Proof-of-Concept
    
    Support runtime storage
    
    Rename to IndividualCache
    
    Documentation draft
    
    Enable http_decorate
    
    Precise KeyError message
    rayluo committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    27097e6 View commit details
    Browse the repository at this point in the history
  4. ThrottledHttpClient

    Decorate the http_client for http_cache behavior
    
    Wrap http_client instead of decorate it
    
    Rename to throttled_http_client.py
    
    Refactor and change default retry-after delay to 60 seconds
    
    ThrottledHttpClient test case contains params
    rayluo committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    e33b055 View commit details
    Browse the repository at this point in the history
  5. Use throttled_http_client

    rayluo committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    b4401a1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #379 from AzureAD/http-cache

    Http cache
    rayluo authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    deb7900 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

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

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    a1f9ca7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a621e50 View commit details
    Browse the repository at this point in the history
  3. MSAL Python 1.14

    Bumping version number
    rayluo committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    24959a9 View commit details
    Browse the repository at this point in the history