Skip to content

10.0.0

Compare
Choose a tag to compare
@jenschude jenschude released this 31 Aug 13:36
· 327 commits to master since this release
b0cadfa

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 type LineItemDraft
  • added property cart to type QuoteRequest
Removed Enum(s)
  • ⚠️ removed enum Failed from type QuoteState

Import changes

Added Property(s)
  • added property canceled to type OperationStates
Added Enum(s)
  • added enum canceled to type ProcessingState

History changes

Added QueryParameter(s)
  • added query parameter associateId to method get /{projectKey}
  • added query parameter associateId to method get /{projectKey}/{resourceType}
  • added query parameter associateId to method get /{projectKey}/{resourceType}/{ID}
Added Property(s)
  • added property associate to type ModifiedBy

Full Changelog: 9.0.0...10.0.0