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: eggjs/egg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.24.1
Choose a base ref
...
head repository: eggjs/egg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.25.0
Choose a head ref
  • 7 commits
  • 12 files changed
  • 1 contributor

Commits on Jun 18, 2024

  1. chore: start 3.x LTS

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

Commits on Jun 27, 2024

  1. feat: allow to httpClient use HTTP2 first (#5332)

    base on node-modules/urllib#516
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Introduced the ability to enable HTTP/2 support through the `allowH2`
    property when using the next-generation HTTP client.
      
    - **Bug Fixes**
    - Enhanced clarity and accuracy of comments for HTTP client
    configuration properties.
    
    - **Improvements**
    - Updated `urllib-next` dependency to version `^3.26.0` for better
    performance and stability.
    - Added tests to verify HTTP/2 functionality and custom HTTP client
    behavior.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ceded0b View commit details
    Browse the repository at this point in the history
  2. chore: add npm publish tag

    fengmk2 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8ce2ff9 View commit details
    Browse the repository at this point in the history
  3. chore: add release config

    fengmk2 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a8073b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4f01a1 View commit details
    Browse the repository at this point in the history
  5. chore: remove auto release

    fengmk2 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8553c3f View commit details
    Browse the repository at this point in the history
  6. Release 3.25.0

    fengmk2 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    62285ed View commit details
    Browse the repository at this point in the history
Loading