10.0.0
We updated dependencies like Microsoft.Extensions.*
and System.Text.Json
to 6.x versions. The SDK packages use as the target framework netstandard2.1
. The artifacts are now built using .NET 6.0 for compilation. The test projects are built using .NET 6. This means the different packages may still be used in a .NET Core 3.1 application but we don't guarantee the support any more.
What's Changed
- OpenTelemetry by @jenschude in #245
- Update generated SDKs by @github-actions in #244
- Update dependencies to dotnet 6 versions by @jenschude in #246
- Update generated SDKs by @github-actions in #247
Api changes
Added Type(s)
- added type
MethodExternalTaxRateDraft
- added type
QuoteRenegotiationRequestedMessage
- added type
QuoteRenegotiationRequestedMessagePayload
Added Property(s)
- added property
perMethodExternalTaxRate
to typeLineItemDraft
- added property
cart
to typeQuoteRequest
Removed Enum(s)
⚠️ removed enumFailed
from typeQuoteState
Import changes
Added Property(s)
- added property
canceled
to typeOperationStates
Added Enum(s)
- added enum
canceled
to typeProcessingState
History changes
Added QueryParameter(s)
- added query parameter
associateId
to methodget /{projectKey}
- added query parameter
associateId
to methodget /{projectKey}/{resourceType}
- added query parameter
associateId
to methodget /{projectKey}/{resourceType}/{ID}
Added Property(s)
- added property
associate
to typeModifiedBy
Full Changelog: 9.0.0...10.0.0