Skip to content
Open
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
19 changes: 14 additions & 5 deletions sdk/deviceupdate/azure-iot-deviceupdate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0-beta.1 (2026-06-15)

This release is the first preview of the rewritten Device Update for IoT Hub client library generated from
TypeSpec. It targets API version `2026-06-01`.

### Features Added

### Breaking Changes
- Added `DeviceManagementClient` (and `DeviceManagementAsyncClient`) for device, group, deployment and
diagnostics operations, plus `DeviceManagementClientBuilder`.
- `DeviceUpdateClient` (and `DeviceUpdateAsyncClient`) now expose strongly-typed models in addition to the
existing low-level `BinaryData` / `RequestOptions` overloads.

### Bugs Fixed
### Breaking Changes

### Other Changes
- `DeviceUpdateClientBuilder.buildClient()` and `buildAsyncClient()` were removed. Use
`buildDeviceUpdateClient()` / `buildDeviceUpdateAsyncClient()` for the update catalog, and the new
`DeviceManagementClientBuilder` (or `DeviceUpdateClientBuilder.buildDeviceManagementClient()` /
`buildDeviceManagementAsyncClient()`) for device management.

## 1.0.33 (2026-05-05)

Expand Down Expand Up @@ -372,4 +381,4 @@ This is a new version of client SDK. Changes are:
This is the initial release of Azure Device Update for IoT Hub library. For more information, please see the [README](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/deviceupdate/azure-iot-deviceupdate/README.md)
and [samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/deviceupdate/azure-iot-deviceupdate/src/samples/README.md).

This is a Public Preview version, so breaking changes are possible in subsequent releases as we improve the product. To provide feedback, please submit an issue in our [Azure SDK for Java GitHub repo](https://github.com/Azure/azure-sdk-for-java/issues).
This is a Public Preview version, so breaking changes are possible in subsequent releases as we improve the product. To provide feedback, please submit an issue in our [Azure SDK for Java GitHub repo](https://github.com/Azure/azure-sdk-for-java/issues).

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Loading