github Azure/azure-sdk-for-java azure-resourcemanager-iothub_1.3.0

1.3.0 (2024-12-11)

  • Azure Resource Manager IotHub client library for Java. This package contains Microsoft Azure SDK for IotHub Management SDK. Use this API to manage the IoT hubs in your Azure subscription. Package tag package-2023-06. For documentation on how to use this package, please see Azure Management Libraries for Java.

Breaking Changes

Serialization/Deserialization change

  • Jackson is removed from dependency and no longer supported.
Migration Guide

If you are using Jackson/ObjectMapper for manual serialization/deserialization, configure your ObjectMapper for backward compatibility:

objectMapper.registerModule(com.azure.core.serializer.json.jackson.JacksonJsonProvider.getJsonSerializableDatabindModule());

Features Added

models.ErrorDetails was modified

  • getCode() was added
  • getAdditionalInfo() was added
  • getDetails() was added
  • getMessage() was added
  • getTarget() was added

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.