Releases: Azure/azure-kusto-python
Releases · Azure/azure-kusto-python
4.6.1
v4.5.1
Fixed
- Fixed bug in
dataframe_from_result_table
with some command results.
v4.5.0
v4.4.1
Fixed
- Fixed bug in ManagedIdentity close method
- Fixed bug in IngestionResult repr
v4.4.0
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
Fixed
- Pandas now correctly parses all dates
v4.3.0
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
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
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