|
1 | 1 |
|
| 2 | +# 17.29.0 (2025-03-19) |
| 3 | + |
| 4 | +## What's Changed |
| 5 | +* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/846 |
| 6 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/847 |
| 7 | +* fix exception with invalid date deserialization by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/849 |
| 8 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/850 |
| 9 | + |
| 10 | +**Api changes** |
| 11 | + |
| 12 | +<details> |
| 13 | +<summary>Added QueryParameter(s)</summary> |
| 14 | + |
| 15 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products` |
| 16 | +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products` |
| 17 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections` |
| 18 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/key={key}` |
| 19 | +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/key={key}` |
| 20 | +- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/key={key}` |
| 21 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/{ID}` |
| 22 | +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/{ID}` |
| 23 | +- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/{ID}` |
| 24 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/search` |
| 25 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/key={key}` |
| 26 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/{ID}` |
| 27 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/key={key}` |
| 28 | +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/{ID}` |
| 29 | +</details> |
| 30 | + |
| 31 | + |
| 32 | +<details> |
| 33 | +<summary>Added Type(s)</summary> |
| 34 | + |
| 35 | +- added type `CustomerGroupAssignment` |
| 36 | +- added type `CustomerGroupAssignmentDraft` |
| 37 | +- added type `CustomerAddCustomerGroupAssignmentAction` |
| 38 | +- added type `CustomerRemoveCustomerGroupAssignmentAction` |
| 39 | +- added type `CustomerSetCustomerGroupAssignmentsAction` |
| 40 | +- added type `CustomerGroupAssignmentAddedMessage` |
| 41 | +- added type `CustomerGroupAssignmentRemovedMessage` |
| 42 | +- added type `CustomerGroupAssignmentsSetMessage` |
| 43 | +- added type `CustomerGroupAssignmentAddedMessagePayload` |
| 44 | +- added type `CustomerGroupAssignmentRemovedMessagePayload` |
| 45 | +- added type `CustomerGroupAssignmentsSetMessagePayload` |
| 46 | +</details> |
| 47 | + |
| 48 | + |
| 49 | +<details> |
| 50 | +<summary>Added Property(s)</summary> |
| 51 | + |
| 52 | +- added property `customerGroupAssignments` to type `Customer` |
| 53 | +- added property `customerGroupAssignments` to type `CustomerDraft` |
| 54 | +- added property `priceCustomerGroupAssignments` to type `ProductSearchProjectionParams` |
| 55 | +</details> |
| 56 | + |
| 57 | +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.28.0...17.29.0 |
| 58 | + |
2 | 59 | # 17.28.0 (2025-03-19) |
3 | 60 |
|
4 | 61 | ## What's Changed |
|
15 | 72 | * feat: always deserialize to long for jsonutils by @lojzatran in https://github.com/commercetools/commercetools-sdk-java-v2/pull/845 |
16 | 73 |
|
17 | 74 |
|
18 | | -**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.27.0...17.27.1 |
| 75 | +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.27.0...17.28.0 |
19 | 76 |
|
20 | 77 | # 17.27.0 (2025-02-19) |
21 | 78 |
|
|
0 commit comments