Skip to content

Commit d22819b

Browse files
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)
1 parent fdfe958 commit d22819b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.34.0 (2026-01-18)
4+
5+
* feat(core): support `config.httpclient.interceptors` for `fetch`/`safeFetch` tracer injection (#5771 ([fdfe958](https://github.com/eggjs/egg/commit/fdfe958)), closes [#5771](https://github.com/eggjs/egg/issues/5771)
6+
37
## <small>3.33.1 (2026-01-16)</small>
48

59
* fix: egg-mock for httpclient_next proxy (#5768) ([04cfa1b](https://github.com/eggjs/egg/commit/04cfa1b)), closes [#5768](https://github.com/eggjs/egg/issues/5768)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "egg",
3-
"version": "3.33.1",
3+
"version": "3.34.0",
44
"publishConfig": {
55
"tag": "release-3.x",
66
"access": "public"

0 commit comments

Comments
 (0)