|
1 | 1 |
|
| 2 | +# 17.23.0 (2025-01-21) |
| 3 | + |
| 4 | +## What's Changed |
| 5 | +* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/790 |
| 6 | +* Bump micromatch from 4.0.7 to 4.0.8 by @dependabot in https://github.com/commercetools/commercetools-sdk-java-v2/pull/718 |
| 7 | +* chore(deps): update gradle/actions action to v4 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/710 |
| 8 | +* chore(deps): update actions/setup-java digest to 7a6d8a8 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/709 |
| 9 | +* chore(deps): lock file maintenance by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/677 |
| 10 | +* chore(deps): update actions/checkout digest to 11bd719 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/676 |
| 11 | +* chore(deps): update actions/create-github-app-token digest to c1a2851 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/665 |
| 12 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/791 |
| 13 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/792 |
| 14 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/793 |
| 15 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/794 |
| 16 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/797 |
| 17 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/798 |
| 18 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/799 |
| 19 | +* [DEVX-516] add HttpClient info to UserAgent by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/784 |
| 20 | + |
| 21 | +**Api changes** |
| 22 | + |
| 23 | +<details> |
| 24 | +<summary>Added Resource(s)</summary> |
| 25 | + |
| 26 | +- added resource `/{projectKey}/in-store/key={storeKey}/business-units` |
| 27 | +- added resource `/{projectKey}/in-store/key={storeKey}/business-units/key={key}` |
| 28 | +- added resource `/{projectKey}/in-store/key={storeKey}/business-units/{ID}` |
| 29 | +</details> |
| 30 | + |
| 31 | + |
| 32 | +<details> |
| 33 | +<summary>Required Property(s)</summary> |
| 34 | + |
| 35 | +- :warning: changed property `triggerPattern` of type `CartDiscountPatternTarget` to be required |
| 36 | +- changed property `images` of type `ProductTailoringSetExternalImagesAction` to be optional |
| 37 | +</details> |
| 38 | + |
| 39 | + |
| 40 | +<details> |
| 41 | +<summary>Added Property(s)</summary> |
| 42 | + |
| 43 | +- added property `inheritedStores` to type `BusinessUnit` |
| 44 | +- added property `inheritedStores` to type `Company` |
| 45 | +- added property `inheritedStores` to type `Division` |
| 46 | +</details> |
| 47 | + |
| 48 | + |
| 49 | +<details> |
| 50 | +<summary>Added Method(s)</summary> |
| 51 | + |
| 52 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().get()` |
| 53 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().head()` |
| 54 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().post()` |
| 55 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().get()` |
| 56 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().head()` |
| 57 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().post()` |
| 58 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withKey().delete()` |
| 59 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().get()` |
| 60 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().head()` |
| 61 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().post()` |
| 62 | +- added method `apiRoot.withProjectKey().inStoreKeyWithStoreKeyValue().businessUnits().withId().delete()` |
| 63 | +</details> |
| 64 | + |
| 65 | +**History changes** |
| 66 | + |
| 67 | +<details> |
| 68 | +<summary>Changed Property(s)</summary> |
| 69 | + |
| 70 | +- :warning: changed property `extensions` of type `GraphQLError` from type `GraphQLErrorObject` to `object` |
| 71 | +</details> |
| 72 | + |
| 73 | + |
| 74 | +<details> |
| 75 | +<summary>Required Property(s)</summary> |
| 76 | + |
| 77 | +- :warning: changed property `triggerPattern` of type `ChangeTargetPatternChangeValue` to be required |
| 78 | +</details> |
| 79 | + |
| 80 | + |
| 81 | +<details> |
| 82 | +<summary>Removed Type(s)</summary> |
| 83 | + |
| 84 | +- :warning: removed type `GraphQLErrorObject` |
| 85 | +</details> |
| 86 | + |
| 87 | + |
| 88 | +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.22.0...17.23.0 |
| 89 | + |
2 | 90 | # 17.22.0 (2025-01-06)
|
3 | 91 |
|
4 | 92 | ## What's Changed
|
|
0 commit comments