Skip to content

Releases: Azure/azure-kusto-spark

3.0_v2.5.2

14 Mar 08:30
bda1846
Compare
Choose a tag to compare

New Feature

  • Certificate authentication didn't use the authority

2.4_v2.5.2

14 Mar 08:31
5d63c61
Compare
Choose a tag to compare

New Feature

  • Certificate authentication didn't use the authority

3.0_v2.5.1

16 Feb 09:59
73ac85c
Compare
Choose a tag to compare

** Major Bug Fix **

  • Ingest to existing table not working!
    Changes in the service broke the existing table schema building - please do not use previous versions (less then 2.5.1 for the new artifacts or 2.3.1 in the old artifactId) unless your Kusto cluster was adjusted to return the previous behavior or you are always creating a new table with ("tableCreateOptions" option set to "CreateIfNotExist")

v2.3.1

16 Feb 13:18
Compare
Choose a tag to compare

The last release to this artifactId - please use either kusto-spark_3.0_2.12 targeting Spark 3.x and Scala 2.12 or kusto-spark_2.4_2.11 targeting spark 2.4 and scala 2.11 .
** Major Bug Fix **

  • Ingest to existing table not working!
    Changes in the service broke the existing table schema building - please do not use previous versions (less then 2.5.1 for the new artifacts or 2.3.1 in the old artifactId, which is this version) unless your Kusto cluster was adjusted to return the previous behavior or you are always creating a new table with ("tableCreateOptions" option set to "CreateIfNotExist")

2.4_v2.5.1

16 Feb 10:52
Compare
Choose a tag to compare

** Major Bug Fix **

  • Ingest to existing table not working!
    Changes in the service broke the existing table schema building - please do not use previous versions (less then 2.5.1 for the new artifacts or 2.3.1 in the old artifactId) unless your Kusto cluster was adjusted to return the previous behavior or you are always creating a new table with ("tableCreateOptions" option set to "CreateIfNotExist")

2.4_v2.5.0

13 Feb 21:59
a82516a
Compare
Choose a tag to compare

New Feature

  • KUSTO_DISTRIBUTED_READ_MODE_TRANSIENT_CACHE- new option to cache export command results
  • KUSTO_QUERY_FILTER_PUSH_DOWN - new option to force enable/disable predicate pushdown

Changes

  • temp tables now have the prefix: sparkTmpTable_ instead of _tmpTable

Bug Fix

  • Bug when providing the ingest url - the complete url was not calculated right

3.0v2.5.0

09 Feb 18:27
Compare
Choose a tag to compare

New Feature

  • KUSTO_DISTRIBUTED_READ_MODE_TRANSIENT_CACHE- new option to cache export command results
  • KUSTO_QUERY_FILTER_PUSH_DOWN - new option to force enable/disable predicate pushdown

Changes

  • temp tables now have the prefix: sparkTmpTable_ instead of _tmpTable

Bug Fix

  • Bug when providing the ingest url - the complete url was not calculated right

3.0v2.4.1

15 Dec 14:12
886a864
Compare
Choose a tag to compare

Bug fix
Fix requestId with special characters
Fix relation equals for authentication check

2.4_v2.4.1

15 Dec 16:13
Compare
Choose a tag to compare
Merge branch 'master' into 2.4

# Conflicts:
#	pom.xml

3.0_v2.4.0

24 Nov 10:48
Compare
Choose a tag to compare

** New feature **
Use java sdk v 2.4.1