Skip to content

Releases: Azure/azure-kusto-java

v2.0.0(deprecated)

30 Jun 15:34
d95811b
Compare
Choose a tag to compare

BREAKING CHANGES:
Query:
Results return now in a new class KustoOperationResult, which implements Iterator<KustoResultSetTable> , KustoResultSetTable are the tables returned from the query result each implementing ResultSet. KustoOperationResult has different methods - please call KustoOperationResult.getPrimaryResults to the table with the results data. Call KustoResultSetTable.getData to get the all the results data as array of arrays.

FEATURES:

A new class called ColumnMapping can be used to configure mappings inline using ingesionProperties.ingestionMapping. This is not recommended (better create the mapping on the table and use reference) for production but is nice for development

v1.4.2

25 Jan 14:25
9ad5501
Compare
Choose a tag to compare

BREAKING CHANGES:

None.

FEATURES:

None

FIXES:

Naming of compressed blobs with ingestFromFile and ingestFromStream.
Also not compressing orc and parquet in the above

v1.4.1

22 Jan 09:25
9561924
Compare
Choose a tag to compare

BREAKING CHANGES:

None.

FEATURES:

None

FIXES:

Used to compress files that are already compress or we don't support its compression (orc, parquet) and naming accordingly
In ingest from stream - name the file with the original compression

v1.4.0

24 Dec 10:01
3df6545
Compare
Choose a tag to compare

BREAKING CHANGES:

None.

FEATURES:

  • ORC was added as format

v1.3.0

09 Dec 08:55
4ee4f57
Compare
Choose a tag to compare

BREAKING CHANGES:

None.

FEATURES:

  • Client is now closeable
  • tsve was added as format
  • Support ingestion of compressed data (zip,gz)

FIXES:

  • Querying to databases with whitespace in its name

v1.2.0

07 Nov 13:06
97ddda2
Compare
Choose a tag to compare

BREAKING CHANGES:

None.

FEATURES:

  • Support for parameters with spaces and special characters in streaming ingestion
  • Support for zip compression

FIXES:

  • ingestFromStream - did not work

v1.1.0

10 Sep 09:04
9518de7
Compare
Choose a tag to compare

BREAKING CHANGES:

None.

FEATURES:

  • Java SDK now supports parquet ingestion - for now requires mapping

FIXES:
None

v1.0.0

25 Aug 15:13
39c6b37
Compare
Choose a tag to compare

BREAKING CHANGES:

None.

FEATURES:

  • Java SDK now supports StreamingIngestion
  • ClientRequestProperties now supports query properties
  • Writing ResultSet more efficiently

FIXES:
None

1.0.0-BETA-06

24 Jun 13:26
da7e34a
Compare
Choose a tag to compare
  • Enabling serialization of IngestionResult (used by spark connector) and easy conversion of ClientRequestProperties and IngestionProperties to and from json
  • Adding ingestion Tags and fixing bug with adding tags

1.0.0-BETA-04

17 Mar 16:40
78bb02d
Compare
Choose a tag to compare

Working version on Maven (finally!)