Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 1.01 KB

CHANGELOG

v2.1.0

  • Added StatusCode to Error for more easily obtaining the HTTP Reponse StatusCode (if any)

v2.0.0

  • Changed to.StringMapPtr method signature to return a pointer
  • Changed ServicePrincipalCertificateSecret and NewServicePrincipalTokenFromCertificate to support generic certificate and private keys

v1.0.0

  • Added Logging inspectors to trace http.Request / Response
  • Added support for User-Agent header
  • Changed WithHeader PrepareDecorator to use set vs. add
  • Added JSON to error when unmarshalling fails
  • Added Client#Send method
  • Corrected case of "Azure" in package paths
  • Added "to" helpers, Azure helpers, and improved ease-of-use
  • Corrected golint issues

v1.0.1

  • Added CHANGELOG.md

v1.1.0

  • Added mechanism to retrieve a ServicePrincipalToken using a certificate-signed JWT
  • Added an example of creating a certificate-based ServicePrincipal and retrieving an OAuth token using the certificate

v1.1.1

  • Introduce godeps and vendor dependencies introduced in v1.1.1