Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

27 lines (17 loc) · 1.71 KB

Changelog

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)