|
1 | 1 |
|
| 2 | +# 17.30.0 (2025-03-31) |
| 3 | + |
| 4 | +## Important information |
| 5 | + |
| 6 | +This will be the last release for Java 8. The next released version will be built with Java 11. |
| 7 | + |
| 8 | +## What's Changed |
| 9 | +* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/851 |
| 10 | +* fix(deps): update all dependencies by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/836 |
| 11 | +* Delete .github/workflows/scorecard.yml by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/852 |
| 12 | +* update logback by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/854 |
| 13 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/853 |
| 14 | +* chore(deps): update actions/setup-java digest to 3a4f6e1 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/831 |
| 15 | +* chore(deps): update actions/create-github-app-token digest to af35eda by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/830 |
| 16 | +* chore(deps): update plugin com.github.johnrengelman.shadow to v8 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/800 |
| 17 | +* add semgrep workflow by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/855 |
| 18 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/856 |
| 19 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/859 |
| 20 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/860 |
| 21 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/861 |
| 22 | +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/862 |
| 23 | +* chore(deps): update gradle/actions digest to 06832c7 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/864 |
| 24 | +* chore(deps): update actions/create-github-app-token digest to d72941d by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/863 |
| 25 | +* chore(deps): update github/codeql-action digest to 9f45e74 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/857 |
| 26 | + |
| 27 | +**Api changes** |
| 28 | + |
| 29 | +<details> |
| 30 | +<summary>Required Property(s)</summary> |
| 31 | + |
| 32 | +- changed property `facets` of type `ProductProjectionPagedSearchResponse` to be optional |
| 33 | +</details> |
| 34 | + |
| 35 | + |
| 36 | +<details> |
| 37 | +<summary>Removed QueryParameter(s)</summary> |
| 38 | + |
| 39 | +- :warning: removed query parameter `withTotal` from method `get /{projectKey}/product-projections/search` |
| 40 | +</details> |
| 41 | + |
| 42 | +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.29.0...17.30.0 |
| 43 | + |
2 | 44 | # 17.29.0 (2025-03-19) |
3 | 45 |
|
4 | 46 | ## What's Changed |
|
0 commit comments