Skip to content

Commit 8a79f4c

Browse files
committed
TASK: Updating version in README
1 parent d157f9a commit 8a79f4c

File tree

12 files changed

+96
-12
lines changed

12 files changed

+96
-12
lines changed

CHANGELOG.md

+85
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,89 @@
11

2+
# 17.21.0 (2024-12-19)
3+
4+
## What's Changed
5+
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/767
6+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/768
7+
* DEVX-496 update spring boot version by @lojzatran in https://github.com/commercetools/commercetools-sdk-java-v2/pull/765
8+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/769
9+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/770
10+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/771
11+
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/774
12+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/775
13+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/776
14+
* DEVX-460 make metrics more precise for values below 0 ms by @lojzatran in https://github.com/commercetools/commercetools-sdk-java-v2/pull/772
15+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/777
16+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/778
17+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/779
18+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/780
19+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/781
20+
* Update Apache AsyncHttpClient by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/773
21+
22+
**Api changes**
23+
24+
<details>
25+
<summary>Added Resource(s)</summary>
26+
27+
- added resource `/{projectKey}/channels/key={key}`
28+
</details>
29+
30+
31+
<details>
32+
<summary>Added Method(s)</summary>
33+
34+
- added method `apiRoot.withProjectKey().channels().withKey().get()`
35+
- added method `apiRoot.withProjectKey().channels().withKey().head()`
36+
- added method `apiRoot.withProjectKey().channels().withKey().post()`
37+
- added method `apiRoot.withProjectKey().channels().withKey().delete()`
38+
</details>
39+
40+
41+
<details>
42+
<summary>Added Type(s)</summary>
43+
44+
- added type `CartDiscountPatternTarget`
45+
- added type `CountOnCustomLineItemUnits`
46+
- added type `CountOnLineItemUnits`
47+
- added type `PatternComponent`
48+
- added type `ShoppingListLineItemAddedMessage`
49+
- added type `ShoppingListLineItemRemovedMessage`
50+
- added type `ShoppingListMessage`
51+
- added type `ShoppingListLineItemAddedMessagePayload`
52+
- added type `ShoppingListLineItemRemovedMessagePayload`
53+
- added type `ShoppingListMessagePayload`
54+
</details>
55+
56+
57+
<details>
58+
<summary>Added Enum(s)</summary>
59+
60+
- added enum `Canceled` to type `ShipmentState`
61+
- added enum `shopping-list` to type `MessageSubscriptionResourceTypeId`
62+
</details>
63+
64+
65+
<details>
66+
<summary>Added Property(s)</summary>
67+
68+
- added property `applicationMode` to type `CartDiscountValueFixed`
69+
- added property `applicationMode` to type `CartDiscountValueFixedDraft`
70+
- added property `custom` to type `CartSetCustomShippingMethodAction`
71+
- added property `custom` to type `StagedOrderSetCustomShippingMethodAction`
72+
- added property `custom` to type `StagedOrderSetShippingAddressAndCustomShippingMethodAction`
73+
</details>
74+
75+
**History changes**
76+
77+
<details>
78+
<summary>Added Type(s)</summary>
79+
80+
- added type `ChangeTargetPatternChangeValue`
81+
- added type `PatternComponent`
82+
</details>
83+
84+
85+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.20.0...17.21.0
86+
287
# 17.20.0 (2024-12-02)
388

489
## What's Changed

README.md

+2-2
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: "17.21.0-alpha.1"
24+
commercetools: "17.21.0"
2525
]
2626
}
2727
@@ -42,7 +42,7 @@ dependencies {
4242

4343
```maven
4444
<properties>
45-
<commercetools.version>17.21.0-alpha.1</commercetools.version>
45+
<commercetools.version>17.21.0</commercetools.version>
4646
</properties>
4747
<dependencies>
4848
<dependency>

examples/maven-okhttp3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</plugins>
2828
</build>
2929
<properties>
30-
<commercetools.version>17.21.0-alpha.1</commercetools.version>
30+
<commercetools.version>17.21.0</commercetools.version>
3131
</properties>
3232
<dependencies>
3333
<dependency>

examples/maven-okhttp4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</plugins>
2828
</build>
2929
<properties>
30-
<commercetools.version>17.21.0-alpha.1</commercetools.version>
30+
<commercetools.version>17.21.0</commercetools.version>
3131
</properties>
3232
<dependencies>
3333
<dependency>

examples/spring-datadog-statsd/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
ext {
2222
versions = [
23-
commercetools: "17.21.0-alpha.1",
23+
commercetools: "17.21.0",
2424
]
2525
}
2626

examples/spring-datadog/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.21.0-alpha.1",
24+
commercetools: "17.21.0",
2525
]
2626
}
2727

examples/spring-dynatrace-oneagent/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020

2121
ext {
2222
versions = [
23-
commercetools: "17.21.0-alpha.1",
23+
commercetools: "17.21.0",
2424
]
2525
}
2626

examples/spring-newrelic/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.21.0-alpha.1",
24+
commercetools: "17.21.0",
2525
newrelic: "8.16.0"
2626
]
2727
}

examples/spring-otel/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121

2222
ext {
2323
versions = [
24-
commercetools: "17.21.0-alpha.1",
24+
commercetools: "17.21.0",
2525
]
2626
}
2727

examples/spring/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spotless {
3131

3232
ext {
3333
versions = [
34-
commercetools: "17.21.0-alpha.1"
34+
commercetools: "17.21.0"
3535
]
3636
}
3737

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Thu Dec 12 22:09:45 UTC 2024
1+
#Thu Dec 19 10:38:06 UTC 2024
22
kotlinVersion=1.5.30
33
org.gradle.jvmargs=-Xmx2048m
44
version=17.22.0-SNAPSHOT

reference.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)