Skip to content

Releases: Azure/azure-kusto-java

v7.0.8

06 May 09:37

Choose a tag to compare

Changed

  • Upgraded Azure SDK BOM to 1.3.6
  • Pinned msal4j to 1.24.1 for sovereign cloud support

v8.0.0

30 Apr 05:39

Choose a tag to compare

Changed

  • [BREAKING] Minimum Java version requirement updated to Java 11. Previous versions supported Java 8.
    Starting with version 8.0.0, Java 11 or later is required to use this SDK.

Added

  • New ingest-v2 module (0.0.1-beta) — next-generation ingestion library written in Kotlin. Uses Ktor +
    coroutines instead of Apache HttpClient + Reactor. Supports queued, streaming, and managed streaming
    ingestion with builder pattern. Includes OpenAPI-generated API models and Private Link support for
    EventHouse on Fabric.

v8.0.1

29 Apr 10:16
5b2e415

Choose a tag to compare

Fixed

  • Fixed double-application of the 30-second client grace period on every request.
    In v7.0.6 a 30s grace was added in ClientImpl.determineTimeout, but BaseClient.getContextTimeout
    was already adding the same 30s buffer (EXTRA_TIMEOUT_FOR_CLIENT_SIDE). The effective HTTP-client
    timeout was serverTimeout + 60s; it is now restored to serverTimeout + 30s.

v7.0.7

29 Apr 10:21
f909673

Choose a tag to compare

Fixed

  • Fixed double-application of the 30-second client grace period on every request.
    In v7.0.6 a 30s grace was added in ClientImpl.determineTimeout, but BaseClient.getContextTimeout
    was already adding the same 30s buffer (EXTRA_TIMEOUT_FOR_CLIENT_SIDE). The effective HTTP-client
    timeout was serverTimeout + 60s; it is now restored to serverTimeout + 30s.

v7.0.6

11 Mar 13:20

Choose a tag to compare

Fixed

  • Fixed servertimeout option being overriden from timespan string to numeric long value when reusing ClientRequestProperties across queries.

v7.0.5

06 Jan 07:59

Choose a tag to compare

Fixed

  • Remove vavr and resilience4j dependencies
  • Removed related methods in Utils, which should have never been public.

v7.0.4

26 Nov 13:43
b313557

Choose a tag to compare

Fixed

  • Support Delos and Gov SG clouds

v7.0.3

16 Sep 10:04
353cd2c

Choose a tag to compare

Fixed

  • Added type safe conversion of Id to UUID where response from TableEntity is a string on IngestionStatus.

v7.0.2

24 Jul 08:07

Choose a tag to compare

Fixed

  • Response decoding where multibyte UTF-8 characters were incorrectly decoded when processing large or chunked HTTP
    responses, resulting in data corruption.

v7.0.1

20 Jul 09:11

Choose a tag to compare

Added

  • Updated kusto endpoints