Releases: Azure/azure-kusto-java
Releases · Azure/azure-kusto-java
v2.4.1
**Feature **
Nicer error message
v2.4.0
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
Fixes:
- Device authentication and certificate authentication did not expose a way to set authority id
v2.3.0
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
** new feature **
- Authentication by callable
v2.1.2
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
** 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
** New Feature**
Support apacheavro.
** Bug Fix **
Minor bug fix - throwing in certain situations NullPointerException without the exception from the query
V2.0.2
** New Feature**
Getter of the tables columns from response
v2.0.1
** Bug fix **
Commands were not parsed right in v2.0.0 - json response can come with columnType or dataType..