From f176ed0942eee075ef485010ef41ef0b96d77810 Mon Sep 17 00:00:00 2001 From: ag-ramachandran Date: Tue, 31 Mar 2026 17:03:41 +0530 Subject: [PATCH] docs: add changelog entry for 6.0.3 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d01b2672..5840dc82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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.3] - 2026-03-31 + +### Fixed +- Fixed `KustoApiError` crashing when no message is provided by defaulting to "Unknown Kusto service error". +- Updated `KustoApiError.__init__` `message` parameter type to `Optional[str]`. + +### Changed +- Bumped dependencies: aiohttp 3.13.4, azure-core 1.39.0, cryptography 46.0.6, pygments 2.20.0, pyjwt 2.12.1, urllib3 2.6.3. + ## [6.0.2] - 2026-02-19 ### Fixed