|
1 | 1 |
|
| 2 | +# 19.11.0 (2026-05-28) |
| 3 | + |
| 4 | +## What's Changed |
| 5 | + |
| 6 | +* Update changelog by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1066 |
| 7 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1067 |
| 8 | +* add customizable interface to business unit by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1071 |
| 9 | +* Optimize HTTP client performance: eliminate redundant header... by @peniakoff in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1069 |
| 10 | + |
| 11 | +**Api changes** |
| 12 | + |
| 13 | +<details> |
| 14 | +<summary>Added Enum(s)</summary> |
| 15 | + |
| 16 | +- added enum `ReserveOnCart` to type `InventoryMode` |
| 17 | +- added enum `reservation` to type `ReferenceTypeId` |
| 18 | +- added enum `reservation` to type `ResourceTypeId` |
| 19 | +</details> |
| 20 | + |
| 21 | + |
| 22 | +<details> |
| 23 | +<summary>Added Type(s)</summary> |
| 24 | + |
| 25 | +- added type `ReservationReference` |
| 26 | +- added type `CartSetReservationExpirationInMinutesAction` |
| 27 | +- added type `NonStandardCurrency` |
| 28 | +- added type `CircularDependencyError` |
| 29 | +- added type `ExtensionChainTooDeepError` |
| 30 | +- added type `ExtensionChainTooWideError` |
| 31 | +- added type `ExtensionDependencyExistsError` |
| 32 | +- added type `LineItemQuantityAboveLimitError` |
| 33 | +- added type `LineItemQuantityBelowLimitError` |
| 34 | +- added type `MissingDependencyError` |
| 35 | +- added type `GraphQLCircularDependencyError` |
| 36 | +- added type `GraphQLExtensionChainTooDeepError` |
| 37 | +- added type `GraphQLExtensionChainTooWideError` |
| 38 | +- added type `GraphQLExtensionDependencyExistsError` |
| 39 | +- added type `GraphQLLineItemQuantityAboveLimitError` |
| 40 | +- added type `GraphQLLineItemQuantityBelowLimitError` |
| 41 | +- added type `GraphQLMissingDependencyError` |
| 42 | +- added type `ExtensionAdditionalContext` |
| 43 | +- added type `ExtensionAdditionalContextDraft` |
| 44 | +- added type `ExtensionReference` |
| 45 | +- added type `ExtensionResourceIdentifier` |
| 46 | +- added type `ExtensionSetAdditionalContextAction` |
| 47 | +- added type `ExtensionSetDependenciesAction` |
| 48 | +- added type `ExtensionSetExpansionPathsAction` |
| 49 | +- added type `InventoryEntryStockLevels` |
| 50 | +- added type `InventoryEntrySetReorderPointAction` |
| 51 | +- added type `InventoryEntrySetReservationExpirationInMinutesAction` |
| 52 | +- added type `InventoryEntrySetSafetyStockAction` |
| 53 | +- added type `InventoryEntryOutOfStockMessage` |
| 54 | +- added type `InventoryEntryReorderPointMessage` |
| 55 | +- added type `InventoryEntryReservationExpirationInMinutesSetMessage` |
| 56 | +- added type `InventoryEntrySafetyStockMessage` |
| 57 | +- added type `InventoryEntryOutOfStockMessagePayload` |
| 58 | +- added type `InventoryEntryReorderPointMessagePayload` |
| 59 | +- added type `InventoryEntryReservationExpirationInMinutesSetMessagePayload` |
| 60 | +- added type `InventoryEntrySafetyStockMessagePayload` |
| 61 | +- added type `InventoryConfiguration` |
| 62 | +- added type `ProjectSetReleaseExpiredReservationsAction` |
| 63 | +- added type `ProjectSetReservationExpirationInMinutesAction` |
| 64 | +- added type `Reservation` |
| 65 | +- added type `ReservationState` |
| 66 | +- added type `CannotChangeReservationExpiryWarning` |
| 67 | +- added type `CannotCreateReservationWarning` |
| 68 | +- added type `CannotUpdateReservationWarning` |
| 69 | +</details> |
| 70 | + |
| 71 | + |
| 72 | +<details> |
| 73 | +<summary>Added Property(s)</summary> |
| 74 | + |
| 75 | +- added property `warnings` to type `Cart` |
| 76 | +- added property `reservation` to type `LineItem` |
| 77 | +- added property `dependencies` to type `Extension` |
| 78 | +- added property `expansionPaths` to type `Extension` |
| 79 | +- added property `additionalContext` to type `Extension` |
| 80 | +- added property `dependencies` to type `ExtensionDraft` |
| 81 | +- added property `expansionPaths` to type `ExtensionDraft` |
| 82 | +- added property `additionalContext` to type `ExtensionDraft` |
| 83 | +- added property `oldResource` to type `ExtensionInput` |
| 84 | +- added property `reservationExpirationInMinutes` to type `InventoryEntry` |
| 85 | +- added property `stockLevels` to type `InventoryEntry` |
| 86 | +- added property `reservationExpirationInMinutes` to type `InventoryEntryDraft` |
| 87 | +- added property `stockLevels` to type `InventoryEntryDraft` |
| 88 | +- added property `inventory` to type `Project` |
| 89 | +</details> |
| 90 | + |
| 91 | +**Import changes** |
| 92 | + |
| 93 | +<details> |
| 94 | +<summary>Added Resource(s)</summary> |
| 95 | + |
| 96 | +- added resource `/{projectKey}/product-tailorings` |
| 97 | +- added resource `/{projectKey}/product-tailorings/import-containers` |
| 98 | +- added resource `/{projectKey}/product-tailorings/import-containers/{importContainerKey}` |
| 99 | +</details> |
| 100 | + |
| 101 | + |
| 102 | +<details> |
| 103 | +<summary>Added Enum(s)</summary> |
| 104 | + |
| 105 | +- added enum `product-tailoring` to type `ImportResourceType` |
| 106 | +</details> |
| 107 | + |
| 108 | + |
| 109 | +<details> |
| 110 | +<summary>Added Type(s)</summary> |
| 111 | + |
| 112 | +- added type `ProductTailoringImportRequest` |
| 113 | +- added type `ProductVariantTailoringImport` |
| 114 | +- added type `ProductTailoringImport` |
| 115 | +</details> |
| 116 | + |
| 117 | + |
| 118 | +<details> |
| 119 | +<summary>Added Method(s)</summary> |
| 120 | + |
| 121 | +- added method `apiRoot.withProjectKeyValue().productTailorings().importContainers().withImportContainerKeyValue().post()` |
| 122 | +</details> |
| 123 | + |
| 124 | + |
| 125 | +<details> |
| 126 | +<summary>Added Property(s)</summary> |
| 127 | + |
| 128 | +- added property `reservationExpirationInMinutes` to type `InventoryImport` |
| 129 | +- added property `active` to type `StandalonePriceImport` |
| 130 | +</details> |
| 131 | + |
| 132 | +**History changes** |
| 133 | + |
| 134 | +<details> |
| 135 | +<summary>Added Enum(s)</summary> |
| 136 | + |
| 137 | +- added enum `setReservationExpirationInMinutes` to type `UpdateType` |
| 138 | +</details> |
| 139 | + |
| 140 | + |
| 141 | +<details> |
| 142 | +<summary>Added Type(s)</summary> |
| 143 | + |
| 144 | +- added type `SetTransactionInterfaceIdChange` |
| 145 | +</details> |
| 146 | + |
| 147 | + |
| 148 | +<details> |
| 149 | +<summary>Added Property(s)</summary> |
| 150 | + |
| 151 | +- added property `catalogData` to type `ChangeLocalizedNameChange` |
| 152 | +- added property `catalogData` to type `SetLocalizedDescriptionChange` |
| 153 | +</details> |
| 154 | + |
| 155 | +**Checkout changes** |
| 156 | + |
| 157 | +<details> |
| 158 | +<summary>Added Enum(s)</summary> |
| 159 | + |
| 160 | +- added enum `eu-central-1.aws` to type `Region` |
| 161 | +- added enum `us-east-2.aws` to type `Region` |
| 162 | +</details> |
| 163 | + |
| 164 | + |
| 165 | +<details> |
| 166 | +<summary>Removed Type(s)</summary> |
| 167 | + |
| 168 | +- :warning: removed type `SetConnectorDeploymentUpdateAction` |
| 169 | +</details> |
| 170 | + |
| 171 | +## New Contributors |
| 172 | +* @peniakoff made their first contribution in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1069 |
| 173 | + |
| 174 | +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/19.10.0...19.11.0 |
| 175 | + |
2 | 176 | # 19.10.0 (2026-05-18) |
3 | 177 |
|
4 | 178 | ## What's Changed |
|
0 commit comments