|
1 | 1 |
|
| 2 | +# 19.5.0 (2025-09-22) |
| 3 | + |
| 4 | +## What's Changed |
| 5 | + |
| 6 | +**Api changes** |
| 7 | + |
| 8 | +<details> |
| 9 | +<summary>Required Property(s)</summary> |
| 10 | + |
| 11 | +- changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional |
| 12 | +- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional |
| 13 | +- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional |
| 14 | +- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional |
| 15 | +- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional |
| 16 | +- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional |
| 17 | +- changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional |
| 18 | +- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional |
| 19 | +- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional |
| 20 | +- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional |
| 21 | +- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional |
| 22 | +- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional |
| 23 | +</details> |
| 24 | + |
| 25 | + |
| 26 | +<details> |
| 27 | +<summary>Added Property(s)</summary> |
| 28 | + |
| 29 | +- added property `interfaceId` to type `MyTransactionDraft` |
| 30 | +- added property `interfaceId` to type `Transaction` |
| 31 | +- added property `interfaceId` to type `TransactionDraft` |
| 32 | +</details> |
| 33 | + |
| 34 | + |
| 35 | +<details> |
| 36 | +<summary>Added Type(s)</summary> |
| 37 | + |
| 38 | +- added type `PaymentTransactionInterfaceIdSetMessage` |
| 39 | +- added type `PaymentTransactionInterfaceIdSetMessagePayload` |
| 40 | +- added type `PaymentSetTransactionInterfaceIdAction` |
| 41 | +</details> |
| 42 | + |
| 43 | + |
| 44 | +* Update changelog by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/980 |
| 45 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/981 |
| 46 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/982 |
| 47 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/984 |
| 48 | +* Checkout sdk by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/983 |
| 49 | +* Bump io.projectreactor.netty:reactor-netty-http from 1.2.7 to 1.2.8 by @dependabot[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/948 |
| 50 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/986 |
| 51 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/987 |
| 52 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/988 |
| 53 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/989 |
| 54 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/990 |
| 55 | +* SUPPORT-35419: making custom field not required by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/991 |
| 56 | + |
| 57 | +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/19.4.0...19.5.0 |
| 58 | + |
2 | 59 | # 19.4.0 (2025-09-01) |
3 | 60 |
|
4 | 61 | **Api changes** |
|
0 commit comments