Skip to content

Commit 98b76ab

Browse files
release: v2.44.1 (#819)
Release urllib v2.44.1. Merging this PR updates the version on `2.x` and triggers the release workflow, which publishes to npm (dist-tag `latest-2`) and creates the GitHub Release after manual approval. ## What's Changed ### Security * Do not forward credential headers (`Authorization`, `Cookie`, `Proxy-Authorization`) on cross-origin redirect, and clear `auth`/`digestAuth` before following. Same-origin redirects are unchanged and the caller's headers object is never mutated (#813). ### Internal * Two-stage release workflow with manual approval, publishing the 2.x line to the `latest-2` npm dist-tag (#815). * Use Node 24 in the release workflow for npm 11 OIDC trusted publishing. --------- Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com> Co-authored-by: MK <fengmk2@gmail.com>
1 parent 7c86c46 commit 98b76ab

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.44.1](https://github.com/node-modules/urllib/compare/v2.44.0...v2.44.1) (2026-06-13)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [2.44.0](https://github.com/node-modules/urllib/compare/v2.43.0...v2.44.0) (2024-07-08)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "urllib",
3-
"version": "2.44.0",
3+
"version": "2.44.1",
44
"publishConfig": {
55
"tag": "latest-2"
66
},

0 commit comments

Comments
 (0)