Skip to content

Commit 423412b

Browse files
authored
Merge branch 'main' into checkout-sdk
2 parents 430a773 + b46444c commit 423412b

File tree

6,928 files changed

+45828
-29731
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,928 files changed

+45828
-29731
lines changed

CHANGELOG.md

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

2+
# 19.4.0 (2025-09-01)
3+
4+
**Api changes**
5+
6+
<details>
7+
<summary>Added Property(s)</summary>
8+
9+
- added property `isActive` to type `DiscountGroup`
10+
- added property `isActive` to type `DiscountGroupDraft`
11+
</details>
12+
13+
14+
<details>
15+
<summary>Added Type(s)</summary>
16+
17+
- added type `DiscountGroupSetIsActiveAction`
18+
- added type `MaxDiscountGroupsReachedError`
19+
- added type `GraphQLMaxDiscountGroupsReachedError`
20+
- added type `DiscountGroupIsActiveSetMessage`
21+
- added type `DiscountGroupIsActiveSetMessagePayload`
22+
</details>
23+
24+
25+
26+
## What's Changed
27+
* Update changelog by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/974
28+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/976
29+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/977
30+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/978
31+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/979
32+
33+
34+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/19.3.0...19.4.0
35+
36+
# 19.3.0 (2025-08-22)
37+
38+
## What's Changed
39+
* Update changelog by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/972
40+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/968
41+
* updating dependency by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/973 Thanks to @drazenhrgar for the report
42+
43+
**Api changes**
44+
45+
<details>
46+
<summary>Added Type(s)</summary>
47+
48+
- added type `CustomerDefaultBillingAddressSetMessage`
49+
- added type `CustomerDefaultShippingAddressSetMessage`
50+
- added type `CustomerStoresSetMessage`
51+
- added type `CustomerDefaultBillingAddressSetMessagePayload`
52+
- added type `CustomerDefaultShippingAddressSetMessagePayload`
53+
- added type `CustomerStoresSetMessagePayload`
54+
</details>
55+
56+
57+
<details>
58+
<summary>Added Method(s)</summary>
59+
60+
- added method `apiRoot.withProjectKey().recurrencePolicies().withKey().delete()`
61+
- added method `apiRoot.withProjectKey().recurrencePolicies().withId().delete()`
62+
</details>
63+
64+
**Import changes**
65+
66+
<details>
67+
<summary>Added Type(s)</summary>
68+
69+
- added type `AssociateRoleKeyReference`
70+
- added type `BusinessUnitKeyReference`
71+
- added type `BusinessUnitImportRequest`
72+
- added type `AssociateRoleInheritanceMode`
73+
- added type `BusinessUnitStatus`
74+
- added type `BusinessUnitAssociateMode`
75+
- added type `BusinessUnitApprovalRuleMode`
76+
- added type `BusinessUnitStoreMode`
77+
- added type `BusinessUnitType`
78+
- added type `AssociateRoleAssignmentDraft`
79+
- added type `AssociateDraft`
80+
- added type `BusinessUnitImport`
81+
- added type `CompanyBusinessUnitImport`
82+
- added type `DivisionBusinessUnitImport`
83+
</details>
84+
85+
86+
<details>
87+
<summary>Added Method(s)</summary>
88+
89+
- added method `apiRoot.withProjectKeyValue().businessUnits().importContainers().withImportContainerKeyValue().post()`
90+
</details>
91+
92+
93+
<details>
94+
<summary>Added Resource(s)</summary>
95+
96+
- added resource `/{projectKey}/business-units`
97+
- added resource `/{projectKey}/business-units/import-containers`
98+
- added resource `/{projectKey}/business-units/import-containers/{importContainerKey}`
99+
</details>
100+
101+
102+
<details>
103+
<summary>Added Enum(s)</summary>
104+
105+
- added enum `business-unit` to type `ImportResourceType`
106+
- added enum `associate-role` to type `ReferenceType`
107+
- added enum `business-unit` to type `ReferenceType`
108+
</details>
109+
110+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/19.2.0...19.3.0
111+
112+
113+
# 19.1.0 (2025-08-05)
114+
115+
## What's Changed
116+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/940
117+
* Update changelog by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/941
118+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/942
119+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/943
120+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/944
121+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/945
122+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/946
123+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/947
124+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/949
125+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/950
126+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/951
127+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/952
128+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/953
129+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/954
130+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/955
131+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/957
132+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/961
133+
* Fix split packages by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/958
134+
135+
**Api changes**
136+
137+
<details>
138+
<summary>Added Type(s)</summary>
139+
140+
- added type `InventoryEntrySetInventoryLimitsAction`
141+
- added type `RecurringOrderDeletedMessage`
142+
- added type `RecurringOrderExpiresAtSetMessage`
143+
- added type `RecurringOrderDeletedMessagePayload`
144+
- added type `RecurringOrderExpiresAtSetMessagePayload`
145+
- added type `ProductSearchFacetResultStats`
146+
- added type `ProductSearchFacetStatsExpression`
147+
- added type `ProductSearchFacetStatsValue`
148+
- added type `RecurringOrderSetExpiresAtAction`
149+
</details>
150+
151+
152+
<details>
153+
<summary>Removed Type(s)</summary>
154+
155+
- :warning: removed type `RecurringOrderMessagePayload`
156+
</details>
157+
158+
159+
<details>
160+
<summary>Added Method(s)</summary>
161+
162+
- added method `apiRoot.withProjectKey().recurringOrders().withId().delete()`
163+
- added method `apiRoot.withProjectKey().recurringOrders().withKey().delete()`
164+
</details>
165+
166+
167+
<details>
168+
<summary>Added Property(s)</summary>
169+
170+
- added property `minCartQuantity` to type `InventoryEntry`
171+
- added property `maxCartQuantity` to type `InventoryEntry`
172+
- added property `minCartQuantity` to type `InventoryEntryDraft`
173+
- added property `maxCartQuantity` to type `InventoryEntryDraft`
174+
- added property `expiresAt` to type `RecurringOrderDraft`
175+
</details>
176+
177+
178+
<details>
179+
<summary>Added Enum(s)</summary>
180+
181+
- added enum `discount-group` to type `ChangeSubscriptionResourceTypeId`
182+
</details>
183+
184+
**History changes**
185+
186+
<details>
187+
<summary>Added Type(s)</summary>
188+
189+
- added type `TooManyRequestsError`
190+
- added type `GraphQLTooManyRequestsError`
191+
- added type `GraphQLErrorObject`
192+
</details>
193+
194+
195+
<details>
196+
<summary>Changed Property(s)</summary>
197+
198+
- :warning: changed property `extensions` of type `GraphQLError` from type `object` to `GraphQLErrorObject`
199+
</details>
200+
201+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/19.0.0...19.1.0
202+
2203
# 19.0.0 (2025-07-10)
3204

4205
## Breaking Changes

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear
2121
```gradle
2222
ext {
2323
versions = [
24-
commercetools: "19.0.0"
24+
commercetools: "19.4.0"
2525
]
2626
}
2727
@@ -42,7 +42,7 @@ dependencies {
4242

4343
```maven
4444
<properties>
45-
<commercetools.version>19.0.0</commercetools.version>
45+
<commercetools.version>19.4.0</commercetools.version>
4646
</properties>
4747
<dependencies>
4848
<dependency>

changes.md

Lines changed: 14 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,19 @@
11
**Api changes**
22

33
<details>
4-
<summary>Added Type(s)</summary>
5-
6-
- added type `InventoryEntrySetInventoryLimitsAction`
7-
- added type `RecurringOrderDeletedMessage`
8-
- added type `RecurringOrderExpiresAtSetMessage`
9-
- added type `RecurringOrderDeletedMessagePayload`
10-
- added type `RecurringOrderExpiresAtSetMessagePayload`
11-
- added type `ProductSearchFacetResultStats`
12-
- added type `ProductSearchFacetStatsExpression`
13-
- added type `ProductSearchFacetStatsValue`
14-
- added type `RecurringOrderSetExpiresAtAction`
15-
</details>
16-
17-
18-
<details>
19-
<summary>Removed Type(s)</summary>
20-
21-
- :warning: removed type `RecurringOrderMessagePayload`
22-
</details>
23-
24-
25-
<details>
26-
<summary>Added Method(s)</summary>
27-
28-
- added method `apiRoot.withProjectKey().recurringOrders().withId().delete()`
29-
- added method `apiRoot.withProjectKey().recurringOrders().withKey().delete()`
30-
</details>
31-
32-
33-
<details>
34-
<summary>Added Property(s)</summary>
35-
36-
- added property `minCartQuantity` to type `InventoryEntry`
37-
- added property `maxCartQuantity` to type `InventoryEntry`
38-
- added property `minCartQuantity` to type `InventoryEntryDraft`
39-
- added property `maxCartQuantity` to type `InventoryEntryDraft`
40-
- added property `expiresAt` to type `RecurringOrderDraft`
41-
</details>
42-
43-
44-
<details>
45-
<summary>Added Enum(s)</summary>
46-
47-
- added enum `discount-group` to type `ChangeSubscriptionResourceTypeId`
48-
</details>
49-
50-
**History changes**
51-
52-
<details>
53-
<summary>Added Type(s)</summary>
54-
55-
- added type `TooManyRequestsError`
56-
- added type `GraphQLTooManyRequestsError`
57-
- added type `GraphQLErrorObject`
58-
</details>
59-
60-
61-
<details>
62-
<summary>Changed Property(s)</summary>
63-
64-
- :warning: changed property `extensions` of type `GraphQLError` from type `object` to `GraphQLErrorObject`
4+
<summary>Required Property(s)</summary>
5+
6+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional
7+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional
8+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
9+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
10+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
11+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
12+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional
13+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional
14+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
15+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
16+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
17+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
6518
</details>
6619

0 commit comments

Comments
 (0)