Skip to content

Releases: commercetools/commercetools-sdk-php-v2

4.3.0

07 Feb 08:33
705849b
Compare
Choose a tag to compare

What's Changed

  • Update generated SDKs by @github-actions in #70

Fixes:

  • Query Product Selection by product response models

Full Changelog: 4.2.0...4.3.0

4.2.0

25 Jan 20:54
b05baed
Compare
Choose a tag to compare

What's Changed

  • Update generated SDKs by @github-actions in #61
  • add test to check handling response for custom object by @barbara79 in #63
  • check php 8.1 by @jenschude in #66
  • Upgraded filesystem adapter version by @rohitrajpimcore in #67
  • Update generated SDKs by @github-actions in #68
  • Update generated SDKs by @github-actions in #69

Features

  • Add support for product selection (beta)
  • Add support for Order search endpoint

Fixes

  • Fix returnItemDraft type of field custom to CustomFieldsDraft
  • Fix SetLineItemSupplyChannelAction for me cart endpoint
  • Fix TransactionDraft type of field custom to CustomFieldDraft
  • In-Store cart query returns correct type instead Object
  • query parameter customerId has been removed from Cart queries due to mapping issues use projectApiRoot.carts().withCustomerId() instead
  • fix type for field custom in CartDiscountDraft from CustomField to CustomFieldDraft
  • fix type for value of CartDiscount. Changed from CartDiscountDraft to CartDiscount

Breaking Changes

  • removed the inventories endpoint from the Import API modules

New Contributors

Full Changelog: 4.1.0...4.2.0

4.1.0

22 Nov 08:56
de8c25f
Compare
Choose a tag to compare

What's Changed

  • Update generated SDKs by @github-actions in #58

Fix

  • fix type for value of CartDiscount. Changed from CartDiscountDraft to CartDiscount

Full Changelog: 4.0.0...4.1.0

4.0.0

28 Oct 11:39
c77d1f3
Compare
Choose a tag to compare

What's Changed

  • Update generated SDKs by @github-actions in #54
  • Update generated SDKs by @github-actions in #55

Fixes:

  • fix for product projection search with post method 48013f1
  • fix response status code check for login endpoints. Closes #57 302c773

Features:

  • Supports checking existence of products using head request 3437ce9

Breaking changes:

  • to reflect differences between the read & write model the DiscountedPrice class has been split in DiscountedPrice and DiscountPriceDraft. See 52598b1

Full Changelog: 3.5.0...4.0.0

3.5.0

04 Oct 09:38
58bd40c
Compare
Choose a tag to compare
Merge pull request #53 from commercetools/gen-sdk-updates

Update generated SDKs

3.4.0

02 Sep 12:05
3.4.0
1d18f52
Compare
Choose a tag to compare

3.3.0

30 Aug 07:30
3.3.0
1c16115
Compare
Choose a tag to compare

Features

  • Interfaces like Sortable, Paging, Query, Expandable, Versioned added to Requests classes

  • Collections implement an end method to retrieve the last element

  • Updated Models & Requests to the latest API changes

3.2.0

02 Aug 13:00
9667b0d
Compare
Choose a tag to compare
Merge pull request #40 from commercetools/gen-sdk-updates

Update generated SDKs

3.1.0

05 Jul 08:01
eb2f016
Compare
Choose a tag to compare
Merge pull request #37 from commercetools/gen-sdk-updates

Update generated SDKs

3.0.0

11 May 19:30
3.0.0
4101389
Compare
Choose a tag to compare
  • The Read & Write models for the Address have been split
    For backwards compability they inherit BaseAddress. All write locations have been changed to BaseAddress.
  • Collections now inherit their parent Model Collection class
  • withBuilder methods in Builder classes have been deprecated