Releases: Azure/azure-kusto-python
Releases · Azure/azure-kusto-python
v4.1.4
Fixed
- Unicode headers are now espaced using '?', to align with the service
v4.1.3
Added
- Add new trident endpoint support
Security
- Redirects are no longer allowed
v4.1.2 - small fix release
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
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
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
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
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
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
- @spektom made their first contribution in #402
- @enmoed made their first contribution in #401
- @ronmonetaMicro made their first contribution in #403
Full Changelog: v3.1.3...v3.2.0
Python version 3.1.3
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
- @nerd2ninja made their first contribution in #393
Full Changelog: v3.1.2...v3.1.3
Python version 3.1.2
What's Changed
Full Changelog: v3.1.1...v3.1.2