From 3c4a1b5ca044964f2c69648ae834125f5a39b5a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 18:34:01 +0000 Subject: [PATCH 1/4] Bump mysql2 from 3.23.3 to 3.23.4 Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.23.3 to 3.23.4. - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](https://github.com/sidorares/node-mysql2/compare/v3.23.3...v3.23.4) --- updated-dependencies: - dependency-name: mysql2 dependency-version: 3.23.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6148cc780..456ab4ac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8599,9 +8599,9 @@ "license": "ISC" }, "node_modules/mysql2": { - "version": "3.23.3", - "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.23.3.tgz", - "integrity": "sha512-ehp9HEKr4wVJaBOUVxNFa+CNrsCCCZ6363/jbGhb7WpEmSRNIXjHBjFs5K2s2cXn7j/RhDieejsQJ6nfUwD6vQ==", + "version": "3.23.4", + "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.23.4.tgz", + "integrity": "sha512-J1Rgl8Oy5iw3mOBjKeTMQ3cJNjMYtJYavQVXShsMtSj9rKV8Q1+QaGKNJqDVQFcNINqYYp6Vxd90r69cCoBxBA==", "license": "MIT", "dependencies": { "aws-ssl-profiles": "^1.1.2", From 94a132e0016f2e80d4054ccf65b2e9c594a46c11 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 24 Aug 2026 18:39:46 +0000 Subject: [PATCH 2/4] Add changelog entry for mysql2 3.23.4 bump Co-authored-by: jainakanksha-msft <181211853+jainakanksha-msft@users.noreply.github.com> --- ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 48fed1911..877a67872 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,10 @@ ## Upcoming Release +General: + +- Bumped `mysql2` from 3.23.3 to 3.23.4 (fixes leading-zero truncation in TIME fractional seconds and aligns callback `Pool`/`PoolConnection` typings with runtime behavior); no Azurite source changes required. + ## 2026.08 Version 3.37.0 General: From cfe382bc5edb1ef861da7a78791cbc6e131cc3b8 Mon Sep 17 00:00:00 2001 From: Akanksha Jain Date: Tue, 25 Aug 2026 12:08:13 +0530 Subject: [PATCH 3/4] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 877a67872..0ee74ac98 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,7 +6,7 @@ General: -- Bumped `mysql2` from 3.23.3 to 3.23.4 (fixes leading-zero truncation in TIME fractional seconds and aligns callback `Pool`/`PoolConnection` typings with runtime behavior); no Azurite source changes required. +- Updated the lockfile-resolved `mysql2` version from 3.23.3 to 3.23.4 (declared `package.json` range remains `^3.10.1`; fixes leading-zero truncation in TIME fractional seconds and aligns callback `Pool`/`PoolConnection` typings with runtime behavior); no Azurite source changes required. ## 2026.08 Version 3.37.0 From 63087e3eb748e0ad9457406de63d8ae026fabc1e Mon Sep 17 00:00:00 2001 From: Akanksha Jain Date: Tue, 25 Aug 2026 12:13:26 +0530 Subject: [PATCH 4/4] Update ChangeLog.md --- ChangeLog.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 0ee74ac98..c32df3614 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,9 +4,6 @@ ## Upcoming Release -General: - -- Updated the lockfile-resolved `mysql2` version from 3.23.3 to 3.23.4 (declared `package.json` range remains `^3.10.1`; fixes leading-zero truncation in TIME fractional seconds and aligns callback `Pool`/`PoolConnection` typings with runtime behavior); no Azurite source changes required. ## 2026.08 Version 3.37.0 @@ -54,7 +51,8 @@ General: - Bumped `mysql2` from 3.23.2 to 3.23.3 for SQL metadata-store connection-pool fixes; added driver and pool coverage. - Bumped `globals` dev dependency from 17.9.0 to 17.11.0. - Fixed clear-text logging for unknown OAuth-level handling in Blob, Queue, and Table token authenticators by removing the raw configured value from warning logs, with coverage added for the affected path. -- Bumped `@azure/identity` dev dependency lockfile resolution from 4.13.1 to 4.13.2 (declared `package.json` range remains `^4.2.1`); no source changes required. +- Bumped `@azure/identity` dev dependency lockfile resolution from 4.13.1 to 4.13.2 (declared `package.json` range remains `^4.2.1`). +- Updated the lockfile-resolved `mysql2` version from 3.23.3 to 3.23.4 (declared `package.json` range remains `^3.10.1`; fixes leading-zero truncation in TIME fractional seconds and aligns callback `Pool`/`PoolConnection` typings with runtime behavior). Blob: