Auto-sync from Azure-Kusto-Service

This commit is contained in:
Kusto Build System 2021-07-05 05:25:17 +00:00
Родитель e8670c8da3
Коммит a4021a8b3a
2 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,12 @@ https://docs.microsoft.com/en-us/azure/kusto/api/netfx/about-kusto-data
What's new?
===========
Version 9.3.0-preview (04-JUL-2021)
* Added dynamic authentication metadata resolution
* Kusto.Data: Added a new network client (KustoClientFactory.CreateKustoStatelessClient()) for proxy “fanout” scenarios
* Kusto.Ingest: Improved staging resources management
* Kusto.Ingest: Stopped compressing binary files when uploading to staging storage
Version 9.2.0 (25 APR 2021)
* Bug fix in Kusto HTTP client: Honor ExtendedServicePointManager.ServicePointCloudificationDisabled/ServicePointCloudificationDefaultConnectionLimit, if specified
* Bug fix in Kusto HTTP client: Properly shut down the connection pool on Dispose

Просмотреть файл

@ -6,6 +6,12 @@ https://docs.microsoft.com/en-us/azure/kusto/api/netfx/about-kusto-ingest
What's new?
===========
Version 9.3.0-preview (04-JUL-2021)
* Added dynamic authentication metadata resolution
* Kusto.Data: Added a new network client (KustoClientFactory.CreateKustoStatelessClient()) for proxy “fanout” scenarios
* Kusto.Ingest: Improved staging resources management
* Kusto.Ingest: Stopped compressing binary files when uploading to staging storage
Version 9.2.0 (25 APR 2021)
* Bug fix in Kusto HTTP client: Honor ExtendedServicePointManager.ServicePointCloudificationDisabled/ServicePointCloudificationDefaultConnectionLimit, if specified
* Bug fix in Kusto HTTP client: Properly shut down the connection pool on Dispose