Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

51 lines (29 loc) · 3.21 KB

Changelog

2.2.1 (2025-03-25)

Bug Fixes

  • ensure IKustoClientProvider is public (3301efe)

2.2.0 (2025-03-25)

Features

  • add ResiliencePipeline to ExistingPagedStoredQueryHandler and SimpleQueryHandler (598ed66)

2.1.0 (2025-03-19)

Features

  • extend ServiceCollectionExtensions for ConfigureAzureDataExplorer to take optional configurationName (be230ba)
  • introduce KustoClientProvider, which provides functionality to retrieve Kusto clients for query executions or admin operations based on optional connectionName and databaseName (326865e)
  • introduce KustoProcessorFactory for creating instances of kustoprocessor configurable with specified connectionName and/or databaseName (0afe917)
  • make KustoScript more extensible by marking GetQueryText and GetParameters as virtual (9d1e7f0)

2.0.1 (2025-01-26)

Bug Fixes

  • ensure credential is an optional part of KustoConnectionStringBuilder to be able to connect to kustainer container image (db7cf8a)
  • set IsPackable to false on sample project to avoid nuget package generation (4a2f7cd)

2.0.0 (2025-01-09)

⚠ BREAKING CHANGES

  • change KustoQuery.ReadResult to virtual method
  • upgrade to .net9

Features

  • add dark mode for swagger in sample api (5a63e22)
  • add sample api (0e44013)
  • add sample to coding-rules configuration and update static code analyzers and coding-rules (b509549)
  • add several ServiceCollectionExtension overloads to ease configuration of AzureDataExplorer (3f699c5)
  • change KustoQuery.ReadResult to virtual method (106c942)
  • sample: add console sample application (8f91808)
  • upgrade to .net9 (f8adf71)