Skip to content

Releases: labd/commercetools-python-sdk

8.1.1

20 May 14:27
Compare
Choose a tag to compare
  • Testing: Fix publish action on mock backend; already published products got overwritten
  • Testing: Automatically reset token cache when using commercetools pytest fixtures

8.1.0

01 May 13:22
Compare
Choose a tag to compare
  • Added product publish and set prices actions on mock backend.

8.0.0

28 Apr 13:30
Compare
Choose a tag to compare

Regenerated Commercetools types (needed missing Discount state enums).
The 'LoggedResource' no longer exists, so a lot of types got changed,
but effectively still have the same attributes.
For safety we're doing a major release.

  • Testing: add support for updating product type sets in mock server

7.0.0

17 Apr 11:45
Compare
Choose a tag to compare

7.0.0 (20202-04-16)

Note this release has some breaking changes regarding optional typing. If
something is required by Commercetools it is now also required when creating an instance of
a type.

  • Re-generated schemas and types
  • Removed Optional type from get_by_id calls
  • Correctly use Optional typing according to RAML source file
  • Improved error information in CommercetoolsError object
  • Testing: Add setAttribute and addVariant actions to product testing backend
  • Testing: Add addAttributeDefinition action to testing backend
  • Testing: Add addPayment action to order testing backend
  • Testing: Check for unique values in testing backend
  • Testing: Fixed Attribute return object in ProductTypes testing backend

6.2.1

24 Mar 19:29
Compare
Choose a tag to compare
  • Fix marshallow breaking on missing **kwargs argument (#76)

6.2.0

08 Mar 13:08
Compare
Choose a tag to compare
  • Fix Query Predicate chaining (#75)
  • Update dependencies so that code generation works with Python 3.8
  • Update GitHub Actions integration