Skip to content

Releases: Azure/azure-kusto-python

v5.0.3

04 May 10:07
Compare
Choose a tag to compare

Fixed

  • Fixed Ingest from dataframe
  • Dependency issues
  • Typing issues

v5.0.2

30 Mar 11:30
Compare
Choose a tag to compare

Fixed

  • Fixed bug in ingest_from_dataframe with some ingestion properties combinations.

v5.0.1

12 Mar 07:26
Compare
Choose a tag to compare

Fixed

  • Dependency issues

v5.0.0

11 Mar 09:20
Compare
Choose a tag to compare

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 - Added data_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

09 Jan 09:01
Compare
Choose a tag to compare
  • Explicitly export members in __init__.py via __all__

v4.6.2

07 Jan 08:06
Compare
Choose a tag to compare

Fixed

  • Added py.typed markers
  • Fixed semantic error handling

4.6.1

30 Sep 06:22
Compare
Choose a tag to compare

Added

  • Support more kusto endpoints by default

Fixed

  • Better python errors when getting 401 and other http errors

v4.5.1

19 Jun 07:48
Compare
Choose a tag to compare

Fixed

  • Fixed bug in dataframe_from_result_table with some command results.

v4.5.0

18 Jun 05:28
Compare
Choose a tag to compare

Added

  • dataframe_from_result_table now accepts optional converters for specific columns or types.

Fixed

  • Compatibility with numpy 2.0

v4.4.1

06 May 13:23
2cfe180
Compare
Choose a tag to compare

Fixed

  • Fixed bug in ManagedIdentity close method
  • Fixed bug in IngestionResult repr