Releases: AzureAD/microsoft-authentication-library-for-go
Releases · AzureAD/microsoft-authentication-library-for-go
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)
MSAL Go 0.8.1
Bugfix: Fix a regression introduced in 0.8.0 causing unnecessary token request during silent auth with "common" or "organizations" home tenant alias. (#375)
MSAL Go v0.8.0
Enhancements:
- Add per-request tenant ID option
WithTenantID
(#296, #343) - Add
WithLoginHint
option for interactive authentication (#271, #354) - Adding a
WithClientCapabilities
option for client constructors and aWithClaims
option for token acquisition methods (#263, #355) - Adding Domain Hint option to be used to accelerate the user to their federated IdP sign-in page (#363)
- Add support for disabling instance discovery for AzureStack scenarios (#362)
Bug fixes:
MSAL Go 0.7.0
MSAL Go 0.6.1
MSAL Go 0.6.0
Fix silent auth scopes and refresh behavior
Merge pull request #330 from AzureAD/release-0.5.3 Fix silent auth scopes and refresh behavior (#327)