Skip to content

Releases: commercetools/commercetools-sdk-java-v2

3.1.2

09 Apr 08:32
3.1.2
15e62fe
Compare
Choose a tag to compare

Fixed legacy SDK HttpClient

3.1.1

03 Mar 20:06
3.1.1
04e3d41
Compare
Choose a tag to compare

Fixes NPE with empty sets in custom fields

3.1.0

01 Mar 07:49
3.1.0
c4f6d3b
Compare
Choose a tag to compare

From this release on the SDK modules will only made available on Maven Central due to the deprecation of Bintray and JCenter.

3.0.2

16 Feb 08:01
3.0.2
a77e4b7
Compare
Choose a tag to compare

3.0.1

08 Feb 12:52
Compare
Choose a tag to compare

Fixes a bug related to adding format to the quantity field for DeliveryItem

3.0.0

03 Feb 08:22
3.0.0
03026db
Compare
Choose a tag to compare

Breaking Changes:

  • Properties accepting & returning JsonNode have been changed to accept and return Object. This mainly affects CustomFields, Attributes and CustomObjects.
  • VrapJsonUtils have been renamed to JsonUtils

Features:

  • JsonUtils can load Jackson Modules using ServiceLoaders
    A DeserializerModule has been added for the commercetools-sdk-java-api which deserializes the following entities to their respective types

    • Attributes
    • CustomFields
    • FacetResults
    • Review target property
  • added additional Setters for Union type properties

  • added method to return the response body to ApiMethod class

  • added explicit Accept-Encoding header for GZip compression

1.6.1

02 Feb 10:19
1.6.1
a95ee1d
Compare
Choose a tag to compare

Fixes a possible execution bottleneck in the OAuthMiddleware

2.0.1

19 Jan 13:06
2.0.1
e97f325
Compare
Choose a tag to compare

Fixes a possible execution bottleneck in the OAuthMiddleware

2.0.0

11 Jan 13:40
2.0.0
Compare
Choose a tag to compare

It's now mandatory to add a http client module as a dependency to avoid resolving unsupported versions of the HTTP client

The default one would be

Maven:

    <dependency>
      <groupId>com.commercetools.sdk</groupId>
      <artifactId>commercetools-http-client</artifactId>
      <version>${commercetools.version}</version>
    </dependency>

Gradle

dependencies {
    implementation "com.commercetools.sdk:commercetools-http-client:${versions.commercetools}"
}

2.0.0-beta.3

11 Jan 13:38
2.0.0-beta.3
8428a1b
Compare
Choose a tag to compare
2.0.0-beta.3 Pre-release
Pre-release