Skip to content

v2.1.0

Compare
Choose a tag to compare
@perkops perkops released this 19 Mar 13:31

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)