Skip to content

Latest commit

 

History

History
46 lines (20 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

46 lines (20 loc) · 2.11 KB

Changelog

1.3.1 (2024-11-13)

Bug Fixes

  • removes reference to obsolete handler (c79eb95)

1.3.0 (2024-08-09)

Features

  • add web account manager (WAM) support (#436) (a5fe538)

Bug Fixes

  • add default scopes to solve login error when no scopes are provided (a5fe538)

1.2.2 (2024-07-25)

Bug Fixes

  • only fetch valid X.509 certificates from the certificate store (#425) (79db8c9)

1.2.1 (2024-02-13)

Bug Fixes

  • fix bug with authentication failure when environment is changed (#347) (eba1c70), closes #346

1.2.0 (2024-02-05)

Features

Performance Improvements

  • enable concurrent io when clearing the token cache (f78f591)