Skip to content

Releases: microsoft/azure-devops-go-api

azuredevops/v7.1.0

17 Apr 21:29
a6271be
Compare
Choose a tag to compare

Generated new version of Go clients with support for API version 7.1, all currently available public APIs should be included.

azuredevops/v6.0.1

27 Jan 08:07
00dac5c
Compare
Choose a tag to compare
azuredevops/v6.0.1 Pre-release
Pre-release

Fixes issue where date/time query parameters where sent with the wrong date/time format.

azuredevops/v6.0.0

07 Dec 16:21
0974d01
Compare
Choose a tag to compare

Generated the clients for Azure DevOps API version 6.0

azuredevops/v1.0.0-b5

23 Aug 22:25
09c8cad
Compare
Choose a tag to compare
azuredevops/v1.0.0-b5 Pre-release
Pre-release

Fixes issue where date/time query parameters where sent with the wrong date/time format.

azuredevops/v1.0.0-b4

12 Aug 18:35
f739e55
Compare
Choose a tag to compare
azuredevops/v1.0.0-b4 Pre-release
Pre-release

Exposes TLS Config via Connection, #84
Adds pipeline permissions and pipeline checks clients, #87

azuredevops/v1.0.0-b3

19 May 13:33
4fd403d
Compare
Choose a tag to compare
azuredevops/v1.0.0-b3 Pre-release
Pre-release

Fixes issue:
#58 Unable to create KeyVault backed variable group due to typing issues

azuredevops/v5.1.0-b1

17 May 17:33
0ae494a
Compare
Choose a tag to compare
azuredevops/v5.1.0-b1 Pre-release
Pre-release

Matching version numbers to the API version being used 5.1, as we need to create a 6.0 version soon.

Fixes in this release:

  • regen after fixing generator to pull in fields from base classes treated as interfaces.
    • #57: Create Push API body has missing GitChange struct in Golang documentation
    • #44: Creating a new build definition with trigger
  • regen after fixing generator bug where inherited fields were not added to models if the model's base class was external to the area.
    • #53: Missing fields on git.IdentityRefWithVote
  • workaround for issue #59, support 2006-01-02T15:04:05.999999999 time format
    • #59: policy.CreatePolicyConfiguration fails with error when trying to unmarshall response from azdo
  • regen after fixing the generator to handle c# char values as string in Go.
    • #47: Unable to deserialize JSON to SecurityNamespaceDescription
  • regen after fixing the generator to handle c# Single values as float32 instead if an int in Go.

azuredevops/v1.0.0-b2

18 May 12:03
0ae494a
Compare
Choose a tag to compare
azuredevops/v1.0.0-b2 Pre-release
Pre-release

Fixes in this release:

regen after fixing generator to pull in fields from base classes treated as interfaces.
#57: Create Push API body has missing GitChange struct in Golang documentation
#44: Creating a new build definition with trigger
regen after fixing generator bug where inherited fields were not added to models if the model's base class was external to the area.
#53: Missing fields on git.IdentityRefWithVote
workaround for issue #59, support 2006-01-02T15:04:05.999999999 time format
#59: policy.CreatePolicyConfiguration fails with error when trying to unmarshall response from azdo
regen after fixing the generator to handle c# char values as string in Go.
#47: Unable to deserialize JSON to SecurityNamespaceDescription
regen after fixing the generator to handle c# Single values as float32 instead if an int in Go.

azuredevops/v1.0.0-b1

14 May 13:38
543de48
Compare
Choose a tag to compare
azuredevops/v1.0.0-b1 Pre-release
Pre-release
Merge pull request #56 from xuzhang3/addhttpstatuscode

return http statusCode within WrapperError