Releases: commercetools/commercetools-dotnet-core-sdk-v2
Releases · commercetools/commercetools-dotnet-core-sdk-v2
5.2.0
5.1.1
5.1.0
What's Changed
- Update generated SDKs by @github-actions in #180
Features
- add standalone price to ResourceIdentifier
- support StagedStandalonePricing
- support Store name changes
Fixes
- fix
money
field type for ProductDiscountValueAbsoluteDraft toMoney
Deprecations
- ML services Missing Data endpoint has been deprecated
Full Changelog: 5.0.0...5.1.0
5.0.0
What's Changed
- fix serialization of dates and date times by @jenschude in #179
- Update generated SDKs by @github-actions in #173
Features
- support Order Quotes
- support predicates for products head request
- support CustomLineItem priceMode
- support custom fields for customer address
- support cart custom shipping mode
Fixes
- fix type of property
discountCodes
for MyCartDraft - fix type of property
edit
for OrderEditAppliedMessage - fix type of property
newTotalPrice
for OrderLineItemRemovedMessage - fix type of property
productSelection
for ProductSelectionCreatedMessage - add new Date struct to fix serialization of Date and DateTime values
Breaking changes
- fix removed non existing property
name
from ProductSelectionDeletedMessage - changed name of OrderReturnInfoAddedMessage to ReturnInfoAddedMessage
- changed name of OrderReturnInfoSetMessage to ReturnInfoSetMessage
Please be aware that we introduced a new Date struct. This affects the dateOfBirth
for customers and lastUsedAt
for ApiClients. Also DateTime values are normalized to DateTimeKind.Utc when being deserialized.
Full Changelog: 4.2.0...5.0.0
4.2.0
Features
- UserAgent can be configured
Fixes
- fix AmountToDecimal extension method to respect fractionDigits
Full Changelog: 4.1.0...4.2.0
4.1.0
What's Changed
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
What's Changed
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
toInteger
(wasDouble
)
Breaking changes
- deleted classes from removed API functionality
- type of
AttributeReferenceType
propertyreferenceTypeId
changed toAttributeReferenceTypeId
- 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
3.1.0
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