Skip to content

Releases: microsoft/devices-hardware-dev-center-manager

1.2021.218.1

19 Feb 02:05
d088f1e
Compare
Choose a tag to compare

This update removes DevCenterErrorTrace (previously in DevCenterErrorDetails) and adds DevCenterTrace which is now in the DevCenterHandler. This becomes a general trace to be returned with both successful and failed API calls allowing consumers of the library to log all calls with correlation and request IDs.

1.2020.1218.1

16 Dec 21:16
658cd87
Compare
Choose a tag to compare

This release removes retires and handling of HTTP 429 and 5xx responses. consumer can handle in their implementation which provides more control. Headers have also been added to DevCenterErrorDetails which will provide you Retry-After information to properly handle HTTP 429 responses.

1.2020.1102.1

02 Nov 18:22
38af3ff
Compare
Choose a tag to compare

Additional Error Details
This release adds additional error details to be returned in the response. Previously only HDC code and message were returned. The response now includes the HDC error code, message, validation errors, HTTP status code, and trace.

This allows for more ways to handle errors when returned to your service.

1.2020.1002.1

02 Oct 22:36
8e1c457
Compare
Choose a tag to compare

Updates to enum and additional attribute print out.

1.2020.0709.1

09 Jul 20:43
98b9ffe
Compare
Choose a tag to compare

Updates to models and files to utilize the hardware dashboard api v2.0