Skip to content

Update changelog #833

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2025
Merged
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
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@

# 17.27.0 (2025-02-19)

## What's Changed
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/816
* [DEVX-468] Capture errors in telemetry middleware by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/817
* chore(deps): update actions/create-github-app-token digest to 67e27a7 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/815
* Fix deserialization of time attributes/custom-fields by @jenschude in https://github.com/commercetools/commercetools-sdk-java-v2/pull/818
* fix(deps): update all dependencies by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/795
* chore(deps): pin gradle/actions action to 94baf22 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/812
* chore(deps): update codecov/codecov-action action to v5 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/796
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/819
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/820
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/821
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/822
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/823
* Update changelog by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/824
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/826
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/827
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/828
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/829
* Update generated SDKs by @ct-sdks in https://github.com/commercetools/commercetools-sdk-java-v2/pull/832
* Bump io.netty:netty-handler from 4.1.117.Final to 4.1.118.Final by @dependabot in https://github.com/commercetools/commercetools-sdk-java-v2/pull/825
* chore(deps): update plugin io.github.gradle-nexus.publish-plugin to v2 by @renovate in https://github.com/commercetools/commercetools-sdk-java-v2/pull/620


**Full Changelog**: https://github.com/commercetools/commercetools-sdk-java-v2/compare/17.26.0...17.27.0

# 17.26.0 (2025-02-03)

## What's Changed
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: "17.27.0-alpha.1-mcg"
commercetools: "17.27.0"
]
}

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

```maven
<properties>
<commercetools.version>17.27.0-alpha.1-mcg</commercetools.version>
<commercetools.version>17.27.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>17.27.0-alpha.1-mcg</commercetools.version>
<commercetools.version>17.27.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>17.27.0-alpha.1-mcg</commercetools.version>
<commercetools.version>17.27.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: "17.27.0-alpha.1-mcg",
commercetools: "17.27.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: "17.27.0-alpha.1-mcg",
commercetools: "17.27.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: "17.27.0-alpha.1-mcg",
commercetools: "17.27.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: "17.27.0-alpha.1-mcg",
commercetools: "17.27.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: "17.27.0-alpha.1-mcg",
commercetools: "17.27.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: "17.27.0-alpha.1-mcg"
commercetools: "17.27.0"
]
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Tue Feb 11 08:27:36 UTC 2025
#Wed Feb 19 11:53:32 UTC 2025
kotlinVersion=1.5.30
org.gradle.jvmargs=-Xmx2048m
version=17.28.0-SNAPSHOT
1 change: 0 additions & 1 deletion reference.txt

This file was deleted.