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: v4.0.0
Choose a head ref
  • 8 commits
  • 362 files changed
  • 6 contributors

Commits on Sep 15, 2024

  1. docs: type fix (#5349)

    [skip ci]
    7WanLi authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    62cd1bc View commit details
    Browse the repository at this point in the history
  2. docs: Update socketio.zh-CN.md (#5353)

    跟英文版同步,去掉误被提升到标题的注释。
    
    [skip ci]
    Runtu4378 authored Sep 15, 2024
    Configuration menu
    Copy the full SHA
    ce4fd67 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. feat(doc): cookies 增加 partitioned、removeUnpartitioned 和 priority 选项文档 (

    …#5376)
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **New Features**
    - Introduced new cookie options: `partitioned`, `removeUnpartitioned`,
    and `priority` for enhanced control over cookie behavior.
      
    - **Documentation**
    - Updated documentation for cookie and session management, including
    clarifications and expanded explanations of existing and new options.
    - Provided comprehensive examples for correct usage patterns of session
    management.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    yisibl authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    60eb8a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6861f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. feat: refactor with typescript to support cjs ane esm both (#5328)

    BREAKING CHANGE: Drop Node.js < 18.19.0 support
    
    part of #3644
    
    Breaking changes:
     - Drop Node.js < 18.19.0 support
     - Drop generator function support
    
    use @eggjs/core@4 eggjs/core#265
    fengmk2 authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    a09b1cf View commit details
    Browse the repository at this point in the history
  2. docs: use dumi to build new docs (#5378)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    - **Chores**
    - Updated Vercel production deployment workflow to use a different
    branch trigger
    	- Added `dumi` as a development dependency
    	- Removed Node 14-16 specific scripts
    	- Simplified site development and build scripts
    	- Updated `.gitignore` to exclude `.dumi` directory in the site folder
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    e440fad View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2025

  1. refactor: convert more tests to typescript (#5379)

    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    Based on the comprehensive summary, here are the high-level release
    notes for end-users:
    
    - **New Features**
    	- Enhanced logging capabilities with more detailed performance timers.
    	- Improved error handling with new custom error classes.
    	- More robust context and request/response type management.
    - New methods for accessing logger instances and locals in the context
    interface.
    	- Introduction of new HTTP client and context types.
    
    - **Bug Fixes**
    	- Resolved issues with context delegation and type safety.
    	- Improved handling of asynchronous operations and promise rejections.
    
    - **Performance**
    	- Optimized HTTP client and messenger implementations.
    	- Enhanced timing and performance tracking mechanisms.
    
    - **Breaking Changes**
    	- Significant updates to context type handling.
    	- Changes in plugin configuration and import mechanisms.
    - Modifications to how context and request/response objects are managed.
    
    These release notes provide a concise overview of the key changes in the
    framework, focusing on user-facing improvements and potential impacts.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    fengmk2 authored Jan 11, 2025
    Configuration menu
    Copy the full SHA
    562d76a View commit details
    Browse the repository at this point in the history
  2. Release 4.0.0

    [skip ci]
    
    ## [4.0.0](v3.24.1...v4.0.0) (2025-01-11)
    
    ### ⚠ BREAKING CHANGES
    
    * Drop Node.js < 18.19.0 support
    
    part of #3644
    
    Breaking changes:
     - Drop Node.js < 18.19.0 support
     - Drop generator function support
    
    use @eggjs/core@4 eggjs/core#265
    
    ### Features
    
    * **doc:** cookies 增加 partitioned、removeUnpartitioned 和 priority 选项文档 ([#5376](#5376)) ([60eb8a1](60eb8a1))
    * refactor with typescript to support cjs ane esm both ([#5328](#5328)) ([a09b1cf](a09b1cf))
    semantic-release-bot committed Jan 11, 2025
    Configuration menu
    Copy the full SHA
    9849f8b View commit details
    Browse the repository at this point in the history
Loading