Releases: eggjs/egg
Releases · eggjs/egg
2022-09-23, Version 3.3.0 @fengmk2
Notable Changes
- features
- Support config
serverGracefulIgnoreCode
to ignore error avoid process exit when uncatch error emit
See node-modules/graceful#13
- Support config
Commits
- [
a0761d65f
] - feat(graceful): support serverGracefulIgnoreCode (#5027) (hyj1991 <[email protected]>) - [
8b8dd3be9
] - chore: remove jsdoc and disable vercel comment (#5026) (Suyi <[email protected]>) - [
f4225339f
] - test: fix ci (#5025) (TZ | 天猪 <[email protected]>) - [
5de994b9c
] - chore: fix action for gh-pages (#5024) (Suyi <[email protected]>)
2022-09-21, Version 3.2.0 @fengmk2
Notable Changes
features
- [
733d66989
] - feat: update egg-multipart 2.x -> 3.x (#5023) (TZ | 天猪 <[email protected]>) - [
2ffb37ab5
] - feat: Support urllib@3 (#5000) (fengmk2 <[email protected]>)
others
- [
485781389
] - docs: update the version of the required Node (#5021) (Maledong <[email protected]>) - [
bbd0e432e
] - chore: change the templates of bug/suggestion report (#5019) (Maledong <[email protected]>) - [
2c5ba484a
] - 🐛 FIX: Add config.httpclient.useHttpClientNext defined (#5001) (fengmk2 <[email protected]>)
2022-08-28, Version 3.1.0 @fengmk2
Notable Changes
- features
- Support urllib@3 by
config.httpclient.useHttpClientNext = true
, see #4847
- Support urllib@3 by
Commits
- [
2c5ba484a
] - 🐛 FIX: Add config.httpclient.useHttpClientNext defined (#5001) (fengmk2 <[email protected]>) - [
2ffb37ab5
] - feat: Support urllib@3 (#5000) (fengmk2 <[email protected]>)
2022-08-21, Version 3.0.0 @fengmk2
Notable Changes
features
- Drop Node.js 8, 10, 12 supports, this release is a LTS version for egg@2, see #3644 (comment)
2022-06-17, Version 2.36.0 @atian25
Notable Changes
features
- should log unfinished timing item
Commits
- [
e0b93e023
] - feat: should log unfinished timing item (#4968) (TZ | 天猪 <[email protected]>) - [
7f1689f9f
] - chore: typo CSRF on router.md (#4962) (Homyee King <[email protected]>) - [
e31c09c20
] - chore: fix some comments (#4937) (Maledong <[email protected]>) - [
b0c17fdd0
] - chore: remove git.io (#4940) (Baoshuo Ren <[email protected]>) - [
12755e275
] - test: Create codeql-analysis.yml (#4935) (fengmk2 <[email protected]>) - [
8078917fd
] - chore: package upgrade and unittest fixture (#4933) (Maledong <[email protected]>) - [
a5a358ceb
] - chore: fix contributors badges on README.md (#4930) (XiaoRui <[email protected]>)
2022-04-01, Version 2.35.0 @mansonchor
Notable Changes
features
- [
c1313f5ef
] - feat: dumpConfig add appInfo (#4917) (mansonchor.github.com <[email protected]>)
others
- [
4e5309188
] - test: add ChainAlert action (#4908) (fengmk2 <[email protected]>)
2021-11-15, Version 2.32.0 @atian25
Notable Changes
- features
- handle ENETUNREACH error on httpclient
Commits
- [
189c47804
] - feat: handle ENETUNREACH error on httpclient (#4792) (fengmk2 <[email protected]>)
2021-10-18, Version 2.31.0 @killagu
Notable Changes
- typing
- support ssrf typing in config
Commits
- [
debfda7ab
] - feat(config): support ssrf field in security config. (#4778) (Jasin Yip <[email protected]>)
2021-08-09, Version 2.30.0 @mansonchor
Notable Changes
-
features
- support disableDNSCache in one request even though config set to
enableDNSCache: true
- support disableDNSCache in one request even though config set to
-
docs
- update ts docs, add missing zh-CN doc
- typo fix
Commits
- [
13dd55076
] - feat: support disableDNSCache by request args handle (#4728) (mansonchor.github.com <[email protected]>) - [
1b4fde454
] - unittest: rename and remove some useless tests (#4705) (Maledong <[email protected]>) - [
156980d36
] - doc: Typo fixture (#4707) (Maledong <[email protected]>) - [
27aa49b59
] - doc: Typo fixture:「,」->「,」 (#4708) (陈煮酒 <[email protected]>) - [
1f02a8d45
] - doc: Add the missing zh-CN trans for typescript (#4703) (Maledong <[email protected]>) - [
f5cf0d965
] - doc: "登陆" should be "登录" (#4697) (HOU Ce <[email protected]>) - [
750558400
] - docs: update ts docs (#4666) (吖猩 <[email protected]>) - [
93d2b04b9
] - docs: fix loaderUpdate.md didReady example (#4652) (shadyzoz <[email protected]>)
2021-04-13, Version 2.29.4 @popomore
Notable Changes
- fixes
- remove internal interval handler when close agent
- docs
- Added english doc to how-to-migrate-from-1.x, Thx @ZixiaoWang
- typo improvement
Commits
- [
ce234226b
] - fix: remove internal interval handler when close agent (#4654) (Harry Chen <[email protected]>) - [
6a6d68fb2
] - Typo fixture:制定 -> 指定 (#4639) (华晨 <[email protected]>) - [
603c74b58
] - docs: Added english doc to how-to-migrate-from-1.x (#4630) (Jacky Wang <[email protected]>) - [
693df6066
] - docs: fix schedule reference (#4556) (xuxu <[email protected]>) - [
4ebbe8143
] - docs: fix typo (#4596) (suinia <[email protected]>)