|
1 | 1 |
|
2 | | -# 19.2.0 (2025-08-21) |
| 2 | +# 19.3.0 (2025-08-22) |
3 | 3 |
|
4 | 4 | ## What's Changed |
5 | | -* Update changelog by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/962 |
6 | | -* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/963 |
7 | | -* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/965 |
8 | | -* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/966 |
9 | | -* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/967 |
10 | | -* Fix product Mixin Product level attributes by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/971 |
| 5 | +* Update changelog by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/972 |
| 6 | +* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/968 |
| 7 | +* updating dependency by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/973 |
| 8 | + |
| 9 | +**Api changes** |
| 10 | + |
| 11 | +<details> |
| 12 | +<summary>Added Type(s)</summary> |
| 13 | + |
| 14 | +- added type `CustomerDefaultBillingAddressSetMessage` |
| 15 | +- added type `CustomerDefaultShippingAddressSetMessage` |
| 16 | +- added type `CustomerStoresSetMessage` |
| 17 | +- added type `CustomerDefaultBillingAddressSetMessagePayload` |
| 18 | +- added type `CustomerDefaultShippingAddressSetMessagePayload` |
| 19 | +- added type `CustomerStoresSetMessagePayload` |
| 20 | +</details> |
| 21 | + |
| 22 | + |
| 23 | +<details> |
| 24 | +<summary>Added Method(s)</summary> |
| 25 | + |
| 26 | +- added method `apiRoot.withProjectKey().recurrencePolicies().withKey().delete()` |
| 27 | +- added method `apiRoot.withProjectKey().recurrencePolicies().withId().delete()` |
| 28 | +</details> |
| 29 | + |
| 30 | +**Import changes** |
| 31 | + |
| 32 | +<details> |
| 33 | +<summary>Added Type(s)</summary> |
| 34 | + |
| 35 | +- added type `AssociateRoleKeyReference` |
| 36 | +- added type `BusinessUnitKeyReference` |
| 37 | +- added type `BusinessUnitImportRequest` |
| 38 | +- added type `AssociateRoleInheritanceMode` |
| 39 | +- added type `BusinessUnitStatus` |
| 40 | +- added type `BusinessUnitAssociateMode` |
| 41 | +- added type `BusinessUnitApprovalRuleMode` |
| 42 | +- added type `BusinessUnitStoreMode` |
| 43 | +- added type `BusinessUnitType` |
| 44 | +- added type `AssociateRoleAssignmentDraft` |
| 45 | +- added type `AssociateDraft` |
| 46 | +- added type `BusinessUnitImport` |
| 47 | +- added type `CompanyBusinessUnitImport` |
| 48 | +- added type `DivisionBusinessUnitImport` |
| 49 | +</details> |
| 50 | + |
| 51 | + |
| 52 | +<details> |
| 53 | +<summary>Added Method(s)</summary> |
| 54 | + |
| 55 | +- added method `apiRoot.withProjectKeyValue().businessUnits().importContainers().withImportContainerKeyValue().post()` |
| 56 | +</details> |
11 | 57 |
|
12 | | -## New Contributors |
13 | | -* @ShipilA made their first contribution in https://github.com/commercetools/commercetools-sdk-java-v2/pull/971 |
14 | 58 |
|
15 | | -**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/19.1.0...19.2.0 |
| 59 | +<details> |
| 60 | +<summary>Added Resource(s)</summary> |
| 61 | + |
| 62 | +- added resource `/{projectKey}/business-units` |
| 63 | +- added resource `/{projectKey}/business-units/import-containers` |
| 64 | +- added resource `/{projectKey}/business-units/import-containers/{importContainerKey}` |
| 65 | +</details> |
| 66 | + |
| 67 | + |
| 68 | +<details> |
| 69 | +<summary>Added Enum(s)</summary> |
| 70 | + |
| 71 | +- added enum `business-unit` to type `ImportResourceType` |
| 72 | +- added enum `associate-role` to type `ReferenceType` |
| 73 | +- added enum `business-unit` to type `ReferenceType` |
| 74 | +</details> |
| 75 | + |
| 76 | +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/19.2.0...19.3.0 |
| 77 | + |
16 | 78 |
|
17 | 79 | # 19.1.0 (2025-08-05) |
18 | 80 |
|
|
0 commit comments