We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1169f3 commit 6421bc6Copy full SHA for 6421bc6
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 3.33.0 (2026-01-12)
4
+
5
+* feat: httpclient_next proxy (#5763) ([a1169f3](https://github.com/eggjs/egg/commit/a1169f3)), closes [#5763](https://github.com/eggjs/egg/issues/5763)
6
+* chore: rename to release.yml ([13d9a19](https://github.com/eggjs/egg/commit/13d9a19))
7
8
## 3.32.0 (2025-12-24)
9
10
* feat: enable custom lookup for httpclient and fetch (#5749) ([4fa4d4b](https://github.com/eggjs/egg/commit/4fa4d4b)), closes [#5749](https://github.com/eggjs/egg/issues/5749)
package.json
@@ -1,6 +1,6 @@
{
"name": "egg",
- "version": "3.32.0",
+ "version": "3.33.0",
"publishConfig": {
"tag": "release-3.x",
"access": "public"
0 commit comments