From 6c84b32e0a920166489a394e8c39da0ac94cd54a Mon Sep 17 00:00:00 2001 From: Kusto Build System Date: Thu, 3 Mar 2022 22:03:23 +0000 Subject: [PATCH] Auto-sync from Azure-Kusto-Service --- Microsoft.Azure.Kusto.Data.changelog.md | 3 +++ Microsoft.Azure.Kusto.Ingest.changelog.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Microsoft.Azure.Kusto.Data.changelog.md b/Microsoft.Azure.Kusto.Data.changelog.md index c532cdf..d823d21 100644 --- a/Microsoft.Azure.Kusto.Data.changelog.md +++ b/Microsoft.Azure.Kusto.Data.changelog.md @@ -6,6 +6,9 @@ https://docs.microsoft.com/en-us/azure/kusto/api/netfx/about-kusto-data What's new? =========== +Version 10.0.1 (03-MAR-2022) +* Stable release of the last preview version + Version 10.0.0-preview (09-FEB-2022) * Added support for .NET 5.0 * Kusto client (created via KustoClientFactory) was modified to prevent connecting to service URIs which are “unknown” over HTTPS, to protect the principal’s AAD token from being sent to unknown targets (this behaviour can be overriden by using Kusto.Data.Common.Impl.WellKnownKustoEndpoints.SetOverridePolicy) diff --git a/Microsoft.Azure.Kusto.Ingest.changelog.md b/Microsoft.Azure.Kusto.Ingest.changelog.md index e2291cc..421d6d6 100644 --- a/Microsoft.Azure.Kusto.Ingest.changelog.md +++ b/Microsoft.Azure.Kusto.Ingest.changelog.md @@ -6,6 +6,9 @@ https://docs.microsoft.com/en-us/azure/kusto/api/netfx/about-kusto-ingest What's new? =========== +Version 10.0.1 (03-MAR-2022) +* Stable release of the last preview version + Version 10.0.0-preview (09-FEB-2022) * Added support for .NET 5.0 * Kusto client (created via KustoClientFactory) was modified to prevent connecting to service URIs which are “unknown” over HTTPS, to protect the principal’s AAD token from being sent to unknown targets (this behaviour can be overriden by using Kusto.Data.Common.Impl.WellKnownKustoEndpoints.SetOverridePolicy)