Releases: AzureAD/microsoft-authentication-library-for-go
Releases · AzureAD/microsoft-authentication-library-for-go
v1.3.2
v1.3.1
What's Changed
- Fix invalid authority uri by @bgavrilMS in #526
- If authority segments <3, throw by @bgavrilMS in #528
- dSTS support
Full Changelog: v1.2.3...v1.3.1
v1.2.3
What's Changed
- Fix samples link by @epelc in #483
- apps/internal/local: html escape error desc query string by @flavianmissi in #465
- Always close the IMDS response body by @qmuntal in #478
- Update authority.go by @bgavrilMS in #493
- Added a new variable in AuthRepsonse "IsFromCache" by @4gust in #498
- Replace MethodByName with type assertions by @chlowell in #510
- Wrap ResolveEndpoints error by @kgeckhart in #515
- Added Region auto enable by @4gust in #523
New Contributors
- @epelc made their first contribution in #483
- @pmaytak made their first contribution in #481
- @flavianmissi made their first contribution in #465
- @qmuntal made their first contribution in #478
- @kgeckhart made their first contribution in #515
Full Changelog: v1.2.2...v1.2.3
MSAL Go 1.2.2
Adds support for using the AuthScheme extensibility point for ROPC Support authnscheme in AcquireByUsernamePassword
MSAL Go 1.2.1
MSAL Go 1.2.0
Add an extensibility point for Azure Arc to request and cache Access Token of type POP #443
MSAL Go 1.1.1
Bug Fixes
Fix AcquireTokenSilent for ADFS users #446
MSAL Go 1.1.0
MSAL Go 1.0.0
MSAL Go 0.9.0
MSAL Go 0.9.x is expected to be the last feature release before an upcoming 1.0 version. Please install and test this version.
This release contains breaking changes. Please refer to "API changes for GA release" for upgrade guidance.
- Delete vestigial option function types (#383)
- Rename public client CreateAuthCodeURL -> AuthCodeURL (#371, #384)
- Delete deprecated confidential.NewCredFromAssertion (#385)
- Rename confidential.WithAccessor to WithCache (#386)
- Review all logs to ensure there is no PII (#28, #382)
- Upgrade dependencies (#387)
- Remove unused confidential client UserID (#389)
- Replace NewCredFromCert with NewCredFromCertChain (#391)
- Remove unnecessary options structs (#390)
- Upgrade CI tools (#392)
- Adding ExportReplace to support the Context object (#378)
- Add optional metadata for cache.ExportReplace (#395, #381)
- Confidential client requires authority (#394, #348)