Skip to content

v4.1.0

Compare
Choose a tag to compare
@AsafMah AsafMah released this 09 Feb 12:03
· 74 commits to master since this release
b97e2c0

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