Skip to content

Commit

Permalink
[DigitalTwin] Release minor version to pick up stream-style serializa…
Browse files Browse the repository at this point in the history
…tion (#42868)
  • Loading branch information
mssfang authored Nov 14, 2024
1 parent 9d8b95b commit ea0a4ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ com.azure:azure-data-tables;12.4.6;12.5.0-beta.1
com.azure:azure-data-tables-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-developer-devcenter;1.0.5;1.1.0-beta.1
com.azure:azure-developer-loadtesting;1.0.18;1.1.0-beta.1
com.azure:azure-digitaltwins-core;1.3.25;1.4.0-beta.1
com.azure:azure-digitaltwins-core;1.3.25;1.4.0
com.azure:azure-e2e;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-health-deidentification;1.0.0;1.0.0-beta.2
com.azure:azure-health-insights-clinicalmatching;1.0.0-beta.1;1.0.0-beta.2
Expand Down
10 changes: 7 additions & 3 deletions sdk/digitaltwins/azure-digitaltwins-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.4.0-beta.1 (Unreleased)
## 1.4.0 (2024-11-14)

### Features Added

Expand All @@ -11,10 +11,14 @@

- Removed Jackson annotations from models and removed custom serializer for raw JSON fields.

### Bugs Fixed

### Other Changes

#### Dependency Updates

- Upgraded `azure-core-serializer-json-jackson` from `1.5.2` to version `1.5.4`.
- Upgraded `azure-core` from `1.53.0` to version `1.54.1`.
- Upgraded `azure-core-http-netty` from `1.15.5` to version `1.15.7`.

## 1.3.25 (2024-10-25)

### Other Changes
Expand Down
4 changes: 1 addition & 3 deletions sdk/digitaltwins/azure-digitaltwins-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.3.11</version>
<version>1.4.0</version>
</dependency>
```

Expand Down Expand Up @@ -94,8 +94,6 @@ You can familiarize yourself with different APIs using [samples for Digital Twin

Portions of the client library are generated through Autorest, and the swagger file used is defined in the Autorest config file.

To regenerate the code, run the Powershell script [generate.ps1](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/digitaltwins/azure-digitaltwins-core/generate.ps1).

### /src/samples

This directory contains sample code that demonstrates basic usage of this client library. For additional information,
Expand Down
2 changes: 1 addition & 1 deletion sdk/digitaltwins/azure-digitaltwins-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-digitaltwins-core</artifactId>
<version>1.4.0-beta.1</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->
<version>1.4.0</version> <!-- {x-version-update;com.azure:azure-digitaltwins-core;current} -->

<name>Microsoft Azure client library for Digital Twins</name>
<description>This package contains the Microsoft Azure DigitalTwins client library.</description>
Expand Down

0 comments on commit ea0a4ec

Please sign in to comment.