Releases: Azure/azure-kusto-java
Releases · Azure/azure-kusto-java
v7.0.8
Changed
- Upgraded Azure SDK BOM to 1.3.6
- Pinned msal4j to 1.24.1 for sovereign cloud support
v8.0.0
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-v2module (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
Fixed
- Fixed double-application of the 30-second client grace period on every request.
In v7.0.6 a 30s grace was added inClientImpl.determineTimeout, butBaseClient.getContextTimeout
was already adding the same 30s buffer (EXTRA_TIMEOUT_FOR_CLIENT_SIDE). The effective HTTP-client
timeout wasserverTimeout + 60s; it is now restored toserverTimeout + 30s.
v7.0.7
Fixed
- Fixed double-application of the 30-second client grace period on every request.
In v7.0.6 a 30s grace was added inClientImpl.determineTimeout, butBaseClient.getContextTimeout
was already adding the same 30s buffer (EXTRA_TIMEOUT_FOR_CLIENT_SIDE). The effective HTTP-client
timeout wasserverTimeout + 60s; it is now restored toserverTimeout + 30s.
v7.0.6
Fixed
- Fixed
servertimeoutoption being overriden from timespan string to numeric long value when reusingClientRequestPropertiesacross queries.
v7.0.5
Fixed
- Remove vavr and resilience4j dependencies
- Removed related methods in Utils, which should have never been public.
v7.0.4
Fixed
- Support Delos and Gov SG clouds
v7.0.3
Fixed
- Added type safe conversion of Id to UUID where response from TableEntity is a string on IngestionStatus.
v7.0.2
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
Added
- Updated kusto endpoints