From 31b204f318d5661cdc93e8d834285d90e0d1d3a9 Mon Sep 17 00:00:00 2001 From: fengmk2 <156269+fengmk2@users.noreply.github.com> Date: Sat, 13 Jun 2026 14:44:59 +0000 Subject: [PATCH 1/2] release: v2.44.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e357564..94441cc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urllib", - "version": "2.44.0", + "version": "2.44.1", "publishConfig": { "tag": "latest-2" }, From 79fc12ce347a7e9378e0a754a8c5bd2d6c2ca375 Mon Sep 17 00:00:00 2001 From: MK Date: Sat, 13 Jun 2026 22:51:24 +0800 Subject: [PATCH 2/2] docs: update CHANGELOG for v2.44.1 Add the 2.44.1 entry for the cross-origin credential header fix (#813). --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dedb7b74..73116260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.44.1](https://github.com/node-modules/urllib/compare/v2.44.0...v2.44.1) (2026-06-13) + + +### Bug Fixes + +* do not forward credential headers on cross-origin redirect ([#813](https://github.com/node-modules/urllib/issues/813)) ([7c86c46](https://github.com/node-modules/urllib/commit/7c86c465883ebd3dea5109c87d7bbe3b00960a16)) + ## [2.44.0](https://github.com/node-modules/urllib/compare/v2.43.0...v2.44.0) (2024-07-08)