Releases: commercetools/commercetools-dotnet-core-sdk-v2
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
3.0.2
3.0.1
3.0.0
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 tocommercetools.Sdk.Api.x
commercetools.ImportApi.x
has been renamed tocommercetools.Sdk.ImportApi.x
commercetools.MLApi.x
has been renamed tocommercetools.Sdk.MLApi.Api.x
commercetools.HistoryApi.x
has been renamed tocommercetools.Sdk.HistoryApi.x
-
The following classes have been renamed for aligning the documentation and SDK type naming:
Package commercetools.Sdk.Api.Models.ExtensionsExtensionAWSLambdaDestination to AWSLambdaDestination
ExtensionAuthorizationHeaderAuthentication to AuthorizationHeaderAuthentication
ExtensionAzureFunctionsAuthentication to AzureFunctionsAuthentication
ExtensionHttpDestination to HttpDestination
ExtensionHttpDestinationAuthentication to HttpDestinationAuthenticationPackage commercetools.Sdk.Api.Models.Messages
MessageConfiguration to MessagesConfiguration
MessageConfigurationDraft to MessagesConfigurationDraftPackage commercetools.Sdk.Api.Models.Products
FacetResultRange to RangeFacetResult
FacetResultTerm to TermFacetResultPackage 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
2.5.0
What's Changed
Full Changelog: 2.4.0...2.5.0