We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 579f5c9 commit 9ee810fCopy full SHA for 9ee810f
CHANGES
@@ -1,3 +1,14 @@
1
+9.0.0 (2020-08-14)
2
+------------------
3
+Note this release has some breaking changes regarding imports and a lot of code is now autogenerated.
4
+
5
+- Services are now generated by the RAML specification
6
+- Optimize import times for faster startup by only loading necessary schemas
7
+- Breaking: rename `commercetools.schemas.*` -> `commercetools._schema.*` since they are considered an implementation detail
8
+- Fix incorrect schema in various nested fields
9
+- Code generation now works with Python 3.8
10
11
12
8.3.0 (2020-07-21)
13
------------------
14
- Testing backend request mock parameters were case insensitive, causing expanding to fail in some cases
0 commit comments