Skip to content

v0.1.0

Compare
Choose a tag to compare
@joefitzgerald joefitzgerald released this 25 Jul 07:49
· 110 commits to master since this release
06d965f

go-uaa is now a go module.

Features

  • Omit empty fields in the JSON representation of uaa.MFAProviderConfig and uaa. MFAProvider
  • Add support for go modules (introduced in go 1.11)

Breaking Changes

  • uaa. NewWithClientCredentials now takes a skipSSLValidation argument
  • uaa. NewWithPasswordCredentials now takes a skipSSLValidation argument
  • uaa. NewWithAuthorizationCode has had the skipSSLValidation argument moved to be consistent with other New functions
  • uaa. NewWithRefreshToken has had the skipSSLValidation argument moved to be consistent with other New functions

Detailed changes: v0.0.10...v0.1.0