Skip to content

Releases: atc-net/atc-kusto

v2.10.2

12 Nov 08:35

Choose a tag to compare

2.10.2 (2025-11-12)

Bug Fixes

  • add JToken handling to DataRowExtensions for dynamic fields (dcaa4e0)

v2.10.1

27 Oct 14:19

Choose a tag to compare

2.10.1 (2025-10-27)

Bug Fixes

  • add KustoBooleanJsonConverter to handle Kusto's numeric boolean values (587e4cc)

v2.10.0

24 Oct 11:43

Choose a tag to compare

2.10.0 (2025-10-21)

Features

  • extensions: add SqlDecimal to decimal conversion helper (aed3d3d)

Bug Fixes

  • streaming: convert progressive frame values to match column types (ef9d846)

v2.9.0

01 Oct 06:22

Choose a tag to compare

2.9.0 (2025-09-29)

Features

  • add cancellation exception normalization for streaming queries (2f25423)
  • add cancellation exception normalization to query handlers (e106693)
  • add exception normalization helpers for cancellation (b0ea232)
  • add server-side cancellation support for Kusto queries (ff042e5)

Bug Fixes

  • prevent retry on cancellation exceptions in resilience pipeline (1a4d6fd)

v2.8.0

14 Sep 14:59

Choose a tag to compare

2.8.0 (2025-09-14)

Features

  • samples: switch customer sales values to decimal and adjust queries (5188823)
  • serialization: add decimal converter and update serializer docs (5f7fad6)
  • serialization: enhance decimal converter robustness and add extended tests (44ebac2)

v2.7.0

13 Aug 12:33

Choose a tag to compare

2.7.0 (2025-08-13)

Features

  • upgrade Microsoft.Azure.Kusto.Data package to newest major version (19be30a)

v2.6.1

24 Jun 11:51

Choose a tag to compare

2.6.1 (2025-06-24)

Bug Fixes

  • avoid unicode characters in KustoClientProvider exception message (e457fbc)
  • healthcheck: ensure camelCase is used for data (5da9541)

v2.6.0

23 Jun 12:43

Choose a tag to compare

2.6.0 (2025-06-23)

Features

  • add KustoClusterDiagnostic healthcheck support (defbce0)
  • sample: add sample for healthcheck usage (efd63df)

v2.5.0

04 Jun 08:56

Choose a tag to compare

2.5.0 (2025-06-04)

Features

  • add support for connectionstrings in KustoClientProvider/AtcKustoOptions incl. unit-tests (2ebb223)

v2.4.1

26 May 11:14

Choose a tag to compare

2.4.1 (2025-05-26)

Bug Fixes

  • ensure KustoProcessor has an overload for ExecuteQuery without QueryOptions (e9e0e0b)