Skip to content

Releases: Azure/azure-kusto-python

v6.0.4

06 May 12:56
5a8a712

Choose a tag to compare

Changed

  • Bumped dependencies: azure-identity ≥ 1.25.3 and msal ≥ 1.35.1 for sovereign cloud support.

v6.0.3

31 Mar 11:45
7a7eb81

Choose a tag to compare

What's Changed

Full Changelog: v6.0.2...v6.0.3

v6.0.2

19 Feb 12:06
dc3d28b

Choose a tag to compare

Fixed

  • Fixed dataframe_from_result_table crashing with pandas 3.0 when a datetime column contains all null values.
  • Removed legacy pandas 1.x code path in parse_datetime (minimum supported pandas is now 2.3.1).

v6.0.1

28 Dec 07:21
a5fadc8

Choose a tag to compare

Fixed

  • Managed Streaming Should Handle Throttling Events Correctly
  • Changed extra's name back to aio
  • Fixed handling of datetime columns in old pandas versions.
  • Fixed encoding error in ingest_from_dataframe when using csv data format.

v6.0.0

26 Nov 14:38
7654dae

Choose a tag to compare

Changed

  • [BREAKING] Minimum supported Python version is now 3.9, to align with other Azure SDKs.
  • The project's infrastructure has been updated:
    • uv is used to manage packages
    • ruff is used for linting and formatting
    • basedpyright is used for type checking
    • poe is used to manage tasks
    • pdoc is used to generate documentation

Added

  • Support Delos and Gov SG clouds

v5.0.5

20 Jul 09:07

Choose a tag to compare

Added

  • More endpoints supported by default.

v5.0.4

24 Jun 13:08

Choose a tag to compare

Changed

  • CloudSettings will now reuse the HTTP session from the query client for sync clients.

Fixed

  • CloudSettings now cached by authority (schema, host and port) instead of full URL

v5.0.3

04 May 10:07

Choose a tag to compare

Fixed

  • Fixed Ingest from dataframe
  • Dependency issues
  • Typing issues

v5.0.2

30 Mar 11:30

Choose a tag to compare

Fixed

  • Fixed bug in ingest_from_dataframe with some ingestion properties combinations.

v5.0.1

12 Mar 07:26

Choose a tag to compare

Fixed

  • Dependency issues