|
1 | 1 |
|
| 2 | +# 18.2.0 (2025-06-05) |
| 3 | + |
| 4 | +## Fixes |
| 5 | + |
| 6 | +Fixed version ranges for OkHttp and Apache clients to prevent the resolution of next major alpha versions using Maven. |
| 7 | + |
| 8 | +## What's Changed |
| 9 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/908 |
| 10 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/909 |
| 11 | + |
| 12 | +**Api changes** |
| 13 | + |
| 14 | +<details> |
| 15 | +<summary>Added Type(s)</summary> |
| 16 | + |
| 17 | +- added type `ExpiredCustomerEmailTokenError` |
| 18 | +- added type `ExpiredCustomerPasswordTokenError` |
| 19 | +- added type `GraphQLExpiredCustomerEmailTokenError` |
| 20 | +- added type `GraphQLExpiredCustomerPasswordTokenError` |
| 21 | +- added type `CheckoutOrderCreationFailedEvent` |
| 22 | +- added type `CheckoutPaymentAuthorizationCancelledEvent` |
| 23 | +- added type `CheckoutPaymentAuthorizationFailedEvent` |
| 24 | +- added type `CheckoutPaymentAuthorizedEvent` |
| 25 | +- added type `CheckoutPaymentCancelAuthorizationFailedEvent` |
| 26 | +- added type `CheckoutPaymentChargeFailedEvent` |
| 27 | +- added type `CheckoutPaymentChargedEvent` |
| 28 | +- added type `CheckoutPaymentRefundFailedEvent` |
| 29 | +- added type `CheckoutPaymentRefundedEvent` |
| 30 | +- added type `CheckoutMessageOrderPayloadBaseData` |
| 31 | +- added type `CheckoutMessagePaymentsPayloadBaseData` |
| 32 | +</details> |
| 33 | + |
| 34 | + |
| 35 | +<details> |
| 36 | +<summary>Added Property(s)</summary> |
| 37 | + |
| 38 | +- added property `invalidateOlderTokens` to type `CustomerCreateEmailToken` |
| 39 | +- added property `invalidateOlderTokens` to type `CustomerCreatePasswordResetToken` |
| 40 | +- added property `invalidateOlderTokens` to type `CustomerToken` |
| 41 | +- added property `value` to type `CustomerEmailTokenCreatedMessage` |
| 42 | +- added property `invalidateOlderTokens` to type `CustomerEmailTokenCreatedMessage` |
| 43 | +- added property `value` to type `CustomerPasswordTokenCreatedMessage` |
| 44 | +- added property `invalidateOlderTokens` to type `CustomerPasswordTokenCreatedMessage` |
| 45 | +- added property `value` to type `CustomerEmailTokenCreatedMessagePayload` |
| 46 | +- added property `invalidateOlderTokens` to type `CustomerEmailTokenCreatedMessagePayload` |
| 47 | +- added property `value` to type `CustomerPasswordTokenCreatedMessagePayload` |
| 48 | +- added property `invalidateOlderTokens` to type `CustomerPasswordTokenCreatedMessagePayload` |
| 49 | +</details> |
| 50 | + |
| 51 | + |
| 52 | +<details> |
| 53 | +<summary>Added Enum(s)</summary> |
| 54 | + |
| 55 | +- added enum `checkout` to type `EventSubscriptionResourceTypeId` |
| 56 | +- added enum `CheckoutOrderCreationFailed` to type `EventType` |
| 57 | +- added enum `CheckoutPaymentAuthorizationCancelled` to type `EventType` |
| 58 | +- added enum `CheckoutPaymentAuthorizationFailed` to type `EventType` |
| 59 | +- added enum `CheckoutPaymentAuthorized` to type `EventType` |
| 60 | +- added enum `CheckoutPaymentCancelAuthorizationFailed` to type `EventType` |
| 61 | +- added enum `CheckoutPaymentCharged` to type `EventType` |
| 62 | +- added enum `CheckoutPaymentChargeFailed` to type `EventType` |
| 63 | +- added enum `CheckoutPaymentRefunded` to type `EventType` |
| 64 | +- added enum `CheckoutPaymentRefundFailed` to type `EventType` |
| 65 | +</details> |
| 66 | + |
| 67 | +**Import changes** |
| 68 | + |
| 69 | +<details> |
| 70 | +<summary>Removed Property(s)</summary> |
| 71 | + |
| 72 | +- :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `SearchKeywords` |
| 73 | +- :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `LocalizedString` |
| 74 | +</details> |
| 75 | + |
| 76 | + |
| 77 | +<details> |
| 78 | +<summary>Added Property(s)</summary> |
| 79 | + |
| 80 | +- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `SearchKeywords` |
| 81 | +- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `LocalizedString` |
| 82 | +</details> |
| 83 | + |
| 84 | +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/18.1.0...18.2.0 |
| 85 | + |
| 86 | +# 18.1.0 (2025-06-03) |
| 87 | + |
| 88 | +## New features |
| 89 | + |
| 90 | +### Split packages |
| 91 | + |
| 92 | +Additionally to the package `commercetools-sdk-java-api` we also release packages split by domain. This allows package size optimization for deployment targets with size constrains. See also https://commercetools.github.io/commercetools-sdk-java-v2/javadoc/com/commercetools/docs/meta/SizeOptimization.html |
| 93 | + |
| 94 | +## What's Changed |
| 95 | +* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/891 |
| 96 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/894 |
| 97 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/897 |
| 98 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/898 |
| 99 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/899 |
| 100 | +* Package split by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/900 |
| 101 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/901 |
| 102 | +* Package split example by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/902 |
| 103 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/905 |
| 104 | + |
| 105 | +**Import changes** |
| 106 | + |
| 107 | +<details> |
| 108 | +<summary>Removed Property(s)</summary> |
| 109 | + |
| 110 | +- :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `SearchKeywords` |
| 111 | +- :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `LocalizedString` |
| 112 | +</details> |
| 113 | + |
| 114 | + |
| 115 | +<details> |
| 116 | +<summary>Added Property(s)</summary> |
| 117 | + |
| 118 | +- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `SearchKeywords` |
| 119 | +- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `LocalizedString` |
| 120 | +</details> |
| 121 | + |
| 122 | + |
| 123 | +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/18.0.0...18.1.0 |
| 124 | + |
2 | 125 | # 18.0.0 (2025-05-02) |
3 | 126 |
|
4 | 127 | ## New Features |
|
0 commit comments