Skip to content

Commit 73b7bb5

Browse files
Merge pull request #992 from commercetools/after-release
Update changelog
2 parents 572e90b + 2bb4924 commit 73b7bb5

File tree

13 files changed

+70
-14
lines changed

13 files changed

+70
-14
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,61 @@
11

2+
# 19.5.0 (2025-09-22)
3+
4+
## What's Changed
5+
6+
**Api changes**
7+
8+
<details>
9+
<summary>Required Property(s)</summary>
10+
11+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessage` to be optional
12+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessage` to be optional
13+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
14+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessage` to be optional
15+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
16+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessage` to be optional
17+
- changed property `variantSelection` of type `ProductSelectionProductAddedMessagePayload` to be optional
18+
- changed property `variantExclusion` of type `ProductSelectionProductExcludedMessagePayload` to be optional
19+
- changed property `oldVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
20+
- changed property `newVariantExclusion` of type `ProductSelectionVariantExclusionChangedMessagePayload` to be optional
21+
- changed property `oldVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
22+
- changed property `newVariantSelection` of type `ProductSelectionVariantSelectionChangedMessagePayload` to be optional
23+
</details>
24+
25+
26+
<details>
27+
<summary>Added Property(s)</summary>
28+
29+
- added property `interfaceId` to type `MyTransactionDraft`
30+
- added property `interfaceId` to type `Transaction`
31+
- added property `interfaceId` to type `TransactionDraft`
32+
</details>
33+
34+
35+
<details>
36+
<summary>Added Type(s)</summary>
37+
38+
- added type `PaymentTransactionInterfaceIdSetMessage`
39+
- added type `PaymentTransactionInterfaceIdSetMessagePayload`
40+
- added type `PaymentSetTransactionInterfaceIdAction`
41+
</details>
42+
43+
44+
* Update changelog by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/980
45+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/981
46+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/982
47+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/984
48+
* Checkout sdk by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/983
49+
* Bump io.projectreactor.netty:reactor-netty-http from 1.2.7 to 1.2.8 by @dependabot[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/948
50+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/986
51+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/987
52+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/988
53+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/989
54+
* Update generated SDKs by @ct-sdks[bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/990
55+
* SUPPORT-35419: making custom field not required by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/991
56+
57+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/19.4.0...19.5.0
58+
259
# 19.4.0 (2025-09-01)
360

461
**Api changes**

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear
2121
```gradle
2222
ext {
2323
versions = [
24-
commercetools: "19.4.0"
24+
commercetools: "19.5.0"
2525
]
2626
}
2727
@@ -42,7 +42,7 @@ dependencies {
4242

4343
```maven
4444
<properties>
45-
<commercetools.version>19.4.0</commercetools.version>
45+
<commercetools.version>19.5.0</commercetools.version>
4646
</properties>
4747
<dependencies>
4848
<dependency>

examples/maven-okhttp3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</plugins>
2929
</build>
3030
<properties>
31-
<commercetools.version>19.4.0</commercetools.version>
31+
<commercetools.version>19.5.0</commercetools.version>
3232
</properties>
3333
<dependencies>
3434
<dependency>

examples/maven-okhttp4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</plugins>
2929
</build>
3030
<properties>
31-
<commercetools.version>19.4.0</commercetools.version>
31+
<commercetools.version>19.5.0</commercetools.version>
3232
</properties>
3333
<dependencies>
3434
<dependency>

examples/split-packages/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</plugins>
2929
</build>
3030
<properties>
31-
<commercetools.version>19.4.0</commercetools.version>
31+
<commercetools.version>19.5.0</commercetools.version>
3232
</properties>
3333
<dependencies>
3434
<dependency>

examples/spring-datadog-statsd/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
ext {
2222
versions = [
23-
commercetools: "19.4.0",
23+
commercetools: "19.5.0",
2424
]
2525
}
2626

examples/spring-datadog/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "19.4.0",
24+
commercetools: "19.5.0",
2525
]
2626
}
2727

examples/spring-dynatrace-oneagent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
ext {
2222
versions = [
23-
commercetools: "19.4.0",
23+
commercetools: "19.5.0",
2424
]
2525
}
2626

examples/spring-newrelic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "19.4.0",
24+
commercetools: "19.5.0",
2525
newrelic: "8.16.0"
2626
]
2727
}

examples/spring-otel/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "19.4.0",
24+
commercetools: "19.5.0",
2525
]
2626
}
2727

0 commit comments

Comments
 (0)