FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Comparing master...3.x · node-modules/urllib · GitHub

Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: node-modules/urllib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Could not load branches
Nothing to show
{{ refName }}
...
head repository: node-modules/urllib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.x
Choose a head ref
Could not load branches
Nothing to show
{{ refName }}
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 20 files changed
  • 6 contributors

Commits on Jun 22, 2024

  1. chore: start 3.x LTS

    fengmk2 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    b414140 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. feat: support HTTP2 (#516)

    closes #474
    fengmk2 authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d1e4add View commit details
    Browse the repository at this point in the history
  2. Release 3.26.0

    [skip ci]
    
    ## [3.26.0](v3.25.1...v3.26.0) (2024-06-26)
    
    ### Features
    
    * support HTTP2 ([#516](#516)) ([d1e4add](d1e4add))
    semantic-release-bot committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    97a25c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. feat: add hostname for checkAddress (#525) (#528)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    - **New Features**
    - Introduced hostname validation in address checking for enhanced
    security.
      
    - **Tests**
      - Added a new test case to verify hostname validation logic.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    killagu authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0022641 View commit details
    Browse the repository at this point in the history
  2. Release 3.27.0

    [skip ci]
    
    ## [3.27.0](v3.26.0...v3.27.0) (2024-07-08)
    
    ### Features
    
    * add hostname for checkAddress ([#525](#525)) ([#528](#528)) ([0022641](0022641))
    semantic-release-bot committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    43e6361 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. fix: uncaught exception due to second response with digest auth (#534)

    pick from #530
    
    Co-authored-by: Damien Grandi <damien.grandi@gmail.com>
    fengmk2 and damiengrandi authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    162cf78 View commit details
    Browse the repository at this point in the history
  2. Release 3.27.1

    [skip ci]
    
    ## [3.27.1](v3.27.0...v3.27.1) (2024-09-14)
    
    ### Bug Fixes
    
    * uncaught exception due to second response with digest auth ([#534](#534)) ([162cf78](162cf78))
    semantic-release-bot committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    2046769 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. test: fix assert (#536)

    fengmk2 authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    dafb318 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    4a8bff9 View commit details
    Browse the repository at this point in the history
  2. Release 3.27.2

    [skip ci]
    
    ## [3.27.2](v3.27.1...v3.27.2) (2025-02-13)
    
    ### Bug Fixes
    
    * allow set rejectUnauthorized = true on urllib.request options ([#573](#573)) ([4a8bff9](4a8bff9))
    semantic-release-bot committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    b88c779 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

  1. Configuration menu
    Copy the full SHA
    25e90ab View commit details
    Browse the repository at this point in the history
  2. Release 3.27.3

    [skip ci]
    
    ## [3.27.3](v3.27.2...v3.27.3) (2025-07-22)
    
    ### Bug Fixes
    
    * global dispatcher ([#583](#583)) ([25e90ab](25e90ab))
    semantic-release-bot committed Jul 22, 2025
    Configuration menu
    Copy the full SHA
    5a93feb View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2026

  1. ci: two-stage release with manual approval (3.x) (#816)

    Brings the 3.x maintenance branch onto the same release flow as master
    (#814), so every line releases the same way.
    
    **Flow:** run **Prepare Release** (manual, with a version) -> it opens a
    `release/vX.Y.Z` PR -> merge it -> **Release** checks the version
    against npm, pushes an approval request to DingTalk, waits on the
    `release` environment gate, then publishes and creates the GitHub
    Release.
    
    **3.x specifics:**
    - Publishes under dist-tag `latest-3` (never `latest`).
    - Builds via tshy (npm `prepublishOnly`) on Node 22.
    - Replaces the previous shared `node-release` reusable workflow.
    - npm auth via OIDC trusted publishing (`id-token: write`).
    
    Requires the repo `release` environment (required reviewers) and npm
    trusted-publisher config to allow this branch's workflow. DingTalk
    secrets are already set repo-wide.
    fengmk2 authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    45d90ae View commit details
    Browse the repository at this point in the history
  2. ci: use Node 24 in release for npm 11 OIDC trusted publishing

    Node 24 bundles npm 11.13.0 (>= 11.5.1 required for OIDC trusted
    publishing), so the separate `npm install -g npm@latest` step is no
    longer needed.
    fengmk2 committed Jun 13, 2026
    Configuration menu
    Copy the full SHA
    6c1085e View commit details
    Browse the repository at this point in the history
Loading

Back | FazBrowse Home | New Git URL