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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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).

## [7.2.0] - 2026-05-12

### Security

- Upgraded axios from 1.4.0 to ^1.16.0, fixing CVE-2024-39338, CVE-2025-27152, CVE-2025-58754, CVE-2026-42033, CVE-2026-42035, CVE-2026-42043, CVE-2026-42264
- Bumped transitive MSAL dependencies to latest within semver range (msal-node 5.2.1, msal-browser 5.10.1, msal-common 16.6.1)

## [7.1.0] - 2026-03-31

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "7.1.0",
"version": "7.2.0",
"useNx": true
}
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/azure-kusto-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-kusto-data",
"version": "7.1.0",
"version": "7.2.0",
"description": "Azure Data Explorer Query SDK",
"type": "module",
"main": "dist-esm/src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/azure-kusto-ingest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-kusto-ingest",
"version": "7.1.0",
"version": "7.2.0",
"description": "Azure Data Explorer Ingestion SDK",
"type": "module",
"main": "dist-esm/src/index.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@types/tmp": "^0.2.6",
"@types/uuid": "^8.3.4",
"@types/uuid-validate": "0.0.1",
"azure-kusto-data": "^7.1.0",
"azure-kusto-data": "^7.2.0",
"browserify-zlib": "0.2.0",
"buffer": "^6.0.3",
"is-ip": "^3.1.0",
Expand Down
Loading