|
1 | 1 |
|
| 2 | +# 19.6.2 (2025-11-10) |
| 3 | + |
| 4 | +## What's Changed |
| 5 | +* fixing build.gradle by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1004 |
| 6 | + |
| 7 | +**Api changes** |
| 8 | + |
| 9 | +<details> |
| 10 | +<summary>Added Type(s)</summary> |
| 11 | + |
| 12 | +- added type `DiscountCombinationMode` |
| 13 | +- added type `DiscountsConfiguration` |
| 14 | +- added type `ProjectSetDiscountsConfigurationAction` |
| 15 | +</details> |
| 16 | + |
| 17 | + |
| 18 | +<details> |
| 19 | +<summary>Removed Property(s)</summary> |
| 20 | + |
| 21 | +- :warning: removed property `skipConfiguration` from type `RecurringOrderSetOrderSkipConfigurationAction` |
| 22 | +</details> |
| 23 | + |
| 24 | + |
| 25 | +<details> |
| 26 | +<summary>Added Property(s)</summary> |
| 27 | + |
| 28 | +- added property `discounts` to type `Project` |
| 29 | +- added property `skipConfigurationInputDraft` to type `RecurringOrderSetOrderSkipConfigurationAction` |
| 30 | +</details> |
| 31 | + |
| 32 | +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/19.6.1...19.6.2 |
| 33 | + |
| 34 | + |
| 35 | +# 19.6.1 (2025-11-07) |
| 36 | + |
| 37 | +## What's Changed |
| 38 | +* DEVX-657: overriding equals and hashCode for LocalizedStringEntry by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1002 |
| 39 | + |
| 40 | +**Api changes** |
| 41 | + |
| 42 | +<details> |
| 43 | +<summary>Added Type(s)</summary> |
| 44 | + |
| 45 | +- added type `DiscountCombinationMode` |
| 46 | +- added type `DiscountsConfiguration` |
| 47 | +- added type `ProjectSetDiscountsConfigurationAction` |
| 48 | +</details> |
| 49 | + |
| 50 | + |
| 51 | +<details> |
| 52 | +<summary>Removed Property(s)</summary> |
| 53 | + |
| 54 | +- :warning: removed property `skipConfiguration` from type `RecurringOrderSetOrderSkipConfigurationAction` |
| 55 | +</details> |
| 56 | + |
| 57 | + |
| 58 | +<details> |
| 59 | +<summary>Added Property(s)</summary> |
| 60 | + |
| 61 | +- added property `discounts` to type `Project` |
| 62 | +- added property `skipConfigurationInputDraft` to type `RecurringOrderSetOrderSkipConfigurationAction` |
| 63 | +</details> |
| 64 | + |
| 65 | + |
| 66 | +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/19.6.0...19.6.1 |
| 67 | + |
| 68 | +# 19.6.0 (2025-11-03) |
| 69 | + |
| 70 | +## What's Changed |
| 71 | +* Update changelog by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/992 |
| 72 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/993 |
| 73 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/994 |
| 74 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/995 |
| 75 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/996 |
| 76 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/997 |
| 77 | +* DEVX-640-helper-method-from-Coco-product-to-import-API-product by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1000 |
| 78 | + |
| 79 | +**Api changes** |
| 80 | + |
| 81 | +<details> |
| 82 | +<summary>Added Type(s)</summary> |
| 83 | + |
| 84 | +- added type `DiscountCombinationMode` |
| 85 | +- added type `DiscountsConfiguration` |
| 86 | +- added type `ProjectSetDiscountsConfigurationAction` |
| 87 | +</details> |
| 88 | + |
| 89 | + |
| 90 | +<details> |
| 91 | +<summary>Removed Property(s)</summary> |
| 92 | + |
| 93 | +- :warning: removed property `skipConfiguration` from type `RecurringOrderSetOrderSkipConfigurationAction` |
| 94 | +</details> |
| 95 | + |
| 96 | + |
| 97 | +<details> |
| 98 | +<summary>Added Property(s)</summary> |
| 99 | + |
| 100 | +- added property `discounts` to type `Project` |
| 101 | +- added property `skipConfigurationInputDraft` to type `RecurringOrderSetOrderSkipConfigurationAction` |
| 102 | +</details> |
| 103 | + |
| 104 | + |
| 105 | +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/19.5.0...19.6.0 |
| 106 | + |
2 | 107 | # 19.5.0 (2025-09-22) |
3 | 108 |
|
4 | 109 | ## What's Changed |
|
0 commit comments