v0.1.0
go-uaa
is now a go module.
Features
- Omit empty fields in the JSON representation of
uaa.MFAProviderConfig
anduaa. MFAProvider
- Add support for go modules (introduced in go 1.11)
Breaking Changes
uaa. NewWithClientCredentials
now takes askipSSLValidation
argumentuaa. NewWithPasswordCredentials
now takes askipSSLValidation
argumentuaa. NewWithAuthorizationCode
has had theskipSSLValidation
argument moved to be consistent with otherNew
functionsuaa. NewWithRefreshToken
has had theskipSSLValidation
argument moved to be consistent with otherNew
functions
Detailed changes: v0.0.10...v0.1.0