Skip to content

Commit 6322511

Browse files
committed
TASK: Updating version in README
1 parent 29dddc8 commit 6322511

File tree

2 files changed

+317
-1
lines changed

2 files changed

+317
-1
lines changed

CHANGELOG.md

Lines changed: 317 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,321 @@
11

2+
# 14.2.2 (2026-02-03)
3+
4+
## What's Changed
5+
**Api changes**
6+
7+
<details>
8+
<summary>Added Type(s)</summary>
9+
10+
- added type `BusinessUnitAddCustomerGroupAssignmentAction`
11+
- added type `BusinessUnitRemoveCustomerGroupAssignmentAction`
12+
- added type `BusinessUnitSetCustomerGroupAssignmentsAction`
13+
- added type `CartDiscountSetRecurringOrderScopeAction`
14+
- added type `CartLock`
15+
- added type `FreezeStrategy`
16+
- added type `CartLockCartAction`
17+
- added type `CartSetPurchaseOrderNumberAction`
18+
- added type `CartUnlockCartAction`
19+
- added type `AddressRole`
20+
- added type `BusinessUnitCustomerGroupAssignmentAddedMessage`
21+
- added type `BusinessUnitCustomerGroupAssignmentRemovedMessage`
22+
- added type `BusinessUnitCustomerGroupAssignmentsSetMessage`
23+
- added type `CartPurchaseOrderNumberSetMessage`
24+
- added type `CustomerBillingAddressAddedMessage`
25+
- added type `CustomerBillingAddressRemovedMessage`
26+
- added type `CustomerExternalIdSetMessage`
27+
- added type `CustomerShippingAddressAddedMessage`
28+
- added type `CustomerShippingAddressRemovedMessage`
29+
- added type `BusinessUnitCustomerGroupAssignmentAddedMessagePayload`
30+
- added type `BusinessUnitCustomerGroupAssignmentRemovedMessagePayload`
31+
- added type `BusinessUnitCustomerGroupAssignmentsSetMessagePayload`
32+
- added type `CartPurchaseOrderNumberSetMessagePayload`
33+
- added type `CustomerBillingAddressAddedMessagePayload`
34+
- added type `CustomerBillingAddressRemovedMessagePayload`
35+
- added type `CustomerExternalIdSetMessagePayload`
36+
- added type `CustomerShippingAddressAddedMessagePayload`
37+
- added type `CustomerShippingAddressRemovedMessagePayload`
38+
- added type `AnyOrder`
39+
- added type `AnyOrderDraft`
40+
- added type `ApplicableRecurrencePolicies`
41+
- added type `ApplicableRecurrencePoliciesDraft`
42+
- added type `NonRecurringOrdersOnly`
43+
- added type `NonRecurringOrdersOnlyDraft`
44+
- added type `RecurringOrderScope`
45+
- added type `RecurringOrderScopeDraft`
46+
- added type `RecurringOrdersOnly`
47+
- added type `RecurringOrdersOnlyDraft`
48+
</details>
49+
50+
51+
<details>
52+
<summary>MarkDeprecated Type(s)</summary>
53+
54+
- marked type `ProductSearchProjectionParams` as deprecated
55+
</details>
56+
57+
58+
<details>
59+
<summary>Deprecated Type(s)</summary>
60+
61+
- type `ProductLegacySetSkuAction` is removed
62+
</details>
63+
64+
65+
<details>
66+
<summary>Removed Type(s)</summary>
67+
68+
- :warning: removed type `MyCartSetCustomLineItemRecurrenceInfoAction`
69+
- :warning: removed type `MyCartSetLineItemRecurrenceInfoAction`
70+
</details>
71+
72+
73+
<details>
74+
<summary>Added Enum(s)</summary>
75+
76+
- added enum `payment-method` to type `ResourceTypeId`
77+
- added enum `payment-method-info` to type `ResourceTypeId`
78+
</details>
79+
80+
81+
<details>
82+
<summary>MarkDeprecated Property(s)</summary>
83+
84+
- marked property `ProductSearchRequest::productProjectionParameters` as deprecated
85+
- marked property `ProductSearchResult::productProjection` as deprecated
86+
</details>
87+
88+
89+
<details>
90+
<summary>Required Property(s)</summary>
91+
92+
- :warning: changed property `shippingAddressIds` of type `BusinessUnit` to be required
93+
- :warning: changed property `billingAddressIds` of type `BusinessUnit` to be required
94+
- :warning: changed property `shippingAddressIds` of type `Company` to be required
95+
- :warning: changed property `billingAddressIds` of type `Company` to be required
96+
- :warning: changed property `shippingAddressIds` of type `Division` to be required
97+
- :warning: changed property `billingAddressIds` of type `Division` to be required
98+
- :warning: changed property `shippingAddressIds` of type `Customer` to be required
99+
- :warning: changed property `billingAddressIds` of type `Customer` to be required
100+
- :warning: changed property `customerGroupAssignments` of type `Customer` to be required
101+
- :warning: changed property `customerGroupAssignments` of type `CustomerGroupAssignmentsSetMessage` to be required
102+
- :warning: changed property `customerGroupAssignments` of type `CustomerGroupAssignmentsSetMessagePayload` to be required
103+
</details>
104+
105+
106+
<details>
107+
<summary>Removed Property(s)</summary>
108+
109+
- :warning: removed property `order` from type `RecurringOrderCreatedMessage`
110+
- :warning: removed property `order` from type `RecurringOrderCreatedMessagePayload`
111+
- :warning: removed property `tierMinimumQuantity` from type `StandalonePriceRemovePriceTierAction`
112+
</details>
113+
114+
115+
<details>
116+
<summary>Added Property(s)</summary>
117+
118+
- added property `customerGroupAssignments` to type `BusinessUnit`
119+
- added property `customerGroupAssignments` to type `BusinessUnitDraft`
120+
- added property `customerGroupAssignments` to type `Company`
121+
- added property `customerGroupAssignments` to type `CompanyDraft`
122+
- added property `customerGroupAssignments` to type `Division`
123+
- added property `customerGroupAssignments` to type `DivisionDraft`
124+
- added property `recurringOrderScope` to type `CartDiscount`
125+
- added property `recurringOrderScope` to type `CartDiscountDraft`
126+
- added property `freezeStrategy` to type `Cart`
127+
- added property `lock` to type `Cart`
128+
- added property `purchaseOrderNumber` to type `Cart`
129+
- added property `purchaseOrderNumber` to type `CartDraft`
130+
- added property `strategy` to type `CartFreezeCartAction`
131+
- added property `addressRoles` to type `BusinessUnitAddressChangedMessage`
132+
- added property `addressRoles` to type `BusinessUnitAddressRemovedMessage`
133+
- added property `addressRoles` to type `CustomerAddressChangedMessage`
134+
- added property `addressRoles` to type `CustomerAddressRemovedMessage`
135+
- added property `email` to type `CustomerDeletedMessage`
136+
- added property `oldEmail` to type `CustomerEmailChangedMessage`
137+
- added property `oldCustomerGroupAssignments` to type `CustomerGroupAssignmentsSetMessage`
138+
- added property `recurringOrder` to type `RecurringOrderCreatedMessage`
139+
- added property `addressRoles` to type `BusinessUnitAddressChangedMessagePayload`
140+
- added property `addressRoles` to type `BusinessUnitAddressRemovedMessagePayload`
141+
- added property `addressRoles` to type `CustomerAddressChangedMessagePayload`
142+
- added property `addressRoles` to type `CustomerAddressRemovedMessagePayload`
143+
- added property `email` to type `CustomerDeletedMessagePayload`
144+
- added property `oldEmail` to type `CustomerEmailChangedMessagePayload`
145+
- added property `oldCustomerGroupAssignments` to type `CustomerGroupAssignmentsSetMessagePayload`
146+
- added property `recurringOrder` to type `RecurringOrderCreatedMessagePayload`
147+
- added property `minimumQuantity` to type `StandalonePriceRemovePriceTierAction`
148+
</details>
149+
150+
**History changes**
151+
152+
<details>
153+
<summary>Added Type(s)</summary>
154+
155+
- added type `DirectDiscount`
156+
- added type `DiscountTypeCombination`
157+
- added type `BestDeal`
158+
- added type `Stacking`
159+
- added type `ShippingMethodLabel`
160+
- added type `ChangeCustomLineItemPriceRoundingModeChange`
161+
- added type `ChangeLineItemPriceRoundingModeChange`
162+
- added type `SetDirectDiscountsChange`
163+
- added type `SetReferencesChange`
164+
- added type `SetShippingInfoDiscountedPriceChange`
165+
- added type `SetShippingMethodTaxCategoryChange`
166+
- added type `SetTaxedShippingPriceChange`
167+
- added type `ShippingMethodAddShippingRateChange`
168+
- added type `ShippingMethodAddZoneChange`
169+
- added type `ShippingMethodChangeActiveChange`
170+
- added type `ShippingMethodChangeIsDefaultChange`
171+
- added type `ShippingMethodChangeNameChange`
172+
- added type `ShippingMethodChangeTaxCategoryChange`
173+
- added type `ShippingMethodRemoveShippingRateChange`
174+
- added type `ShippingMethodRemoveZoneChange`
175+
- added type `ShippingMethodSetCustomFieldChange`
176+
- added type `ShippingMethodSetCustomTypeChange`
177+
- added type `ShippingMethodSetKeyChange`
178+
- added type `ShippingMethodSetLocalizedDescriptionChange`
179+
- added type `ShippingMethodSetLocalizedNameChange`
180+
- added type `ShippingMethodSetPredicateChange`
181+
- added type `ZoneResourceIdentifier`
182+
- added type `ChangeDiscountTypeCombinationChange`
183+
- added type `StandalonePriceChangeActiveChange`
184+
- added type `StandalonePriceChangeValueChange`
185+
- added type `StandalonePriceSetCustomFieldChange`
186+
- added type `StandalonePriceSetCustomTypeChange`
187+
- added type `StandalonePriceSetDiscountedPriceChange`
188+
- added type `StandalonePriceSetKeyChange`
189+
- added type `StandalonePriceSetPriceTiersChange`
190+
- added type `StandalonePriceSetValidFromAndUntilChange`
191+
- added type `StandalonePriceSetValidFromChange`
192+
- added type `StandalonePriceSetValidUntilChange`
193+
- added type `StandalonePriceLabel`
194+
</details>
195+
196+
197+
<details>
198+
<summary>Added Enum(s)</summary>
199+
200+
- added enum `shipping-method` to type `ChangeHistoryResourceType`
201+
- added enum `standalone-price` to type `ChangeHistoryResourceType`
202+
- added enum `addShipping` to type `UpdateType`
203+
- added enum `addShippingRate` to type `UpdateType`
204+
- added enum `addZone` to type `UpdateType`
205+
- added enum `changeActive` to type `UpdateType`
206+
- added enum `changeApprovalRuleMode` to type `UpdateType`
207+
- added enum `changeCustomLineItemPriceRoundingMode` to type `UpdateType`
208+
- added enum `changeCustomer` to type `UpdateType`
209+
- added enum `changeDiscountTypeCombination` to type `UpdateType`
210+
- added enum `changeIncludedInStatistics` to type `UpdateType`
211+
- added enum `changeIsDefault` to type `UpdateType`
212+
- added enum `changeLastVariantId` to type `UpdateType`
213+
- added enum `changeLineItemPriceRoundingMode` to type `UpdateType`
214+
- added enum `changeLineItemPublished` to type `UpdateType`
215+
- added enum `changePriceRoundingMode` to type `UpdateType`
216+
- added enum `changeTaxCategory` to type `UpdateType`
217+
- added enum `changeTopLevelUnit` to type `UpdateType`
218+
- added enum `excludeProduct` to type `UpdateType`
219+
- added enum `removeShipping` to type `UpdateType`
220+
- added enum `removeShippingRate` to type `UpdateType`
221+
- added enum `removeZone` to type `UpdateType`
222+
- added enum `replaceTaxRate` to type `UpdateType`
223+
- added enum `revertStagedChanges` to type `UpdateType`
224+
- added enum `revertStagedVariantChanges` to type `UpdateType`
225+
- added enum `setAncestors` to type `UpdateType`
226+
- added enum `setAssociates` to type `UpdateType`
227+
- added enum `setBillingAddressCustomField` to type `UpdateType`
228+
- added enum `setBillingAddressCustomType` to type `UpdateType`
229+
- added enum `setBusinessUnit` to type `UpdateType`
230+
- added enum `setCustomLineItemDiscountedPrice` to type `UpdateType`
231+
- added enum `setCustomLineItemDiscountedPricePerQuantity` to type `UpdateType`
232+
- added enum `setCustomerGroupAssignments` to type `UpdateType`
233+
- added enum `setDeliveryAddressCustomField` to type `UpdateType`
234+
- added enum `setDeliveryAddressCustomType` to type `UpdateType`
235+
- added enum `setDeliveryCustomField` to type `UpdateType`
236+
- added enum `setDeliveryCustomType` to type `UpdateType`
237+
- added enum `setDirectDiscounts` to type `UpdateType`
238+
- added enum `setDiscountOnTotalPrice` to type `UpdateType`
239+
- added enum `setInheritedAssociates` to type `UpdateType`
240+
- added enum `setInheritedStores` to type `UpdateType`
241+
- added enum `setItemShippingAddressCustomField` to type `UpdateType`
242+
- added enum `setItemShippingAddressCustomType` to type `UpdateType`
243+
- added enum `setLocalizedDescription` to type `UpdateType`
244+
- added enum `setLocalizedName` to type `UpdateType`
245+
- added enum `setMaxCartQuantity` to type `UpdateType`
246+
- added enum `setMinCartQuantity` to type `UpdateType`
247+
- added enum `setParcelCustomField` to type `UpdateType`
248+
- added enum `setParcelCustomType` to type `UpdateType`
249+
- added enum `setPredicate` to type `UpdateType`
250+
- added enum `setPriceKey` to type `UpdateType`
251+
- added enum `setPriceMode` to type `UpdateType`
252+
- added enum `setPriceTiers` to type `UpdateType`
253+
- added enum `setProductAttribute` to type `UpdateType`
254+
- added enum `setReferences` to type `UpdateType`
255+
- added enum `setReturnInfo` to type `UpdateType`
256+
- added enum `setReturnItemCustomField` to type `UpdateType`
257+
- added enum `setReturnItemCustomType` to type `UpdateType`
258+
- added enum `setShippingAddressCustomField` to type `UpdateType`
259+
- added enum `setShippingAddressCustomType` to type `UpdateType`
260+
- added enum `setShippingCustomField` to type `UpdateType`
261+
- added enum `setShippingCustomType` to type `UpdateType`
262+
- added enum `setShippingInfoDiscountedPrice` to type `UpdateType`
263+
- added enum `setShippingMethodTaxCategory` to type `UpdateType`
264+
- added enum `setTaxedShippingPrice` to type `UpdateType`
265+
- added enum `setTransactionCustomField` to type `UpdateType`
266+
- added enum `setTransactionCustomType` to type `UpdateType`
267+
- added enum `setUnitType` to type `UpdateType`
268+
- added enum `setVariantExclusion` to type `UpdateType`
269+
</details>
270+
271+
**Checkout changes**
272+
273+
<details>
274+
<summary>Added Type(s)</summary>
275+
276+
- added type `ExpressContainerNotFound`
277+
- added type `ExpressMultipleContainersFound`
278+
- added type `ExpressPaymentCancelled`
279+
- added type `ExpressPaymentCompleted`
280+
- added type `ExpressPaymentFailed`
281+
- added type `ExpressPaymentIntegrationNotAvailable`
282+
- added type `ExpressPaymentInterrupted`
283+
- added type `ExpressPaymentStarted`
284+
- added type `NoExpressPaymentIntegrations`
285+
</details>
286+
287+
288+
<details>
289+
<summary>Added Enum(s)</summary>
290+
291+
- added enum `Express` to type `PaymentComponentType`
292+
</details>
293+
294+
295+
* Update changelog by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/512
296+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/513
297+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/515
298+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/517
299+
* add support policy by @jenschude in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/516
300+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/518
301+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/519
302+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/520
303+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/521
304+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/522
305+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/523
306+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/524
307+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/525
308+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/526
309+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/527
310+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/528
311+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/529
312+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/530
313+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/532
314+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/pull/533
315+
316+
317+
**Full Changelog**: https://github.com/commercetools/commercetools-dotnet-core-sdk-v2/compare/14.2.1...14.2.2
318+
2319
# 14.2.1 (2025-11-11)
3320

4321
## What's Changed

reference.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)