Skip to content

Releases: corteva/msal-requests-auth

0.8.1 Release

22 Jul 17:06
Compare
Choose a tag to compare

What's Changed

  • DEP: appdirs->platformdirs in #37

Full Changelog: 0.8.0...0.8.1

0.8.0 Release

01 Mar 19:32
Compare
Choose a tag to compare

What's Changed

  • DEP: Support Python 3.10-3.12 in #32
  • ENH: Add get_access_token method to clients in #36

New Contributors

Full Changelog: 0.7.2...0.8.0

0.7.2 Release

21 Jul 20:52
Compare
Choose a tag to compare

What's Changed

  • BUG: Convert pyperclip & webbrowser errors to warnings in #26
  • BUG: Remove del method from cache in #27

Full Changelog: 0.7.1...0.7.2

0.7.1 Release

14 Jul 14:46
Compare
Choose a tag to compare

What's Changed

  • BUG: Make windows error warning when writing to keyring cache in #24

Full Changelog: 0.7.0...0.7.1

0.7.0 Release

28 Apr 19:32
Compare
Choose a tag to compare

What's Changed

  • ENH: Add KeyringTokenCache in #22

Full Changelog: 0.6.1...0.7.0

0.6.1 Release

09 Dec 22:11
48572fb
Compare
Choose a tag to compare

What's Changed

  • MNT: Add Python 3.11 support in #17
  • LNT: Explicit optional in #19

Full Changelog: 0.6.0...0.6.1

0.6.0 Release

17 Jun 19:10
0767601
Compare
Choose a tag to compare

What's Changed

  • ENH: Added MSAL_REQUESTS_AUTH_HEADLESS environment variable in #13

Full Changelog: 0.5.1...0.6.0

0.5.1 Release

20 Apr 15:21
Compare
Choose a tag to compare

0.5.0 Release

19 Apr 19:38
Compare
Choose a tag to compare

What's Changed

  • DEP: Require Python 3.8+ (#10)
  • ENH: Add type checking (#11)

Full Changelog: 0.4.0...0.5.0

0.4.0 Release

21 Oct 20:16
Compare
Choose a tag to compare

Changes

  • ENH: Added SimpleTokenCache (#6)