Skip to content

Releases: labd/commercetools-python-sdk

10.0.2

08 Sep 15:55
Compare
Choose a tag to compare

10.0.2 (2020-09-08)

  • Testing predicates now support 'in' syntax

10.0.1

04 Sep 12:04
Compare
Choose a tag to compare

10.0.1 (2020-09-04)

  • Fix product upload_image missing product id

10.0.0

01 Sep 15:00
Compare
Choose a tag to compare

10.0.0 (2020-09-01)

Note this release has some breaking changes regarding optional arguments in Commercetools types.

  • Regenerate types
  • Mypy fixes
  • Make types stricter on when they are optional and when they are not

9.0.0

14 Aug 08:46
Compare
Choose a tag to compare

Note this release has some breaking changes regarding imports and a lot of code is now autogenerated.

  • Services are now generated by the RAML specification
  • Optimize import times for faster startup by only loading necessary schemas
  • Breaking: rename commercetools.schemas.* -> commercetools._schema.* since they are considered an implementation detail
  • Fix incorrect schema in various nested fields
  • Code generation now works with Python 3.8

8.3.0

21 Jul 11:29
Compare
Choose a tag to compare

8.3.0 (2020-07-21)

  • Testing backend request mock parameters were case insensitive, causing expanding to fail in some cases

8.2.0

20 Jul 15:04
Compare
Choose a tag to compare

8.2.0 (2020-07-20)

  • Regenerate types (mainly Store distribution channels functionality)
  • Store: distribution channel functionality including testing actions added

8.1.5

15 Jul 10:42
Compare
Choose a tag to compare

8.1.5 (2020-07-15)

  • Fixed API extensions endpoints
  • Testing: add product change/add price actions

8.1.4

11 Jun 12:34
Compare
Choose a tag to compare

Testing: fix not setting store languages on create

8.1.3

10 Jun 13:30
Compare
Choose a tag to compare

8.1.3 (2020-06-10)

  • Testing: add setLanguages to store testing backend

8.1.2

09 Jun 09:28
Compare
Choose a tag to compare

8.1.2 (2020-06-09)

  • Testing: Add upload_image handler for product testing service
  • Throw ValueError when discriminator cannot be found