Skip to content

2.4_3.0.0

Compare
Choose a tag to compare
@yihezkel yihezkel released this 15 Mar 07:36
· 109 commits to master since this release

New Features

  1. Transient storage is now a structure that can contain multiple storage credentials. This is supported by the new option, KUSTO_TRANSIENT_STORAGE.
  2. Add support for Materialized Views by using new SetNewIngestionTime feature in such cases

Breaking Changes

  1. The following were removed:
  • KUSTO_BLOB_CONTAINER("blobContainer")
  • KUSTO_BLOB_STORAGE_ACCOUNT_NAME("blobStorageAccountName")
  • KUSTO_BLOB_STORAGE_ACCOUNT_KEY("blobStorageAccountKey")
  • KUSTO_BLOB_STORAGE_SAS_URL("blobStorageSasUrl")
  1. Renamed KUSTO_MAX_RETRIES_ON_MOVR_EXTENTS to KUSTO_MAX_RETRIES_ON_MOVE_EXTENTS

Fixes

  1. Source shouldn't implement TableScan as we have PruneFilterScan
  2. Remove some redundant code around storage and put partition options inside read options