Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,74 @@

# 19.7.1 (2026-02-04)

## What's Changed
**Api changes**

<details>
<summary>Added Type(s)</summary>

- added type `CartDiscountSetRecurringOrderScopeAction`
- added type `CartLock`
- added type `FreezeStrategy`
- added type `CartLockCartAction`
- added type `CartSetPurchaseOrderNumberAction`
- added type `CartUnlockCartAction`
- added type `CartPurchaseOrderNumberSetMessage`
- added type `CartPurchaseOrderNumberSetMessagePayload`
- added type `AnyOrder`
- added type `AnyOrderDraft`
- added type `ApplicableRecurrencePolicies`
- added type `ApplicableRecurrencePoliciesDraft`
- added type `NonRecurringOrdersOnly`
- added type `NonRecurringOrdersOnlyDraft`
- added type `RecurringOrderScope`
- added type `RecurringOrderScopeDraft`
- added type `RecurringOrdersOnly`
- added type `RecurringOrdersOnlyDraft`
</details>


<details>
<summary>Required Property(s)</summary>

- :warning: changed property `deleteDaysAfterLastModification` of type `CartsConfiguration` to be required
- :warning: changed property `deleteDaysAfterLastModification` of type `ShoppingListsConfiguration` to be required
</details>


<details>
<summary>Added Property(s)</summary>

- added property `recurringOrderScope` to type `CartDiscount`
- added property `recurringOrderScope` to type `CartDiscountDraft`
- added property `freezeStrategy` to type `Cart`
- added property `lock` to type `Cart`
- added property `purchaseOrderNumber` to type `Cart`
- added property `purchaseOrderNumber` to type `CartDraft`
- added property `strategy` to type `CartFreezeCartAction`
</details>


* Update changelog by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1011
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1012
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1013
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1014
* Devx 714 how to query all with graph ql in java sdk by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1015
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1017
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1018
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1019
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1020
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1021
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1022
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1023
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1024
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1025
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1028
* DEVX-714: updating test example to fix javadoc parser by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/1027


**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/19.7.0...19.7.1

# 19.7.0 (2026-01-08)

## What's Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear
```gradle
ext {
versions = [
commercetools: "19.7.0"
commercetools: "19.7.1"
]
}

Expand All @@ -42,7 +42,7 @@ dependencies {

```maven
<properties>
<commercetools.version>19.7.0</commercetools.version>
<commercetools.version>19.7.1</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/maven-okhttp3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</plugins>
</build>
<properties>
<commercetools.version>19.7.0</commercetools.version>
<commercetools.version>19.7.1</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/maven-okhttp4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</plugins>
</build>
<properties>
<commercetools.version>19.7.0</commercetools.version>
<commercetools.version>19.7.1</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/split-packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</plugins>
</build>
<properties>
<commercetools.version>19.7.0</commercetools.version>
<commercetools.version>19.7.1</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-datadog-statsd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

ext {
versions = [
commercetools: "19.7.0",
commercetools: "19.7.1",
]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-datadog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

ext {
versions = [
commercetools: "19.7.0",
commercetools: "19.7.1",
]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-dynatrace-oneagent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

ext {
versions = [
commercetools: "19.7.0",
commercetools: "19.7.1",
]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-newrelic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

ext {
versions = [
commercetools: "19.7.0",
commercetools: "19.7.1",
newrelic: "8.16.0"
]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-otel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

ext {
versions = [
commercetools: "19.7.0",
commercetools: "19.7.1",
]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spotless {

ext {
versions = [
commercetools: "19.7.0"
commercetools: "19.7.1"
]
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu Jan 08 13:33:04 UTC 2026
#Wed Feb 04 16:06:12 UTC 2026
kotlinVersion=1.5.30
org.gradle.jvmargs=-Xmx2048m
version=19.8.0-SNAPSHOT
1 change: 0 additions & 1 deletion reference.txt

This file was deleted.