118.1.1 (unreleased)
22------------------
3- - Fix publish action on mock backend; already published products got overwritten
4- - Automatically reset token cache when using commercetools pytest fixtures
3+ - Testing: Fix publish action on mock backend; already published products got overwritten
4+ - Testing: Automatically reset token cache when using commercetools pytest fixtures
5+
56
678.1.0 (2020-05-01)
78------------------
8- - Added product publish and set prices actions on mock backend.
9+ - Testing: Added product publish and set prices actions on mock backend.
10+
911
10128.0.0 (2020-04-28)
1113------------------
@@ -16,6 +18,7 @@ For safety we're doing a major release.
1618
1719- Testing: add support for updating product type sets in mock server
1820
21+
19227.0.0 (20202-04-16)
2023-------------------
2124Note this release has some breaking changes regarding optional typing. If
@@ -32,20 +35,24 @@ a type.
3235- Testing: Check for unique values in testing backend
3336- Testing: Fixed Attribute return object in ProductTypes testing backend
3437
38+
35396.2.1 (2020-03-24)
3640------------------
3741- Fix marshallow breaking on missing **kwargs argument (#76)
3842
43+
39446.2.0 (2020-03-08)
4045------------------
4146- Fix Query Predicate chaining (#75)
4247- Update dependencies so that code generation works with Python 3.8
4348- Update GitHub Actions integration
4449
50+
45516.1.0 (2020-01-13)
4652------------------
4753- Added nested query predicate support (#72)
4854
55+
49566.0.0 (2020-01-13)
5057------------------
5158 - Allow passing in the base auth URL when creating a Client
@@ -55,6 +62,7 @@ a type.
5562 - Add in operator in queries (#73)
5663 - Fix cart replicate function (#74)
5764
65+
58665.0.0 (2019-11-05)
5967------------------
6068This is breaking change since the commercetools api specification is moving
@@ -74,65 +82,80 @@ replace references to `Money` with `CentPrecisionMoney`.
7482- Mock ShippingMethod.setPredicate
7583- Mock State.setTransitions
7684
85+
77864.0.0 (2019-07-04)
7887------------------
7988- *Breaking* Generate with new API definitions, main difference is Reference -> ResourceIdentifier type.
8089
90+
81913.9.0 (2019-06-27)
8292------------------
8393- Implement testing/introspect token endpoint, thanks to @mbarga!
8494
95+
85963.8.1 (2019-06-26)
8697------------------
8798- Small fixes if data was not initialized for mock shipping methods actions
8899
100+
891013.8.0 (2019-06-26)
90102------------------
91103- Implement AddZone and RemoveZone actions for shipping methods
92104
105+
931063.7.0 (2019-06-18)
94107------------------
95108- Added discount codes
96109- Added cart discounts
97110
111+
981123.6.1 (2019-06-18)
99113------------------
100114- Fix small bug in reference expansion if value is None
101115
116+
1021173.6.0 (2019-06-17)
103118------------------
104119- Generate with new API definitions, biggest changes are Resource -> BaseResource and ResourceSchema -> BaseResourceSchema
105120- Add resource expansion to all applicable objects, see https://docs.commercetools.com/http-api#reference-expansion for details.
106121
122+
1071233.5.1 (2019-05-27)
108124------------------
109125- Remove WIP code on carts get_by_id call
110126
127+
1111283.5.0 (2019-05-23)
112129------------------
113130- Generate with new API definitions
114131- Add missing 'store' field to Order
115132
133+
1161343.4.0 (2019-05-21)
117135------------------
118136- Fix rating number type not being an integer for Review related types
119137
138+
1201393.3.0 (2019-05-20)
121140------------------
122141- Add State service
123142
143+
1241443.2.0 (2019-05-08)
125145------------------
126146- Add Store service
127147
148+
1281493.1.1 (2019-04-26)
129150------------------
130151- Fix test server not working inside docker by binding to 0.0.0.0 instead of localhost
131152
153+
1321543.1.0 (2019-04-26)
133155------------------
134156- Implement testing shipping method actions
135157
158+
1361593.0.0 (2019-04-25)
137160------------------
138161 - Add Api clients service
@@ -141,15 +164,18 @@ replace references to `Money` with `CentPrecisionMoney`.
141164 - Add X-Correlation-ID to exception class
142165 - Mock X-Correlation-ID header in testing framework
143166
167+
1441682.5.2 (2019-04-17)
145169------------------
146170 - Implement testing predicates gte and lte
147171 - Implement inventory testing actions
148172
173+
1491742.5.1 (2019-04-15)
150175------------------
151176 - Implement testing actions 'changeLabel' and 'changeLocalizedEnumValueLabel' for product type
152177
178+
1531792.5.0 (2019-04-08)
154180------------------
155181 - Generate the code normally created by the attrs package to improve the
0 commit comments