diff --git a/eng/versioning/version_client.txt b/eng/versioning/version_client.txt index 58960f1997a7..729f976773b8 100644 --- a/eng/versioning/version_client.txt +++ b/eng/versioning/version_client.txt @@ -164,7 +164,7 @@ com.azure:azure-monitor-opentelemetry-exporter;1.0.0-beta.32;1.0.0-beta.33 com.azure:azure-monitor-opentelemetry-autoconfigure;1.3.0;1.4.0-beta.1 com.azure:azure-monitor-ingestion;1.2.11;1.3.0-beta.1 com.azure:azure-monitor-ingestion-perf;1.0.0-beta.1;1.0.0-beta.1 -com.azure:azure-monitor-query;1.5.8;1.6.0-beta.1 +com.azure:azure-monitor-query;1.5.8;1.5.9 com.azure:azure-monitor-query-logs;1.0.0;1.1.0-beta.1 com.azure:azure-monitor-query-metrics;1.0.0;1.1.0-beta.1 com.azure:azure-monitor-query-perf;1.0.0-beta.1;1.0.0-beta.1 diff --git a/sdk/monitor/azure-monitor-query-logs/README.md b/sdk/monitor/azure-monitor-query-logs/README.md index aa739a2696d3..21378d7b28f8 100644 --- a/sdk/monitor/azure-monitor-query-logs/README.md +++ b/sdk/monitor/azure-monitor-query-logs/README.md @@ -58,7 +58,7 @@ Then include the direct dependency in the `dependencies` section without the ver If you want to take dependency on a particular version of the library that isn't present in the BOM, add the direct dependency to your project as follows. -[//]: # ({x-version-update-start;com.azure:azure-monitor-query;current}) +[//]: # ({x-version-update-start;com.azure:azure-monitor-query-logs;current}) ```xml diff --git a/sdk/monitor/azure-monitor-query-perf/pom.xml b/sdk/monitor/azure-monitor-query-perf/pom.xml index 36d5ce874e94..91d5007d2a21 100644 --- a/sdk/monitor/azure-monitor-query-perf/pom.xml +++ b/sdk/monitor/azure-monitor-query-perf/pom.xml @@ -31,7 +31,7 @@ com.azure azure-monitor-query - 1.6.0-beta.1 + 1.5.9 com.azure diff --git a/sdk/monitor/azure-monitor-query/CHANGELOG.md b/sdk/monitor/azure-monitor-query/CHANGELOG.md index 43e1620340e0..b9f181072e10 100644 --- a/sdk/monitor/azure-monitor-query/CHANGELOG.md +++ b/sdk/monitor/azure-monitor-query/CHANGELOG.md @@ -1,15 +1,15 @@ # Release History -## 1.6.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes - -### Bugs Fixed +## 1.5.9 (2025-08-11) ### Other Changes +- This package is deprecated in favor of the new libraries [azure-monitor-query-metrics](https://central.sonatype.com/artifact/com.azure/azure-monitor-query-metrics) + and [azure-monitor-query-logs](https://central.sonatype.com/artifact/com.azure/azure-monitor-query-logs), available as of August 2025. The metrics query operations of MetricsQueryClient and MetricsQueryAsyncClient are retained within the management library [azure-resourcemanager-monitor](https://central.sonatype.com/artifact/com.azure.resourcemanager/azure-resourcemanager-monitor). + While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. For transition support, read the migration + guides for [migrating to azure-monitor-query-logs](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/monitor/azure-monitor-query/migration-guide-query-logs.md) + and [migrating to azure-monitor-query-metrics](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/monitor/azure-monitor-query/migration-guide-query-metrics.md). + ## 1.5.8 (2025-07-29) ### Other Changes diff --git a/sdk/monitor/azure-monitor-query/README.md b/sdk/monitor/azure-monitor-query/README.md index a3caecb07899..dd3afa428947 100644 --- a/sdk/monitor/azure-monitor-query/README.md +++ b/sdk/monitor/azure-monitor-query/README.md @@ -1,5 +1,11 @@ # Azure Monitor Query client library for Java +> This package is deprecated in favor of the new libraries [azure-monitor-query-metrics](https://central.sonatype.com/artifact/com.azure/azure-monitor-query-metrics) +and [azure-monitor-query-logs](https://central.sonatype.com/artifact/com.azure/azure-monitor-query-logs), available as of August 2025. +While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. For transition support, read the migration +guides for [migrating to azure-monitor-query-logs](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/monitor/azure-monitor-query/migration-guide-query-logs.md) +and [migrating to azure-monitor-query-metrics](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/monitor/azure-monitor-query/migration-guide-query-metrics.md). + The Azure Monitor Query client library is used to execute read-only queries against [Azure Monitor][azure_monitor_overview]'s two data platforms: - [Logs](https://learn.microsoft.com/azure/azure-monitor/logs/data-platform-logs) - Collects and organizes log and performance data from monitored resources. Data from different sources such as platform logs from Azure services, log and performance data from virtual machines agents, and usage and performance data from apps can be consolidated into a single [Azure Log Analytics workspace](https://learn.microsoft.com/azure/azure-monitor/logs/data-platform-logs#log-analytics-and-workspaces). The various data types can be analyzed together using the [Kusto Query Language][kusto_query_language]. @@ -66,7 +72,7 @@ If you want to take dependency on a particular version of the library that isn't com.azure azure-monitor-query - 1.6.0-beta.1 + 1.5.9 ``` diff --git a/sdk/monitor/azure-monitor-query/pom.xml b/sdk/monitor/azure-monitor-query/pom.xml index 86c9b18a7cd9..723ab9baf028 100644 --- a/sdk/monitor/azure-monitor-query/pom.xml +++ b/sdk/monitor/azure-monitor-query/pom.xml @@ -11,10 +11,11 @@ com.azure azure-monitor-query - 1.6.0-beta.1 + 1.5.9 Microsoft Azure SDK for Azure Monitor Logs and Metrics Query - This package contains the Microsoft Azure SDK for querying Azure Monitor's Logs and Metrics data sources. + This package has been split into two newer libraries available at https://central.sonatype.com/artifact/com.azure/azure-monitor-query-metrics and https://central.sonatype.com/artifact/com.azure/azure-monitor-query-logs +