Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare Monitor Ingestion March 2024 Patch Release (Manual) #39143

Merged
merged 2 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -163,7 +163,7 @@ com.azure:azure-messaging-webpubsub-client;1.0.0;1.1.0-beta.1
com.azure:azure-mixedreality-authentication;1.2.21;1.3.0-beta.1
com.azure:azure-mixedreality-remoterendering;1.1.26;1.2.0-beta.1
com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.20;1.0.0-beta.21
com.azure:azure-monitor-ingestion;1.1.4;1.2.0-beta.1
com.azure:azure-monitor-ingestion;1.1.4;1.1.5
com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-monitor-query;1.2.9;1.3.0-beta.3
com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.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.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
<version>1.1.5</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
Expand Down
11 changes: 6 additions & 5 deletions sdk/monitor/azure-monitor-ingestion/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Release History

## 1.2.0-beta.1 (Unreleased)
## 1.1.5 (2024-03-08)

### Features Added
### Other Changes

### Breaking Changes
- Updated the JavaDoc documentation to increase support for our clients.

### Bugs Fixed
#### Dependency Updates

### Other Changes
- Upgraded `azure-core-http-netty` from `1.14.0` to version `1.14.1`.
- Upgraded `azure-core` from `1.46.0` to version `1.47.0`.

## 1.1.4 (2024-02-20)

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 @@ -57,7 +57,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-ingestion</artifactId>
<version>1.1.0</version>
<version>1.1.5</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.2.0-beta.1</version> <!-- {x-version-update;com.azure:azure-monitor-ingestion;current} -->
<version>1.1.5</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
Loading