|
1 | 1 |
|
| 2 | +# 19.7.1 (2026-02-04) |
| 3 | + |
| 4 | +## What's Changed |
| 5 | +**Api changes** |
| 6 | + |
| 7 | +<details> |
| 8 | +<summary>Added Type(s)</summary> |
| 9 | + |
| 10 | +- added type `CartDiscountSetRecurringOrderScopeAction` |
| 11 | +- added type `CartLock` |
| 12 | +- added type `FreezeStrategy` |
| 13 | +- added type `CartLockCartAction` |
| 14 | +- added type `CartSetPurchaseOrderNumberAction` |
| 15 | +- added type `CartUnlockCartAction` |
| 16 | +- added type `CartPurchaseOrderNumberSetMessage` |
| 17 | +- added type `CartPurchaseOrderNumberSetMessagePayload` |
| 18 | +- added type `AnyOrder` |
| 19 | +- added type `AnyOrderDraft` |
| 20 | +- added type `ApplicableRecurrencePolicies` |
| 21 | +- added type `ApplicableRecurrencePoliciesDraft` |
| 22 | +- added type `NonRecurringOrdersOnly` |
| 23 | +- added type `NonRecurringOrdersOnlyDraft` |
| 24 | +- added type `RecurringOrderScope` |
| 25 | +- added type `RecurringOrderScopeDraft` |
| 26 | +- added type `RecurringOrdersOnly` |
| 27 | +- added type `RecurringOrdersOnlyDraft` |
| 28 | +</details> |
| 29 | + |
| 30 | + |
| 31 | +<details> |
| 32 | +<summary>Required Property(s)</summary> |
| 33 | + |
| 34 | +- :warning: changed property `deleteDaysAfterLastModification` of type `CartsConfiguration` to be required |
| 35 | +- :warning: changed property `deleteDaysAfterLastModification` of type `ShoppingListsConfiguration` to be required |
| 36 | +</details> |
| 37 | + |
| 38 | + |
| 39 | +<details> |
| 40 | +<summary>Added Property(s)</summary> |
| 41 | + |
| 42 | +- added property `recurringOrderScope` to type `CartDiscount` |
| 43 | +- added property `recurringOrderScope` to type `CartDiscountDraft` |
| 44 | +- added property `freezeStrategy` to type `Cart` |
| 45 | +- added property `lock` to type `Cart` |
| 46 | +- added property `purchaseOrderNumber` to type `Cart` |
| 47 | +- added property `purchaseOrderNumber` to type `CartDraft` |
| 48 | +- added property `strategy` to type `CartFreezeCartAction` |
| 49 | +</details> |
| 50 | + |
| 51 | + |
| 52 | +* Update changelog by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1011 |
| 53 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1012 |
| 54 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1013 |
| 55 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1014 |
| 56 | +* Devx 714 how to query all with graph ql in java sdk by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1015 |
| 57 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1017 |
| 58 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1018 |
| 59 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1019 |
| 60 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1020 |
| 61 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1021 |
| 62 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1022 |
| 63 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1023 |
| 64 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1024 |
| 65 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1025 |
| 66 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1028 |
| 67 | +* DEVX-714: updating test example to fix javadoc parser by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1027 |
| 68 | + |
| 69 | + |
| 70 | +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/19.7.0...19.7.1 |
| 71 | + |
2 | 72 | # 19.7.0 (2026-01-08) |
3 | 73 |
|
4 | 74 | ## What's Changed |
|
0 commit comments