Releases: commercetools/commercetools-dotnet-core-sdk-v2
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
2.4.0
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
What's Changed
- Checkout App Example by @MicheleRezk in #107
- Update generated SDKs by @github-actions in #125
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
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
toProjectChangeCartsConfigurationAction
- Changed name of
ProjectChangeShoppingListsConfiguration
toProjectChangeShoppingListsConfigurationAction
- Removed
inventory
requests for Import API
Full Changelog: 2.1.1...2.2.0
2.1.1
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
What's Changed
- Solving ImportOperation and ProcessingState Deserialization issues by @MicheleRezk in #105
- Adding unit test for DeserializeResourceIdentifier by @MicheleRezk in #108
- reformat by @jenschude in #109
- Add project scoped apiroot by @jenschude in #112
- Update generated SDKs by @github-actions in #111
Fix
- fix type for
value
of CartDiscount. Changed from CartDiscountDraft to CartDiscount
Full Changelog: 2.0.0...2.1.0
2.0.0
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 inDiscountedPrice
andDiscountPriceDraft
.
Full Changelog: 1.5.0...2.0.0