Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,43 @@

# 18.1.0 (2025-06-03)

## New features

### Split packages

Additionally to the package `commercetools-sdk-java-api` we also release packages split by domain. This allows package size optimization for deployment targets with size constrains. See also https://commercetools.github.io/commercetools-sdk-java-v2/javadoc/com/commercetools/docs/meta/SizeOptimization.html

## What's Changed
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/891
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/894
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/897
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/898
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/899
* Package split by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/900
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/901
* Package split example by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/902
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/905

**Import changes**

<details>
<summary>Removed Property(s)</summary>

- :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `SearchKeywords`
- :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `LocalizedString`
</details>


<details>
<summary>Added Property(s)</summary>

- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `SearchKeywords`
- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `LocalizedString`
</details>


**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/18.0.0...18.1.0

# 18.0.0 (2025-05-02)

## New Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear
```gradle
ext {
versions = [
commercetools: "18.0.0"
commercetools: "18.1.0"
]
}

Expand All @@ -42,7 +42,7 @@ dependencies {

```maven
<properties>
<commercetools.version>18.0.0</commercetools.version>
<commercetools.version>18.1.0</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/maven-okhttp3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</plugins>
</build>
<properties>
<commercetools.version>18.0.0</commercetools.version>
<commercetools.version>18.1.0</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/maven-okhttp4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</plugins>
</build>
<properties>
<commercetools.version>18.0.0</commercetools.version>
<commercetools.version>18.1.0</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/split-packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</plugins>
</build>
<properties>
<commercetools.version>18.0.0</commercetools.version>
<commercetools.version>18.1.0</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-datadog-statsd/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

ext {
versions = [
commercetools: "18.0.0",
commercetools: "18.1.0",
]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-datadog/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

ext {
versions = [
commercetools: "18.0.0",
commercetools: "18.1.0",
]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-dynatrace-oneagent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {

ext {
versions = [
commercetools: "18.0.0",
commercetools: "18.1.0",
]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring-newrelic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

ext {
versions = [
commercetools: "18.0.0",
commercetools: "18.1.0",
newrelic: "8.16.0"
]
}
Expand Down
2 changes: 1 addition & 1 deletion examples/spring-otel/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {

ext {
versions = [
commercetools: "18.0.0",
commercetools: "18.1.0",
]
}

Expand Down
2 changes: 1 addition & 1 deletion examples/spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spotless {

ext {
versions = [
commercetools: "18.0.0"
commercetools: "18.1.0"
]
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Fri May 02 10:39:40 UTC 2025
#Tue Jun 03 13:06:08 UTC 2025
kotlinVersion=1.5.30
org.gradle.jvmargs=-Xmx2048m
version=18.1.0-SNAPSHOT
version=18.2.0-SNAPSHOT
1 change: 0 additions & 1 deletion reference.txt

This file was deleted.

Loading