Skip to content

Commit 152dee9

Browse files
committed
Formatted changelog
1 parent 35162ae commit 152dee9

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

CHANGES

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
8.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

67
8.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

1012
8.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+
1922
7.0.0 (20202-04-16)
2023
-------------------
2124
Note 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+
3539
6.2.1 (2020-03-24)
3640
------------------
3741
- Fix marshallow breaking on missing **kwargs argument (#76)
3842

43+
3944
6.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+
4551
6.1.0 (2020-01-13)
4652
------------------
4753
- Added nested query predicate support (#72)
4854

55+
4956
6.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+
5866
5.0.0 (2019-11-05)
5967
------------------
6068
This 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+
7786
4.0.0 (2019-07-04)
7887
------------------
7988
- *Breaking* Generate with new API definitions, main difference is Reference -> ResourceIdentifier type.
8089

90+
8191
3.9.0 (2019-06-27)
8292
------------------
8393
- Implement testing/introspect token endpoint, thanks to @mbarga!
8494

95+
8596
3.8.1 (2019-06-26)
8697
------------------
8798
- Small fixes if data was not initialized for mock shipping methods actions
8899

100+
89101
3.8.0 (2019-06-26)
90102
------------------
91103
- Implement AddZone and RemoveZone actions for shipping methods
92104

105+
93106
3.7.0 (2019-06-18)
94107
------------------
95108
- Added discount codes
96109
- Added cart discounts
97110

111+
98112
3.6.1 (2019-06-18)
99113
------------------
100114
- Fix small bug in reference expansion if value is None
101115

116+
102117
3.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+
107123
3.5.1 (2019-05-27)
108124
------------------
109125
- Remove WIP code on carts get_by_id call
110126

127+
111128
3.5.0 (2019-05-23)
112129
------------------
113130
- Generate with new API definitions
114131
- Add missing 'store' field to Order
115132

133+
116134
3.4.0 (2019-05-21)
117135
------------------
118136
- Fix rating number type not being an integer for Review related types
119137

138+
120139
3.3.0 (2019-05-20)
121140
------------------
122141
- Add State service
123142

143+
124144
3.2.0 (2019-05-08)
125145
------------------
126146
- Add Store service
127147

148+
128149
3.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+
132154
3.1.0 (2019-04-26)
133155
------------------
134156
- Implement testing shipping method actions
135157

158+
136159
3.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+
144168
2.5.2 (2019-04-17)
145169
------------------
146170
- Implement testing predicates gte and lte
147171
- Implement inventory testing actions
148172

173+
149174
2.5.1 (2019-04-15)
150175
------------------
151176
- Implement testing actions 'changeLabel' and 'changeLocalizedEnumValueLabel' for product type
152177

178+
153179
2.5.0 (2019-04-08)
154180
------------------
155181
- Generate the code normally created by the attrs package to improve the

0 commit comments

Comments
 (0)