Skip to content

3.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Feb 08:22
3.0.0
03026db

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