Skip to content

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

4.2.0

30 Aug 13:23
20b176a
Compare
Choose a tag to compare

Features

  • UserAgent can be configured

Fixes

  • fix AmountToDecimal extension method to respect fractionDigits

Full Changelog: 4.1.0...4.2.0

4.1.0

28 Jul 12:33
837186f
Compare
Choose a tag to compare

What's Changed

  • Update generated SDKs by @github-actions in #168
  • Update generated SDKs by @github-actions in #172

Features

  • add order custom lineitem messages
  • add toDraft methods to Address, Parcel, Delivery
  • add DeliveryDraft type
  • support in store product selections
  • support quotes
  • support direct discounts for carts
  • add LocaleprojectingTrait, StoreprojectingTrait
  • quotes to extension resource types
  • add factory methods for discriminating sub types

Fixes

  • fix type for field version in OrderEdit models
  • fix type for field score in ScoreShippingRateInput & ScoreShippingRateInputDraft
    Features
  • OrderImport fix ShippingInfoImportDraft to use DeliveryDraft
  • removed non existing endpoint in store product projections query
  • removed localeProjection & priceSelection parameter from PriceselectingTrait as they are not applying to all endpoints using price selection

Full Changelog: 4.0.0...4.1.0

4.0.0

04 Jul 11:43
413f235
Compare
Choose a tag to compare

What's Changed

  • Update generated SDKs by @github-actions in #159
  • Update generated SDKs by @github-actions in #160

Features:

  • support condition for extension triggers
  • support standalone pricing
  • support in store product selections
  • support quotes
  • support DirectDiscounts for carts

Fixes:

  • fix customer email confirm request and response body type
  • fix money types for CartDiscount read models
  • fix type of custom field for CategorySetAssetCustomTypeAction
  • removed wrong interfaces from ByProjectKeyInStoreKeyByStoreKeyProductProjectionsGet
  • fixed type of property score in CartScoreTier to Integer (was Double)

Breaking changes

  • deleted classes from removed API functionality
  • type of AttributeReferenceType property referenceTypeId changed to AttributeReferenceTypeId
  • removed deprecated import sink endpoints and models from Import API SDK
  • removed non existing endpoint in store product projections query

Full Changelog: 3.2.0...4.0.0

3.2.0

25 May 08:43
40358f7
Compare
Choose a tag to compare

What's Changed

  • Update generated SDKs by @github-actions in #154
  • Update generated SDKs by @github-actions in #157
  • Update generated SDKs by @github-actions in #158

Full Changelog: 3.1.0...3.2.0

3.1.0

29 Apr 08:37
4ec449f
Compare
Choose a tag to compare

What's Changed

  • Update generated SDKs by @github-actions in #149
  • Update generated SDKs by @github-actions in #150
  • improve handling of zero digit number attribute by @jenschude in #153

Fixes

  • fix response type for product suggestion endpoint

Full Changelog: 3.0.2...3.1.0

3.0.2

12 Apr 20:31
bef4940
Compare
Choose a tag to compare

What's Changed

  • type fix from decimal to integer/long for quantity properties in #148

Full Changelog: 3.0.1...3.0.2

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