Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.0.4] - 2026-05-06

### Changed
- Bumped dependencies: azure-identity ≥ 1.25.3 and msal ≥ 1.35.1 for sovereign cloud support.

## [6.0.3] - 2026-03-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion azure-kusto-data/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "azure-kusto-data"
version = "6.0.3"
version = "6.0.4"
description = "Kusto Data Client"
authors = [
{ name = "Microsoft Corporation", email = "kustalk@microsoft.com" },
Expand Down
2 changes: 1 addition & 1 deletion azure-kusto-ingest/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "azure-kusto-ingest"
version = "6.0.3"
version = "6.0.4"
description = "Kusto Ingest Client"
authors = [
{ name = "Microsoft Corporation", email = "kustalk@microsoft.com" },
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "azure-kusto-python"
version = "6.0.3"
version = "6.0.4"
description = "Microsoft Azure Kusto Python SDK"
dependencies = [
"azure-kusto-data",
Expand Down
2 changes: 1 addition & 1 deletion quick-start/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "quick-start"
version = "6.0.3"
version = "6.0.4"
description = "Microsoft Azure Kusto Python SDK"
dependencies = [
"azure-kusto-data",
Expand Down
Loading