Skip to content
Merged
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
4 changes: 2 additions & 2 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ com.azure:azure-identity-broker-samples;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-identity-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-iot-deviceupdate;1.0.31;1.1.0-beta.1
com.azure:azure-iot-modelsrepository;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-json;1.5.0;1.6.0-beta.1
com.azure:azure-json;1.5.0;1.5.1
com.azure:azure-maps-traffic;1.0.0-beta.1;1.0.0-beta.2
com.azure:azure-maps-weather;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-maps-timezone;1.0.0-beta.2;1.0.0-beta.3
Expand Down Expand Up @@ -206,7 +206,7 @@ com.azure:azure-storage-queue;12.27.0;12.28.0-beta.2
com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-template-stress;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-verticals-agrifood-farming;1.0.0-beta.3;1.0.0-beta.4
com.azure:azure-xml;1.2.0;1.3.0-beta.1
com.azure:azure-xml;1.2.0;1.2.1
com.azure:perf-test-core;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-ai-vision-imageanalysis;1.0.6;1.1.0-beta.1
com.azure:identity-test-container;1.0.0-beta.1;1.0.0-beta.1
Expand Down
10 changes: 3 additions & 7 deletions sdk/serialization/azure-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

## 1.6.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.5.1 (2026-01-14)

### Other Changes

- Removed unused code to reduce library size and improve performance.

## 1.5.0 (2025-03-07)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/serialization/azure-json/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Azure JSON provides shared primitives, abstractions, and helpers for JSON.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-json</artifactId>
<version>1.6.0-beta.1</version>
<version>1.5.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/serialization/azure-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-json</artifactId>
<packaging>jar</packaging>
<version>1.6.0-beta.1</version> <!-- {x-version-update;com.azure:azure-json;current} -->
<version>1.5.1</version> <!-- {x-version-update;com.azure:azure-json;current} -->

<name>Microsoft Azure Java JSON Library</name>
<description>This package provides interfaces for reading and writing JSON.</description>
Expand Down
10 changes: 3 additions & 7 deletions sdk/serialization/azure-xml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Release History

## 1.3.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 1.2.1 (2026-01-14)

### Other Changes

- Removed unused code to reduce library size and improve performance.

## 1.2.0 (2025-01-27)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/serialization/azure-xml/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-xml</artifactId>
<version>1.3.0-beta.1</version>
<version>1.2.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/serialization/azure-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<groupId>com.azure</groupId>
<artifactId>azure-xml</artifactId>
<packaging>jar</packaging>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-xml;current} -->
<version>1.2.1</version> <!-- {x-version-update;com.azure:azure-xml;current} -->

<name>Microsoft Azure Java XML Library</name>
<description>This package provides interfaces for reading and writing XML.</description>
Expand Down
Loading