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: v3.25.1
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.0.0
Choose a head ref
  • 2 commits
  • 52 files changed
  • 2 contributors

Commits on Jun 23, 2024

  1. feat: use undici v6 (#514)

    BREAKING CHANGE: drop Node.js < 18.19.0 support
    
    part of eggjs/egg#3644
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    	- Updated dynamic badge for contributors in `README.md`.
    	- Enhanced form data handling in `HttpClient`.
    
    - **Bug Fixes**
    	- Improved error handling and performance tracking in `Socket` methods.
    	- Adjusted imports for better compatibility and error handling.
    
    - **Refactor**
    	- Updated Node.js versions in CI workflow.
    - Revised `exports` and `scripts` in `package.json` for better
    consistency.
    	- Simplified `subscribe` function in diagnostics channel.
    
    - **Chores**
    	- Removed outdated configurations from `.eslintrc`.
    	- Updated TypeScript compiler options in `tsconfig.json`.
    
    - **Documentation**
    	- Linked license section to `contributors-img` in `README.md`.
    
    - **Tests**
    - Refined import paths and added new imports for better error handling
    in test files.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Jun 23, 2024
    Configuration menu
    Copy the full SHA
    989d228 View commit details
    Browse the repository at this point in the history
  2. Release 4.0.0

    [skip ci]
    
    ## [4.0.0](v3.25.1...v4.0.0) (2024-06-23)
    
    ### ⚠ BREAKING CHANGES
    
    * drop Node.js < 18.19.0 support
    
    part of eggjs/egg#3644
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    	- Updated dynamic badge for contributors in `README.md`.
    	- Enhanced form data handling in `HttpClient`.
    
    - **Bug Fixes**
    	- Improved error handling and performance tracking in `Socket` methods.
    	- Adjusted imports for better compatibility and error handling.
    
    - **Refactor**
    	- Updated Node.js versions in CI workflow.
    - Revised `exports` and `scripts` in `package.json` for better
    consistency.
    	- Simplified `subscribe` function in diagnostics channel.
    
    - **Chores**
    	- Removed outdated configurations from `.eslintrc`.
    	- Updated TypeScript compiler options in `tsconfig.json`.
    
    - **Documentation**
    	- Linked license section to `contributors-img` in `README.md`.
    
    - **Tests**
    - Refined import paths and added new imports for better error handling
    in test files.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    
    ### Features
    
    * use undici v6 ([#514](#514)) ([989d228](989d228))
    semantic-release-bot committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    f0007c9 View commit details
    Browse the repository at this point in the history
Loading