File tree Expand file tree Collapse file tree 13 files changed +48
-15
lines changed
spring-dynatrace-oneagent Expand file tree Collapse file tree 13 files changed +48
-15
lines changed Original file line number Diff line number Diff line change 11
2+ # 19.4.0 (2025-09-01)
3+
4+ ** Api changes**
5+
6+ <details >
7+ <summary >Added Property(s)</summary >
8+
9+ - added property ` isActive ` to type ` DiscountGroup `
10+ - added property ` isActive ` to type ` DiscountGroupDraft `
11+ </details >
12+
13+
14+ <details >
15+ <summary >Added Type(s)</summary >
16+
17+ - added type ` DiscountGroupSetIsActiveAction `
18+ - added type ` MaxDiscountGroupsReachedError `
19+ - added type ` GraphQLMaxDiscountGroupsReachedError `
20+ - added type ` DiscountGroupIsActiveSetMessage `
21+ - added type ` DiscountGroupIsActiveSetMessagePayload `
22+ </details >
23+
24+
25+
26+ ## What's Changed
27+ * Update changelog by @ct-sdks [ bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/974
28+ * Update generated SDKs by @ct-sdks [ bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/976
29+ * Update generated SDKs by @ct-sdks [ bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/977
30+ * Update generated SDKs by @ct-sdks [ bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/978
31+ * Update generated SDKs by @ct-sdks [ bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/979
32+
33+
34+ ** Full Changelog** : https://github.com/commercetools/commercetools-sdk-java-v2/compare/19.3.0...19.4.0
35+
236# 19.3.0 (2025-08-22)
337
438## What's Changed
539* Update changelog by @ct-sdks [ bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/972
640* Update generated SDKs by @ct-sdks [ bot] in https://github.com/commercetools/commercetools-sdk-java-v2/pull/968
7- * updating dependency by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/973
41+ * updating dependency by @ShipilA in https://github.com/commercetools/commercetools-sdk-java-v2/pull/973 Thanks to @ drazenhrgar for the report
842
943** Api changes**
1044
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear
2121``` gradle
2222ext {
2323 versions = [
24- commercetools: "19.3 .0"
24+ commercetools: "19.4 .0"
2525 ]
2626}
2727
@@ -42,7 +42,7 @@ dependencies {
4242
4343``` maven
4444<properties>
45- <commercetools.version>19.3 .0</commercetools.version>
45+ <commercetools.version>19.4 .0</commercetools.version>
4646</properties>
4747<dependencies>
4848 <dependency>
Original file line number Diff line number Diff line change 2828 </plugins >
2929 </build >
3030 <properties >
31- <commercetools .version>19.3 .0</commercetools .version>
31+ <commercetools .version>19.4 .0</commercetools .version>
3232 </properties >
3333 <dependencies >
3434 <dependency >
Original file line number Diff line number Diff line change 2828 </plugins >
2929 </build >
3030 <properties >
31- <commercetools .version>19.3 .0</commercetools .version>
31+ <commercetools .version>19.4 .0</commercetools .version>
3232 </properties >
3333 <dependencies >
3434 <dependency >
Original file line number Diff line number Diff line change 2828 </plugins >
2929 </build >
3030 <properties >
31- <commercetools .version>19.3 .0</commercetools .version>
31+ <commercetools .version>19.4 .0</commercetools .version>
3232 </properties >
3333 <dependencies >
3434 <dependency >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
2020
2121ext {
2222 versions = [
23- commercetools : " 19.3 .0" ,
23+ commercetools : " 19.4 .0" ,
2424 ]
2525}
2626
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121
2222ext {
2323 versions = [
24- commercetools : " 19.3 .0" ,
24+ commercetools : " 19.4 .0" ,
2525 ]
2626}
2727
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
2020
2121ext {
2222 versions = [
23- commercetools : " 19.3 .0" ,
23+ commercetools : " 19.4 .0" ,
2424 ]
2525}
2626
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121
2222ext {
2323 versions = [
24- commercetools : " 19.3 .0" ,
24+ commercetools : " 19.4 .0" ,
2525 newrelic : " 8.16.0"
2626 ]
2727}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121
2222ext {
2323 versions = [
24- commercetools : " 19.3 .0" ,
24+ commercetools : " 19.4 .0" ,
2525 ]
2626}
2727
You can’t perform that action at this time.
0 commit comments