|
1 | 1 |
|
| 2 | +# 18.3.0 (2025-06-20) |
| 3 | + |
| 4 | +## What's Changed |
| 5 | +* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/910 |
| 6 | +* chore(deps): lock file maintenance by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/904 |
| 7 | +* chore(deps): update gradle/actions digest to 8379f6a by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/906 |
| 8 | +* fix(deps): update all dependencies by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/895 |
| 9 | +* chore(deps): update actions/create-github-app-token digest to df432ce by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/892 |
| 10 | +* fix(deps): update dependency lint-staged to v16 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/903 |
| 11 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/911 |
| 12 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/915 |
| 13 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/916 |
| 14 | +* update Maven Release process by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/917 |
| 15 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/918 |
| 16 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/921 |
| 17 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/922 |
| 18 | +* update service regions by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/923 |
| 19 | +* support custom attributes for metrics by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/924 |
| 20 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/925 |
| 21 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/926 |
| 22 | +* Fix Logger with unwrapped CompletionExceptions by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/927 |
| 23 | + |
| 24 | +**Api changes** |
| 25 | + |
| 26 | +<details> |
| 27 | +<summary>Removed Property(s)</summary> |
| 28 | + |
| 29 | +- :warning: removed property `/[0-9].[0-9]*[1-9]/` from type `CategoryOrderHints` |
| 30 | +- :warning: removed property `//` from type `ProductVariantChannelAvailabilityMap` |
| 31 | +</details> |
| 32 | + |
| 33 | + |
| 34 | +<details> |
| 35 | +<summary>Changed Property(s)</summary> |
| 36 | + |
| 37 | +- :warning: changed property `filter` of type `SearchSorting` from type `SearchQueryExpression` to `SearchQuery` |
| 38 | +</details> |
| 39 | + |
| 40 | + |
| 41 | +<details> |
| 42 | +<summary>Added Property(s)</summary> |
| 43 | + |
| 44 | +- added property `/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/` to type `CategoryOrderHints` |
| 45 | +- added property `/^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/` to type `ProductVariantChannelAvailabilityMap` |
| 46 | +</details> |
| 47 | + |
| 48 | +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/18.2.0...18.3.0 |
| 49 | + |
2 | 50 | # 18.2.0 (2025-06-05) |
3 | 51 |
|
4 | 52 | ## Fixes |
|
0 commit comments