Skip to content

Releases: commercetools/commercetools-sdk-java-v2

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

2.0.0-beta.2

08 Dec 14:06
2.0.0-beta.2
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.1

08 Dec 12:57
2.0.0-beta.1
cb9d96f
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

1.6.0

26 Nov 08:18
1.6.0
a188acc
Compare
Choose a tag to compare