Skip to content

Releases: commercetools/commercetools-dotnet-core-sdk-v2

3.0.1

12 Apr 11:28
4a61897
Compare
Choose a tag to compare

What's Changed

  • Update generated SDKs by @github-actions in #147

Breaking changes and fixes

  • all double values have been changed to decimal for improved precision

Full Changelog: 3.0.0...3.0.1

3.0.0

11 Apr 11:54
b992d79
Compare
Choose a tag to compare

What's Changed

  • Checkout Example enhancements by @MicheleRezk in #134
  • Update generated SDKs by @github-actions in #133
  • Update generated SDKs by @github-actions in #135
  • Update generated SDKs by @github-actions in #136
  • Update generated SDKs by @github-actions in #137
  • Update generated SDKs by @github-actions in #146
  • fix namespaces by @jenschude in #142 and #144

Breaking changes

  • Namespace fixes
    There had been a mix of different namespaces in the SDK packages. This affected the development of the SDK itself. In order to resolve these issues the namespaces have been aligned. It should be sufficient to search and replace occurrences of the former namespace.

    • commercetools.Api.x has been renamed to commercetools.Sdk.Api.x
    • commercetools.ImportApi.x has been renamed to commercetools.Sdk.ImportApi.x
    • commercetools.MLApi.x has been renamed to commercetools.Sdk.MLApi.Api.x
    • commercetools.HistoryApi.x has been renamed to commercetools.Sdk.HistoryApi.x
  • The following classes have been renamed for aligning the documentation and SDK type naming:
    Package commercetools.Sdk.Api.Models.Extensions

    ExtensionAWSLambdaDestination to AWSLambdaDestination
    ExtensionAuthorizationHeaderAuthentication to AuthorizationHeaderAuthentication
    ExtensionAzureFunctionsAuthentication to AzureFunctionsAuthentication
    ExtensionHttpDestination to HttpDestination
    ExtensionHttpDestinationAuthentication to HttpDestinationAuthentication

    Package commercetools.Sdk.Api.Models.Messages

    MessageConfiguration to MessagesConfiguration
    MessageConfigurationDraft to MessagesConfigurationDraft

    Package commercetools.Sdk.Api.Models.Products

    FacetResultRange to RangeFacetResult
    FacetResultTerm to TermFacetResult

    Package commercetools.Sdk.Api.Models.Subscriptions

    DeliveryCloudEventsFormat to CloudEventsFormat
    DeliveryPlatformFormat to PlatformFormat
    MessageDelivery to MessageDeliveryPayload
    ResourceCreatedDelivery to ResourceCreatedDeliveryPayload
    ResourceDeletedDelivery to ResourceDeletedDeliveryPayload
    ResourceUpdatedDelivery to ResourceUpdatedDeliveryPayload
    SubscriptionDelivery to DeliveryPayload

Full Changelog: 2.5.1...3.0.0

2.5.1

23 Feb 07:48
52cae06
Compare
Choose a tag to compare

What's Changed

  • Fix type for OrderSearchRequest query field. Closes #138

Full Changelog: 2.5.0...2.5.1

2.5.0

07 Feb 10:20
83a40e9
Compare
Choose a tag to compare

What's Changed

  • Update generated SDKs by @github-actions in #131
  • Update generated SDKs by @github-actions in #132

Full Changelog: 2.4.0...2.5.0

2.4.0

28 Jan 09:29
bbe6a93
Compare
Choose a tag to compare

What's Changed

  • Update generated SDKs by @github-actions in #128
  • fix mapping of pOBox field by @jenschude in #130

Full Changelog: 2.3.0...2.4.0

2.3.0

25 Jan 20:40
92b7993
Compare
Choose a tag to compare

What's Changed

Features

  • Add support for product selection (beta)

Fixes

  • Fix returnItemDraft type of field custom to CustomFieldsDraft
  • Fix SetLineItemSupplyChannelAction for me cart endpoint
  • Fix TransactionDraft type of field custom to CustomFieldDraft

Full Changelog: 2.2.0...2.3.0

2.2.0

14 Jan 07:45
4133235
Compare
Choose a tag to compare

What's Changed

  • Adding a new section for SetupClient extension method by @MicheleRezk in #118

  • Update generated SDKs by @github-actions in #119

  • Update generated SDKs by @github-actions in #124

  • Support Head requests to check for existing products

Breaking changes

  • Fix return type for in-store cart query request
  • Removed customerId query parameter for cart query request, use query cart by customer ID instead
  • Fixed type for field custom in CartDiscountDraft
  • Changed name of ProjectChangeCartsConfiguration to ProjectChangeCartsConfigurationAction
  • Changed name of ProjectChangeShoppingListsConfiguration to ProjectChangeShoppingListsConfigurationAction
  • Removed inventory requests for Import API

Full Changelog: 2.1.1...2.2.0

2.1.1

10 Jan 13:09
3adfabe
Compare
Choose a tag to compare

What's Changed

  • unwrap MessageDelivery Payloads as IMessage by @jenschude in #120
  • remove unsupported endpoint inventories from Import API ProjectApiRoot

Full Changelog: 2.1.0...2.1.1

2.1.0

22 Nov 09:55
cdf1935
Compare
Choose a tag to compare

What's Changed

Fix

  • fix type for value of CartDiscount. Changed from CartDiscountDraft to CartDiscount

Full Changelog: 2.0.0...2.1.0

2.0.0

15 Oct 20:22
26107b3
Compare
Choose a tag to compare

What's Changed

  • Update generated SDKs by @github-actions in #99
  • Update generated SDKs by @github-actions in #101
  • Update generated SDKs by @github-actions in #102

Fixes:

  • fix for product projection search with post method

Breaking Changes:

  • to reflect differences between the read & write model the DiscountedPrice class has been split in DiscountedPrice and DiscountPriceDraft.

Full Changelog: 1.5.0...2.0.0