Skip to content

Releases: commercetools/commercetools-dotnet-core-sdk

1.3.2

26 Sep 07:25
07a514d
Compare
Choose a tag to compare

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

20 Sep 14:47
ce32383
Compare
Choose a tag to compare

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

Full Changelog: 1.3.0...1.3.1

1.3.0

04 Apr 10:11
6d79ee2
Compare
Choose a tag to compare

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

01 Nov 13:48
d2e32da
Compare
Choose a tag to compare
  • 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

30 Aug 09:36
8376097
Compare
Choose a tag to compare
  • Adjust the User Agent to follow the same pattern like other Sdks
  • Adding OldState to OrderStateTransitionMessage

1.1.6

02 Aug 08:17
2a684eb
Compare
Choose a tag to compare

Deprecate IShopping interface in favor of ICartLike interface

1.1.5

02 Aug 07:26
badba31
Compare
Choose a tag to compare

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

03 May 13:31
cc2187b
Compare
Choose a tag to compare
  • Fixing comparing with null in operator overloads for BaseMoney
  • Considering FractionDigits in AmountToDecimal function in Money Class

1.1.3

22 Apr 14:38
74402c3
Compare
Choose a tag to compare
  • Fix cart discounts deserialization error by Adding FixedCartDiscountValue
  • Fix Deserialization of SetAttribute of SetAttribute elements

1.1.2

17 Mar 12:09
9553825
Compare
Choose a tag to compare

fix restockableInDays for Inventory