Skip to content
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: v4.0.0
Choose a base ref
...
head repository: node-modules/urllib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Jun 23, 2024

  1. chore: update benchmark

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

Commits on Jun 27, 2024

  1. feat: support HTTP2 (#518)

    closes #474
    
    pick from #516
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    - **New Features**
    - Introduced HTTP/2 support in `HttpClient` with the new `allowH2`
    option.
    - Added `getGlobalDispatcher` function for managing global dispatchers.
    
    - **Documentation**
    - Updated README with a new section on making requests using HTTP/2 in
    `HttpClient`.
    
    - **Tests**
      - Added test cases for the `allowH2` option in `HttpClient`.
    
    - **Chores**
    - Updated Node.js versions in GitHub Actions configuration to include
    additional versions and correct an existing version.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    21d4260 View commit details
    Browse the repository at this point in the history
  2. Release 4.1.0

    [skip ci]
    
    ## [4.1.0](v4.0.0...v4.1.0) (2024-06-27)
    
    ### Features
    
    * support HTTP2 ([#518](#518)) ([21d4260](21d4260))
    semantic-release-bot committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f1e546d View commit details
    Browse the repository at this point in the history
Loading