Skip to content

Releases: Azure/azure-kusto-python

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

v4.4.0

09 Apr 05:15
Compare
Choose a tag to compare

Changed

  • Changed binary files data format compression to false

Fixed

  • Removed test folders from wheel

Added

  • Streaming ingestion from blob

Fixed

  • Managed streaming fallback to queued
  • Fixed token providers not being closed properly
  • Internal test fixes
  • Pandas support the new string type, if available

v4.3.1

18 Dec 15:33
Compare
Choose a tag to compare

Fixed

  • Pandas now correctly parses all dates

v4.3.0

12 Dec 11:16
Compare
Choose a tag to compare

Added

  • Added smart retry ability for queued ingestion.
  • Support new playfab domain
  • Added no-authenticaion option

Fixed

  • Santaize secrets from blob urls
  • Correctly handle closing of token providers in async (NOTE: now using async providers in sync clients will correctly raise an exception)
  • Fixed proxy not passing correctly in some cases
  • Fixed exception handling in web requests
  • Internal fixes for environment variables
  • Fixed documentation on E2E tests, and made it possible to test on a clean cluster

v4.2.0

18 May 11:53
0aecac0
Compare
Choose a tag to compare

Changed

  • Urls with one item after the path (i.e https://test.com/abc) will now be treated as cluster and initial catalog (ie. the cluster is "https://test.com" and the initial catalog is "abc").

Added

  • Added Initial Catalog (Default Database) parameter to ConnectionStringBuilder
  • Added callback parameter to device code
  • Added method to manually set the cache for CloudSettings

Fixed

  • Some edge cases in url parsing
  • IgnoreFirstRecord now works properly
  • Internal code improvement for telemetry

v4.1.4

16 Apr 10:49
9fc8d40
Compare
Choose a tag to compare

Fixed

  • Unicode headers are now espaced using '?', to align with the service

v4.1.3

26 Mar 08:35
6b57b35
Compare
Choose a tag to compare

Added

  • Add new trident endpoint support

Security

  • Redirects are no longer allowed