Skip to content

Commit ba50b91

Browse files
Merge pull request #626 from commercetools/after-release
Update changelog
2 parents 5cada20 + d246619 commit ba50b91

File tree

11 files changed

+101
-12
lines changed

11 files changed

+101
-12
lines changed

CHANGELOG.md

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

2+
# 17.10.0 (2024-04-18)
3+
4+
## What's Changed
5+
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/616
6+
* deserialize product search facets by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/624
7+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/610
8+
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/625
9+
10+
**Api changes**
11+
12+
<details>
13+
<summary>Changed Property(s)</summary>
14+
15+
- :warning: changed property `custom` of type `MyBusinessUnitDraft` from type `CustomFields` to `CustomFieldsDraft`
16+
- :warning: changed property `custom` of type `MyCompanyDraft` from type `CustomFields` to `CustomFieldsDraft`
17+
- :warning: changed property `custom` of type `MyDivisionDraft` from type `CustomFields` to `CustomFieldsDraft`
18+
</details>
19+
20+
21+
<details>
22+
<summary>Added Property(s)</summary>
23+
24+
- added property `attributedTo` to type `CreatedBy`
25+
- added property `attributedTo` to type `LastModifiedBy`
26+
- added property `postFilter` to type `ProductSearchRequest`
27+
</details>
28+
29+
30+
<details>
31+
<summary>Required Property(s)</summary>
32+
33+
- :warning: changed property `stores` of type `BusinessUnit` to be required
34+
- :warning: changed property `stores` of type `Company` to be required
35+
- :warning: changed property `stores` of type `Division` to be required
36+
- :warning: changed property `stores` of type `BusinessUnitSetStoresAction` to be required
37+
- :warning: changed property `stores` of type `CartDiscountSetStoresAction` to be required
38+
- :warning: changed property `stores` of type `Customer` to be required
39+
- :warning: changed property `stores` of type `CustomerSetStoresAction` to be required
40+
</details>
41+
42+
43+
<details>
44+
<summary>Added Type(s)</summary>
45+
46+
- added type `Attribution`
47+
- added type `AttributionSource`
48+
</details>
49+
50+
51+
<details>
52+
<summary>Removed Method(s)</summary>
53+
54+
- :warning: removed method `apiRoot.withProjectKey().products().search().head()`
55+
</details>
56+
57+
**Import changes**
58+
59+
<details>
60+
<summary>Added Resource(s)</summary>
61+
62+
- added resource `/{projectKey}/discount-codes`
63+
- added resource `/{projectKey}/discount-codes/import-containers`
64+
- added resource `/{projectKey}/discount-codes/import-containers/{importContainerKey}`
65+
</details>
66+
67+
68+
<details>
69+
<summary>Added Method(s)</summary>
70+
71+
- added method `apiRoot.withProjectKeyValue().discountCodes().importContainers().withImportContainerKeyValue().post()`
72+
</details>
73+
74+
75+
<details>
76+
<summary>Added Type(s)</summary>
77+
78+
- added type `DiscountCodeImportRequest`
79+
- added type `DiscountCodeImport`
80+
</details>
81+
82+
83+
<details>
84+
<summary>Added Enum(s)</summary>
85+
86+
- added enum `discount-code` to type `ImportResourceType`
87+
</details>
88+
89+
90+
**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.9.0...17.10.0
91+
292
# 17.9.0 (2024-04-08)
393

494
## What's Changed

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: "17.9.0"
24+
commercetools: "17.10.0"
2525
]
2626
}
2727
@@ -42,7 +42,7 @@ dependencies {
4242

4343
```maven
4444
<properties>
45-
<commercetools.version>17.9.0</commercetools.version>
45+
<commercetools.version>17.10.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
@@ -27,7 +27,7 @@
2727
</plugins>
2828
</build>
2929
<properties>
30-
<commercetools.version>17.9.0</commercetools.version>
30+
<commercetools.version>17.10.0</commercetools.version>
3131
</properties>
3232
<dependencies>
3333
<dependency>

examples/maven-okhttp4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</plugins>
2828
</build>
2929
<properties>
30-
<commercetools.version>17.9.0</commercetools.version>
30+
<commercetools.version>17.10.0</commercetools.version>
3131
</properties>
3232
<dependencies>
3333
<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: "17.9.0",
23+
commercetools: "17.10.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: "17.9.0",
24+
commercetools: "17.10.0",
2525
]
2626
}
2727

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: "17.9.0",
24+
commercetools: "17.10.0",
2525
newrelic: "8.0.1"
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: "17.9.0",
24+
commercetools: "17.10.0",
2525
]
2626
}
2727

examples/spring/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spotless {
3131

3232
ext {
3333
versions = [
34-
commercetools: "17.9.0",
34+
commercetools: "17.10.0",
3535
newrelic: "7.7.0"
3636
]
3737
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Mon Apr 08 16:25:42 UTC 2024
1+
#Thu Apr 18 14:13:02 UTC 2024
22
kotlinVersion=1.5.30
33
org.gradle.jvmargs=-Xmx2048m
4-
version=17.10.0-SNAPSHOT
4+
version=17.11.0-SNAPSHOT

reference.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)