Releases: Azure/azure-kusto-python
Releases · Azure/azure-kusto-python
v6.0.4
v6.0.3
What's Changed
- *Allow transformation functions for CSV and SCSV formats as well by @ag-ramachandran in #629
- chore: consolidate uv dependency upgrades by @ag-ramachandran in #634
- PR: 628 by @ag-ramachandran in #635
- docs: add changelog entry for 6.0.3 by @ag-ramachandran in #636
Full Changelog: v6.0.2...v6.0.3
v6.0.2
Fixed
- Fixed
dataframe_from_result_tablecrashing with pandas 3.0 when a datetime column contains all null values. - Removed legacy pandas 1.x code path in
parse_datetime(minimum supported pandas is now 2.3.1).
v6.0.1
Fixed
- Managed Streaming Should Handle Throttling Events Correctly
- Changed extra's name back to
aio - Fixed handling of datetime columns in old pandas versions.
- Fixed encoding error in
ingest_from_dataframewhen using csv data format.
v6.0.0
Changed
- [BREAKING] Minimum supported Python version is now 3.9, to align with other Azure SDKs.
- The project's infrastructure has been updated:
uvis used to manage packagesruffis used for linting and formattingbasedpyrightis used for type checkingpoeis used to manage taskspdocis used to generate documentation
Added
- Support Delos and Gov SG clouds
v5.0.5
Added
- More endpoints supported by default.
v5.0.4
Changed
- CloudSettings will now reuse the HTTP session from the query client for sync clients.
Fixed
- CloudSettings now cached by authority (schema, host and port) instead of full URL
v5.0.3
Fixed
- Fixed Ingest from dataframe
- Dependency issues
- Typing issues
v5.0.2
Fixed
- Fixed bug in
ingest_from_dataframewith some ingestion properties combinations.
v5.0.1
Fixed
- Dependency issues