Skip to content

Releases: Azure/azure-kusto-python

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

v4.1.2 - small fix release

22 Feb 13:22
7e4f621
Compare
Choose a tag to compare

What's Changed

  • Fixed resource parsing to be inline with other SDKs
  • More resources are properly closed
  • Internal testing fixes

Full Changelog: v4.1.1...v4.1.2

v4.1.1 - Small fixes

12 Feb 09:53
1998a0f
Compare
Choose a tag to compare

What's Changed

  • Fixed context not awaited in traces, caused warning
  • Fixed setup.py file, #453

Full Changelog: v4.1.0...v4.1.1

v4.1.0

09 Feb 12:03
b97e2c0
Compare
Choose a tag to compare

What's Changed

  • Tracing support for the SDK
    • Use opentelemetry to trace the flow of operations when querying or ingesting
    • See quick_start for a usage example
  • Add support for a TokenProvider to authenticate access.
    • KustoConnectionStringBuilder.with_token_provider() /KustoConnectionStringBuilder.with_async_token_provider()
    • Fixes #406 (DefaultAzureCredential can be provided)
  • FIX - Use proper np types instead of strings, fixes #447
  • FIX - samples file was cut short
  • INTERNAL - Send http headers under the new unified format
  • TIDY - Adding Microsoft SECURITY.MD

Full Changelog: v4.0.2...v4.1.0

Version 4.0.2

15 Dec 14:22
e5187ef
Compare
Choose a tag to compare

What's Changed

  • Add trident endpoint support
  • Fixes #439 - Added more serialization options for "msi authentication" and "msi params" correctly
  • Make error parsing less restrictive to support more errors

Full Changelog: v4.0.1...v4.0.2

Version 4.0.1

30 Nov 13:30
5405e81
Compare
Choose a tag to compare

What's Changed

  • Added flag to handle nullable bools in pandas, fixes #436.
  • Fixed source release not including a file.

Full Changelog: v4.0.0...v4.0.1

Version 4.0.0

23 Nov 08:46
0403375
Compare
Choose a tag to compare

What's Changed

  • [BREAKING] Trusted endpoints validation - by default, kusto will only connect to known endpoints.
  • Added closability to the clients
  • Make numpy dependency optional by @spektom
  • Sample app improvements by @ronmonetaMicro
  • Added Ignorefirstrecord ingestion property
  • Fixed AttributeError when unpickling HTTPAdapterWithSocketOptions.
  • Enum serialization fix
  • Internal and testing improvements by @enmoed

New Contributors

Full Changelog: v3.1.3...v3.2.0

Python version 3.1.3

08 Jun 05:26
448ad12
Compare
Choose a tag to compare

What's Changed

  • Allow passing service url with port
  • Expanded mappings to support all options for all data formats
  • Use "organizations" as the default tenant to support more cases
  • Docs improvements by @nerd2ninja in #393
  • Internal refactoring

New Contributors

Full Changelog: v3.1.2...v3.1.3

Python version 3.1.2

14 Apr 09:11
3bd6038
Compare
Choose a tag to compare

What's Changed

  • Fix bug when cluster URI ends with a slash '/' sign by @yogilad in #392

Full Changelog: v3.1.1...v3.1.2