File tree 11 files changed +26
-11
lines changed
11 files changed +26
-11
lines changed Original file line number Diff line number Diff line change 1
1
2
+ # 17.15.1 (2024-09-17)
3
+
4
+ ## What's Changed
5
+ * Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/719
6
+ * Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/720
7
+ * Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/721
8
+ * Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/722
9
+ * Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/723
10
+ * Switch (de)serialization metrics to the correct meaning by @lojzatran in https://github.com/commercetools/commercetools-sdk-java-v2/pull/724
11
+ * Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/725
12
+ * add test for Datadog middleware by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/726
13
+ * Send datadog metrics in double instead of long by @lojzatran in https://github.com/commercetools/commercetools-sdk-java-v2/pull/727
14
+
15
+
16
+ ** Full Changelog** : https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.15.0...17.15.1
17
+
2
18
# 17.15.0 (2024-09-02)
3
19
4
20
## What's Changed
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
21
21
``` gradle
22
22
ext {
23
23
versions = [
24
- commercetools: "17.15.0 "
24
+ commercetools: "17.15.1 "
25
25
]
26
26
}
27
27
@@ -42,7 +42,7 @@ dependencies {
42
42
43
43
``` maven
44
44
<properties>
45
- <commercetools.version>17.15.0 </commercetools.version>
45
+ <commercetools.version>17.15.1 </commercetools.version>
46
46
</properties>
47
47
<dependencies>
48
48
<dependency>
Original file line number Diff line number Diff line change 27
27
</plugins >
28
28
</build >
29
29
<properties >
30
- <commercetools .version>17.15.0 </commercetools .version>
30
+ <commercetools .version>17.15.1 </commercetools .version>
31
31
</properties >
32
32
<dependencies >
33
33
<dependency >
Original file line number Diff line number Diff line change 27
27
</plugins >
28
28
</build >
29
29
<properties >
30
- <commercetools .version>17.15.0 </commercetools .version>
30
+ <commercetools .version>17.15.1 </commercetools .version>
31
31
</properties >
32
32
<dependencies >
33
33
<dependency >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
20
20
21
21
ext {
22
22
versions = [
23
- commercetools : " 17.15.0 " ,
23
+ commercetools : " 17.15.1 " ,
24
24
]
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
22
22
ext {
23
23
versions = [
24
- commercetools : " 17.15.0 " ,
24
+ commercetools : " 17.15.1 " ,
25
25
]
26
26
}
27
27
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
22
22
ext {
23
23
versions = [
24
- commercetools : " 17.15.0 " ,
24
+ commercetools : " 17.15.1 " ,
25
25
newrelic : " 8.0.1"
26
26
]
27
27
}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
21
21
22
22
ext {
23
23
versions = [
24
- commercetools : " 17.15.0 " ,
24
+ commercetools : " 17.15.1 " ,
25
25
]
26
26
}
27
27
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ spotless {
31
31
32
32
ext {
33
33
versions = [
34
- commercetools : " 17.15.0 " ,
34
+ commercetools : " 17.15.1 " ,
35
35
newrelic : " 7.7.0"
36
36
]
37
37
}
Original file line number Diff line number Diff line change 1
- # Mon Sep 02 12:23:03 UTC 2024
1
+ # Tue Sep 17 14:21:53 UTC 2024
2
2
kotlinVersion =1.5.30
3
3
org.gradle.jvmargs =-Xmx2048m
4
4
version =17.16.0-SNAPSHOT
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments