1
1
8.1.1 (unreleased)
2
2
------------------
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
+
5
6
6
7
8.1.0 (2020-05-01)
7
8
------------------
8
- - Added product publish and set prices actions on mock backend.
9
+ - Testing: Added product publish and set prices actions on mock backend.
10
+
9
11
10
12
8.0.0 (2020-04-28)
11
13
------------------
@@ -16,6 +18,7 @@ For safety we're doing a major release.
16
18
17
19
- Testing: add support for updating product type sets in mock server
18
20
21
+
19
22
7.0.0 (20202-04-16)
20
23
-------------------
21
24
Note this release has some breaking changes regarding optional typing. If
@@ -32,20 +35,24 @@ a type.
32
35
- Testing: Check for unique values in testing backend
33
36
- Testing: Fixed Attribute return object in ProductTypes testing backend
34
37
38
+
35
39
6.2.1 (2020-03-24)
36
40
------------------
37
41
- Fix marshallow breaking on missing **kwargs argument (#76)
38
42
43
+
39
44
6.2.0 (2020-03-08)
40
45
------------------
41
46
- Fix Query Predicate chaining (#75)
42
47
- Update dependencies so that code generation works with Python 3.8
43
48
- Update GitHub Actions integration
44
49
50
+
45
51
6.1.0 (2020-01-13)
46
52
------------------
47
53
- Added nested query predicate support (#72)
48
54
55
+
49
56
6.0.0 (2020-01-13)
50
57
------------------
51
58
- Allow passing in the base auth URL when creating a Client
@@ -55,6 +62,7 @@ a type.
55
62
- Add in operator in queries (#73)
56
63
- Fix cart replicate function (#74)
57
64
65
+
58
66
5.0.0 (2019-11-05)
59
67
------------------
60
68
This is breaking change since the commercetools api specification is moving
@@ -74,65 +82,80 @@ replace references to `Money` with `CentPrecisionMoney`.
74
82
- Mock ShippingMethod.setPredicate
75
83
- Mock State.setTransitions
76
84
85
+
77
86
4.0.0 (2019-07-04)
78
87
------------------
79
88
- *Breaking* Generate with new API definitions, main difference is Reference -> ResourceIdentifier type.
80
89
90
+
81
91
3.9.0 (2019-06-27)
82
92
------------------
83
93
- Implement testing/introspect token endpoint, thanks to @mbarga!
84
94
95
+
85
96
3.8.1 (2019-06-26)
86
97
------------------
87
98
- Small fixes if data was not initialized for mock shipping methods actions
88
99
100
+
89
101
3.8.0 (2019-06-26)
90
102
------------------
91
103
- Implement AddZone and RemoveZone actions for shipping methods
92
104
105
+
93
106
3.7.0 (2019-06-18)
94
107
------------------
95
108
- Added discount codes
96
109
- Added cart discounts
97
110
111
+
98
112
3.6.1 (2019-06-18)
99
113
------------------
100
114
- Fix small bug in reference expansion if value is None
101
115
116
+
102
117
3.6.0 (2019-06-17)
103
118
------------------
104
119
- Generate with new API definitions, biggest changes are Resource -> BaseResource and ResourceSchema -> BaseResourceSchema
105
120
- Add resource expansion to all applicable objects, see https://docs.commercetools.com/http-api#reference-expansion for details.
106
121
122
+
107
123
3.5.1 (2019-05-27)
108
124
------------------
109
125
- Remove WIP code on carts get_by_id call
110
126
127
+
111
128
3.5.0 (2019-05-23)
112
129
------------------
113
130
- Generate with new API definitions
114
131
- Add missing 'store' field to Order
115
132
133
+
116
134
3.4.0 (2019-05-21)
117
135
------------------
118
136
- Fix rating number type not being an integer for Review related types
119
137
138
+
120
139
3.3.0 (2019-05-20)
121
140
------------------
122
141
- Add State service
123
142
143
+
124
144
3.2.0 (2019-05-08)
125
145
------------------
126
146
- Add Store service
127
147
148
+
128
149
3.1.1 (2019-04-26)
129
150
------------------
130
151
- Fix test server not working inside docker by binding to 0.0.0.0 instead of localhost
131
152
153
+
132
154
3.1.0 (2019-04-26)
133
155
------------------
134
156
- Implement testing shipping method actions
135
157
158
+
136
159
3.0.0 (2019-04-25)
137
160
------------------
138
161
- Add Api clients service
@@ -141,15 +164,18 @@ replace references to `Money` with `CentPrecisionMoney`.
141
164
- Add X-Correlation-ID to exception class
142
165
- Mock X-Correlation-ID header in testing framework
143
166
167
+
144
168
2.5.2 (2019-04-17)
145
169
------------------
146
170
- Implement testing predicates gte and lte
147
171
- Implement inventory testing actions
148
172
173
+
149
174
2.5.1 (2019-04-15)
150
175
------------------
151
176
- Implement testing actions 'changeLabel' and 'changeLocalizedEnumValueLabel' for product type
152
177
178
+
153
179
2.5.0 (2019-04-08)
154
180
------------------
155
181
- Generate the code normally created by the attrs package to improve the
0 commit comments