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
2 changes: 1 addition & 1 deletion eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ com.azure:azure-mixedreality-authentication;1.2.33;1.3.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.1.38;1.2.0-beta.1
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.32;1.0.0-beta.33
com.azure:azure-monitor-opentelemetry-autoconfigure;1.2.0;1.3.0-beta.1
com.azure:azure-monitor-ingestion;1.2.10;1.3.0-beta.1
com.azure:azure-monitor-ingestion;1.2.10;1.2.11
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-monitor-query;1.5.7;1.6.0-beta.1
com.azure:azure-monitor-query-logs;2.0.0-beta.1;2.0.0-beta.1
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-ingestion-perf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-ingestion</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
<version>1.2.11</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
11 changes: 5 additions & 6 deletions sdk/monitor/azure-monitor-ingestion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Release History

## 1.3.0-beta.1 (Unreleased)
## 1.2.11 (2025-07-22)

### Features Added

### Breaking Changes
### Other Changes

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core-http-netty` from `1.15.12` to version `1.15.13`.
- Upgraded `azure-core` from `1.55.4` to version `1.55.5`.

## 1.2.10 (2025-06-19)

Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-ingestion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-ingestion</artifactId>
<version>1.3.0-beta.1</version>
<version>1.2.11</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-ingestion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-monitor-ingestion</artifactId>
<version>1.3.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
<version>1.2.11</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->

<packaging>jar</packaging>
<name>Microsoft Azure SDK for Azure Monitor Data Ingestion</name>
Expand Down