Skip to content

Kusto Python version 2.3.0

Compare
Choose a tag to compare
@AsafMah AsafMah released this 18 Jul 14:33
· 165 commits to master since this release
77efe06

Features:

  • Added support for async callback to retrieve a token. use KustoConnectionStringBuilder.with_async_token_provider

Fixes:

  • Locks are now local to an instance in TokenProviderBase. This should fix event-loop related issues. (#329)