Skip to content
Open
Show file tree
Hide file tree
Changes from 6 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
33 changes: 29 additions & 4 deletions sdk/iothub/azure-resourcemanager-iothub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,39 @@
# Release History

## 1.4.0-beta.3 (Unreleased)
## 1.4.0-beta.3 (2026-07-21)

### Features Added
- 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 api-version 2026-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

### Breaking Changes

### Bugs Fixed
#### `models.IotHubSkuTier` was modified

* `GENERATION2` was removed

#### `models.IotHubSku` was modified

* `GEN2` was removed
Comment on lines +9 to +15

@weidongxu-microsoft weidongxu-microsoft Jul 21, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are real breaks


### Features Added

* `models.EventStreamAuthenticationType` was added

* `models.GatewayVersion` was added

* `models.RoutingEventStreamProperties` was added

* `models.IotHubDetails` was added

#### `models.IotHubProperties` was modified

* `iotHubDetails()` was added
* `serviceHostName()` was added
* `deviceHostName()` was added

#### `models.RoutingEndpoints` was modified

### Other Changes
* `withEventStreams(java.util.List)` was added
* `eventStreams()` was added

## 1.4.0-beta.2 (2026-05-08)

Expand Down
4 changes: 2 additions & 2 deletions sdk/iothub/azure-resourcemanager-iothub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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 api-version 2025-08-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
This package contains Microsoft Azure SDK for IotHub Management SDK. Use this API to manage the IoT hubs in your Azure subscription. Package api-version 2026-05-01-preview. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).

## We'd love to hear your feedback

Expand Down Expand Up @@ -32,7 +32,7 @@ Various documentation is available to help you get started
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>azure-resourcemanager-iothub</artifactId>
<version>1.4.0-beta.2</version>
<version>1.4.0-beta.3</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
Loading
Loading