Skip to content

Releases: atc-net/atc-kusto

v2.0.1

26 Jan 17:55
Compare
Choose a tag to compare

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)

v2.0.0

09 Jan 12:31
3316f6d
Compare
Choose a tag to compare

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)