Releases: microsoft/devices-hardware-dev-center-manager
1.2024.101.1
Updates
Update WorkflowStatus.CurrentStep
to handle numbers. By adding the [JsonConverter(typeof(LongToStringJsonConverter))]
Attribute
to this property it will allow both string
, and Int64
types.
Changes
- Add the [JsonConverter(typeof(LongToStringJsonConverter))]
Attribute
toWorkflowStatus.CurrentStep
NuGet Release
Microsoft.Devices.HardwareDevCenterManager 3.0.14
1.2024.802.1
Updates
Update BlobStorageHandler to match Create and submit a product for signing official documentation from Hardware Dashboard API.
- Add and update packages
- General code cleanup and formatting
- Update AuthorizationHandlerCredentials and AuthorizationHandler
- Add check for token to prevent call from being made if no token exists.
Nuget Release
Microsoft.Devices.HardwareDevCenterManager 3.0.13
1.2024.718.1
Updates
Fix bug in BlobStorageHandler
where Console.WriteLine
was throwing error of System.FormatException: Input string was not in a correct format
.
Nuget Release
Microsoft.Devices.HardwareDevCenterManager 3.0.12
1.2024.715.1
1.2024.301.1
What's Changed
- NuGet Packages
- Remove
Newtonsoft
, addSystem.Text.Json
- Product, Submission, and Shipping Label ID type update to
long
- Add
LongToStringJsonConverter
- Update
LangVersion
to 10. - Add
NI
toInServicePublishInfoOSEnum
- Update
BlobStorageHandler
- Syntax, formatting, and spacing.
Full Changelog: PR #26
1.2023.221.1
Issues
Security updates for dependency packages
What Changed
Pull Request #21
Microsoft.Azure.Storage.Blob
Microsoft.Azure.Storage.File
Microsoft.CSharp
Microsoft.Extensions.Options
Microsoft.IdentityModel.Clients.ActiveDirectory
Newtonsoft.Json
NuGet Release
Microsoft.Devices.HardwareDevCenterManager 2.2.13
1.2022.314.1
Issue
Partner Center APIs started returning a HttpRequestException
that we didn't previously catch or handle.
What Changed
We added a catch for HttpRequestException
in the AuthorizationHandler to sleep and retry the call to help relieve exceptions.
NuGet Release
Microsoft.Devices.HardwareDevCenterManager v2.2.7
1.2021.929.1
This update includes the FileDispatch property using sha256 to the azure.pipeline.yaml file for code signing.
1.2021.928.1
This release adds the operating system codes FE
and CO
for floor and ceiling target options when creating a new shipping label.
1.2021.219.1
Additional updates to correlation and request trace IDs