------------------ - Testing: Add upload_image handler for product testing service - Throw ValueError when discriminator cannot be found
8.1.1
------------------ - 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
------------------ - Testing: Added product publish and set prices actions on mock backend.
8.0.0
------------------ 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
------------------- 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
------------------ - Fix marshallow breaking on missing **kwargs argument (76)