Skip to content

Releases: Azure/azure-kusto-java

v2.4.1

19 Nov 12:07
3e30e74
Compare
Choose a tag to compare

**Feature **
Nicer error message

v2.4.0

18 Nov 13:40
Compare
Choose a tag to compare

New Feature
ManagedStreamingIngestClient, which uses both StreamingIngestClient and QueuedIngestClient to get the advantages of both.
Right now it just tries the Streaming client 10 times, and if all of them fails it calls the Queued client.

v2.3.2

30 Sep 14:59
a141710
Compare
Choose a tag to compare

Fixes:

  • Device authentication and certificate authentication did not expose a way to set authority id

v2.3.0

07 Sep 07:33
59aa42e
Compare
Choose a tag to compare

Breaking Changes:

  • DataServiceException.cause will contain a json message from the service response with different and more detailed exception then before
  • Fasterxml.jackson library version is changed to [2.11.0,2.12.0)

** Bug Fix **

  • adal specifies nimbus-jose-jwt version [6.0.1,) which breaks now with version 9.0.0

v2.2.0

27 Aug 13:26
Compare
Choose a tag to compare

** new feature **

  • Authentication by callable

v2.1.2

17 Aug 10:04
8353f73
Compare
Choose a tag to compare

Bug Fix

  • Correct handling of client and server timeout set on ClientRequestProperties
  • Adjust resources refresh time on failure
  • Use newer adal4j version as 1.6.4 version fails sometimes on import

v2.1.1

23 Jun 17:19
0d2031d
Compare
Choose a tag to compare

** New Feature **
Add copyright headers, per MS OSS guidelines.
Better dealing with failure for refreshing ingestion resources and authentication context

** Bug Fix **
Table id from table of contents for queries response with more then two tables can be guid

v2.1.0

14 Jun 08:58
457d21b
Compare
Choose a tag to compare

** New Feature**
Support apacheavro.
** Bug Fix **
Minor bug fix - throwing in certain situations NullPointerException without the exception from the query

V2.0.2

05 May 12:20
e47d48b
Compare
Choose a tag to compare

** New Feature**
Getter of the tables columns from response

v2.0.1

12 Apr 11:45
6ad0321
Compare
Choose a tag to compare

** Bug fix **
Commands were not parsed right in v2.0.0 - json response can come with columnType or dataType..