Skip to content

Releases: Azure/azure-kusto-java

v5.1.0

25 Jun 08:37
Compare
Choose a tag to compare

Added

  • Azure CLI authentication
  • Enhanced the robustness of the ingestion client

Fixed

  • Solved dependency issues

v5.0.5

06 Mar 13:36
83a6a1e
Compare
Choose a tag to compare

Fixed

  • Fixed bugs in how ClientRequestProperties' servertimeout is set/get, and aligned the 3 different ways to set/get this option
  • Replaced deprecated OpenTelemetry dependency
  • Fixed ConcurrentModificationException bug in ranked storage account buckets

v5.0.4

23 Jan 12:18
Compare
Choose a tag to compare

Changed

  • Changed binary files data format compression to false.
  • Enforce valid server timeout range.

Fixed

  • Getting ingestion resources could fail with containers list being empty.
  • Added missing headers in commands.
  • Throw KustoServiceQueryError when Kusto service result includes OneApiError(s).

v5.0.3

27 Nov 14:59
Compare
Choose a tag to compare

Added

  • Smarter way for retries with StorageAccounts
  • Support new playfab domain
  • Retries on metadata fetch

Fixed

  • IOException is sometimes considered transient

v5.0.2

27 Aug 06:46
465a5c3
Compare
Choose a tag to compare

[5.0.2] 2023-08-24

Fixed

  • close the http response

v5.0.1

31 Jul 09:19
9166bff
Compare
Choose a tag to compare

Added

Automatic retries for queued ingestion
executeQuery, executeMgmt to call with a specific type.

Fixed

Timer was used if authentication throws after client was closed
Public client credentials (user prompt,device auth) are synchronized - so that users are prompt once
Msal version was old after some change and collide with azure-identity msal dependency

v5.0.0

27 Jun 13:37
fae7704
Compare
Choose a tag to compare

Major change

  • Java 8 support as Java 11 is still supported throughout azure workspaces

Added

  • Support streaming ingestion from blob
  • dependency bumps, jackson, commons features, httpclient, and msal4j
  • Distributed tracing
  • setIgnoreFirstRecord() to easilly ignore first record
  • add storage runtime exceptions to signatures

Fixed

  • Replace non-ascii characters in headers to be in line with the service.
  • Timeout was not parsed good as string

v4.0.4

20 Mar 16:29
91e10d6
Compare
Choose a tag to compare

Added

  • Add new trident endpoint support

v4.0.3

14 Feb 06:47
e69725d
Compare
Choose a tag to compare

What's Changed

  • Aligned http header sending with the other SDKs

Full Changelog: v4.0.2...v4.0.3

v4.0.2 - Minor fixes

14 Feb 06:34
4e588de
Compare
Choose a tag to compare

What's Changed

  • Fixed issue with ingesting when sent http props
  • IngestionStatusInTableDescription to support serialization by @asaharn
  • Fix link for advancedquery in readme by @weltonrodrigo
  • Adding Microsoft SECURITY.MD

Full Changelog: v4.0.1...v4.0.2