diff --git a/CHANGELOG.md b/CHANGELOG.md index 4884df76492..c8c059f7b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,61 @@ +# 17.29.0 (2025-03-19) + +## What's Changed +* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/846 +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/847 +* fix exception with invalid date deserialization by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/849 +* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/850 + +**Api changes** + +
+Added QueryParameter(s) + +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products` +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/key={key}` +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/key={key}` +- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/key={key}` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/products/{ID}` +- added query parameter `priceCustomerGroupAssignments` to method `post /{projectKey}/products/{ID}` +- added query parameter `priceCustomerGroupAssignments` to method `delete /{projectKey}/products/{ID}` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/search` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/key={key}` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/product-projections/{ID}` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/key={key}` +- added query parameter `priceCustomerGroupAssignments` to method `get /{projectKey}/in-store/key={storeKey}/product-projections/{ID}` +
+ + +
+Added Type(s) + +- added type `CustomerGroupAssignment` +- added type `CustomerGroupAssignmentDraft` +- added type `CustomerAddCustomerGroupAssignmentAction` +- added type `CustomerRemoveCustomerGroupAssignmentAction` +- added type `CustomerSetCustomerGroupAssignmentsAction` +- added type `CustomerGroupAssignmentAddedMessage` +- added type `CustomerGroupAssignmentRemovedMessage` +- added type `CustomerGroupAssignmentsSetMessage` +- added type `CustomerGroupAssignmentAddedMessagePayload` +- added type `CustomerGroupAssignmentRemovedMessagePayload` +- added type `CustomerGroupAssignmentsSetMessagePayload` +
+ + +
+Added Property(s) + +- added property `customerGroupAssignments` to type `Customer` +- added property `customerGroupAssignments` to type `CustomerDraft` +- added property `priceCustomerGroupAssignments` to type `ProductSearchProjectionParams` +
+ +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.28.0...17.29.0 + # 17.28.0 (2025-03-19) ## What's Changed @@ -15,7 +72,7 @@ * feat: always deserialize to long for jsonutils by @lojzatran in https://github.com/commercetools/commercetools-sdk-java-v2/pull/845 -**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.27.0...17.27.1 +**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.27.0...17.28.0 # 17.27.0 (2025-02-19) diff --git a/README.md b/README.md index 730f7a97ae8..d4db3755a2c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear ```gradle ext { versions = [ - commercetools: "17.28.0" + commercetools: "17.29.0" ] } @@ -42,7 +42,7 @@ dependencies { ```maven - 17.28.0 + 17.29.0 diff --git a/examples/maven-okhttp3/pom.xml b/examples/maven-okhttp3/pom.xml index e82a19334e7..d30eabbe7f1 100644 --- a/examples/maven-okhttp3/pom.xml +++ b/examples/maven-okhttp3/pom.xml @@ -27,7 +27,7 @@ - 17.28.0 + 17.29.0 diff --git a/examples/maven-okhttp4/pom.xml b/examples/maven-okhttp4/pom.xml index d671d9a8e28..2a88f023118 100644 --- a/examples/maven-okhttp4/pom.xml +++ b/examples/maven-okhttp4/pom.xml @@ -27,7 +27,7 @@ - 17.28.0 + 17.29.0 diff --git a/examples/spring-datadog-statsd/build.gradle b/examples/spring-datadog-statsd/build.gradle index 08928bd961b..6a663b77206 100644 --- a/examples/spring-datadog-statsd/build.gradle +++ b/examples/spring-datadog-statsd/build.gradle @@ -20,7 +20,7 @@ repositories { ext { versions = [ - commercetools: "17.28.0", + commercetools: "17.29.0", ] } diff --git a/examples/spring-datadog/build.gradle b/examples/spring-datadog/build.gradle index 11aafbef888..70f67d5bf37 100644 --- a/examples/spring-datadog/build.gradle +++ b/examples/spring-datadog/build.gradle @@ -21,7 +21,7 @@ repositories { ext { versions = [ - commercetools: "17.28.0", + commercetools: "17.29.0", ] } diff --git a/examples/spring-dynatrace-oneagent/build.gradle b/examples/spring-dynatrace-oneagent/build.gradle index 84725300d6c..50320476be9 100644 --- a/examples/spring-dynatrace-oneagent/build.gradle +++ b/examples/spring-dynatrace-oneagent/build.gradle @@ -20,7 +20,7 @@ repositories { ext { versions = [ - commercetools: "17.28.0", + commercetools: "17.29.0", ] } diff --git a/examples/spring-newrelic/build.gradle b/examples/spring-newrelic/build.gradle index bbc96487ce5..2fdf962b11e 100644 --- a/examples/spring-newrelic/build.gradle +++ b/examples/spring-newrelic/build.gradle @@ -21,7 +21,7 @@ repositories { ext { versions = [ - commercetools: "17.28.0", + commercetools: "17.29.0", newrelic: "8.16.0" ] } diff --git a/examples/spring-otel/build.gradle b/examples/spring-otel/build.gradle index 7637915fc03..468fb1fe2cd 100644 --- a/examples/spring-otel/build.gradle +++ b/examples/spring-otel/build.gradle @@ -21,7 +21,7 @@ repositories { ext { versions = [ - commercetools: "17.28.0", + commercetools: "17.29.0", ] } diff --git a/examples/spring/build.gradle b/examples/spring/build.gradle index 5f30b321640..0448a5155ef 100644 --- a/examples/spring/build.gradle +++ b/examples/spring/build.gradle @@ -31,7 +31,7 @@ spotless { ext { versions = [ - commercetools: "17.28.0" + commercetools: "17.29.0" ] } diff --git a/gradle.properties b/gradle.properties index 11f6a989a1f..cc5bb297da5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -#Wed Mar 19 09:52:46 UTC 2025 +#Wed Mar 19 14:20:33 UTC 2025 kotlinVersion=1.5.30 org.gradle.jvmargs=-Xmx2048m -version=17.29.0-SNAPSHOT +version=17.30.0-SNAPSHOT diff --git a/reference.txt b/reference.txt deleted file mode 100644 index 3942d8678b7..00000000000 --- a/reference.txt +++ /dev/null @@ -1 +0,0 @@ -a4fe92e28e967d91ddaad6750b6434a65949b840