Releases: Azure/azure-kusto-python
Releases · Azure/azure-kusto-python
v5.0.3
v5.0.2
Fixed
- Fixed bug in
ingest_from_dataframe
with some ingestion properties combinations.
v5.0.1
Fixed
- Dependency issues
v5.0.0
Changed
- [BREAKING] Dropped support for python version 3.7, as it is on EOL for over year.
- [BREAKING] Aligned the Connection String Builder keywords with the rest of the SDKs.
This means that some keywords were removed, and they will no longer be parsed as part of the Connection String.
Building the Connection String using the builder method will still work as expected.
The following keywords have been removed:msi_auth
/msi_authentication
msi_params
/msi_type
interactive_login
az_cli
- [BREAKING]
ingest_from_dataframe
- Addeddata_format
parameter. It can be None (default), 'json' or 'csv'.
Based on how panda's csv serialization works, dynamic data will not be serialized correctly.
By default, the data will be serialized as json to avoid this issue.
However, that may break if a CSV mapping is used.
Therefore, when passing the None value, the data will be json by default, or csv if a csv mapping is used.
Also, it is possible to pass 'csv' or 'json' to force the serialization type.
v4.6.3
- Explicitly export members in
__init__.py
via__all__
v4.6.2
Fixed
- Added
py.typed
markers - Fixed semantic error handling
4.6.1
v4.5.1
Fixed
- Fixed bug in
dataframe_from_result_table
with some command results.
v4.5.0
v4.4.1
Fixed
- Fixed bug in ManagedIdentity close method
- Fixed bug in IngestionResult repr