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.33.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.34.0
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Jan 18, 2026

  1. feat(core): support config.httpclient.interceptors for fetch/`saf…

    …eFetch` tracer injection (#5771)
    
    - Add `config.httpclient.interceptors` support in fetch_factory.js by
    composing interceptors via `dispatcher.compose(...)` after
    `setClientOptions()` (since `setClientOptions()` resets dispatcher).
    - Apply the same behavior to `safeFetch` (SSRF factory).
    - Add test cases.
    
    **Why**
    - Fix tracer plugins being overridden by `fetch()` lazy initialization
    since 3.32.0
    Dipper30 authored Jan 18, 2026
    Configuration menu
    Copy the full SHA
    fdfe958 View commit details
    Browse the repository at this point in the history
  2. Release 3.34.0

    [skip ci]
    
    ## 3.34.0 (2026-01-18)
    
    * feat(core): support `config.httpclient.interceptors` for `fetch`/`safeFetch` tracer injection (#5771 ([fdfe958](fdfe958)), closes [#5771](#5771)
    semantic-release-bot committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    d22819b View commit details
    Browse the repository at this point in the history
Loading