Releases: commercetools/commercetools-dotnet-core-sdk
Releases · commercetools/commercetools-dotnet-core-sdk
1.3.2
What's Changed
- Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /commercetools.Sdk/Examples/commercetools.Sdk.Framework461Example by @dependabot in #219
- Bump Microsoft.AspNetCore.Http from 2.1.1 to 2.1.22 in /commercetools.Sdk/commercetools.Sdk.HttpApi by @dependabot in #220
Full Changelog: 1.3.1...1.3.2
1.3.1
What's Changed
- Adding setAuthenticationMode UpdateAction by @MicheleRezk in #215
- chore(docs): update naming to match new branding initiative by @jherey in #217
- deprecation announcement by @ashishhk in #223
- update description for inform the deprecation of this repo also in nuget by @barbara79 in #224
New Contributors
- @jherey made their first contribution in #217
- @barbara79 made their first contribution in #224
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed - Implementing these missing features to SDK V1:
- Added Store to Shopping List
- Added configuration for indexing of product information
- Changed type to Resource Identifier instead of a Reference in PriceDraft
- Added a custom field to the Address
- Added update actions for Carts
- Added update actions for Orders
- Added Set Address Custom Type and Set Address Custom Field update actions on Customers and Channels
- Added variant.key to predicate field identifiers
- Added CustomerPasswordUpdatedMessage
- Added Change Customer's Password in Store update action
- Added Replicate cart in store
- Added a reference to anonymous cart on customer
- Added CustomerFirstNameSet, CustomerLastName and CustomerTitleSet Messages
- Added EventBridge destination
- Added SupplyChannel Reference
- Added update action for the supply channel of Line Items in a Cart
- Payment transactions can now be extended with Custom Fields
- Added productKey field to LineItem
- Deliveries can now be extended with Custom Fields
- Added Set ReturnInfo update action and Message
- Parcels can now be extended with Custom Fields
- Return Items can now be extended with Custom Fields
- Added OrderPaymentAdded Message
- Added field to Cart representing the total quantity of all Line Items
- Adding ApiClient and ApiClientDraft to domain models
- Added sorting capability when retrieving Shipping Methods for a Location
- Added the key field to InventoryEntry
- Introduced AuthenticationMode for Customer
1.2.0
- Adding existence check commands for Products (CheckByIdCommand , CheckByKeyCommand and CheckByQueryCommand)
- Introduce CustomizeSerializationMarker Attribute and AsDateOnly Attribute
- Adding helper method to create HighPrecisionMoney and identify centFractionDigits for centAmount
- Adding Localized name for Shipping Method
- Adding CustomerDeletedMessage
- Adding Store Created and Store Deleted Messages
1.1.8
- Adjust the User Agent to follow the same pattern like other Sdks
- Adding OldState to OrderStateTransitionMessage
1.1.6
Deprecate IShopping interface in favor of ICartLike interface
1.1.5
Adding key to Cart Feature:
- Adding optional key field to Cart and CartDraft.
- Adding SetKey update action.
- Adding Replicate a Cart by Key method
- Adding cart field to OrderFromCartDraft.
- Deprecated the id field in OrderFromCartDraft in favor of the cart field.
1.1.4
- Fixing comparing with null in operator overloads for BaseMoney
- Considering FractionDigits in AmountToDecimal function in Money Class
1.1.3
- Fix cart discounts deserialization error by Adding FixedCartDiscountValue
- Fix Deserialization of SetAttribute of SetAttribute elements