Releases: labd/commercetools-python-sdk
Releases · labd/commercetools-python-sdk
10.0.2
10.0.2 (2020-09-08)
- Testing predicates now support 'in' syntax
10.0.1
10.0.1 (2020-09-04)
- Fix product upload_image missing product id
10.0.0
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
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
8.3.0 (2020-07-21)
- Testing backend request mock parameters were case insensitive, causing expanding to fail in some cases
8.2.0
8.2.0 (2020-07-20)
- Regenerate types (mainly Store distribution channels functionality)
- Store: distribution channel functionality including testing actions added
8.1.5
8.1.5 (2020-07-15)
- Fixed API extensions endpoints
- Testing: add product change/add price actions
8.1.4
Testing: fix not setting store languages on create
8.1.3
8.1.3 (2020-06-10)
- Testing: add setLanguages to store testing backend
8.1.2
8.1.2 (2020-06-09)
- Testing: Add upload_image handler for product testing service
- Throw ValueError when discriminator cannot be found