Releases: Azure/pykusto
Releases · Azure/pykusto
v0.2.0
v0.1.1
Fix breaking changes that were issued after the last release (due to the azure-kusto-data version upgrade)
v0.0.34
Update dependencies requirement of the package azure-kusto-data to its latest version.
v0.0.33
Added functions: make_bag_if, make_set_if, make_list_if.
v0.0.32
v0.0.31
v0.0.30
- Small change to authentication flow: default auth method is still Azure CLI, but the fallback to device auth has been removed. Instead, if you want device auth, initiate
PyKustoClientwithauth_method=KustoConnectionStringBuilder.with_aad_device_authentication. - Added functions:
rand,has_any. - Update azure-kusto-data dependency to 2.1.1
- Add support for Python 3.9