Releases: eggjs/egg
Releases · eggjs/egg
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]>)
2021-02-19, Version 2.29.3 @killa
Notable Changes
- fixes
- fix ctx body typing
Commits
- [
e9fba1b7b
] - fix: fix ctx body as any (#4613) (killa <[email protected]>)
2021-02-18, Version 2.29.2 @killa
Notable Changes
- fixes
- fix query typing
- add overrideIgnore define
Commits
- [
99682e4bd
] - fix: fix query typing (#4611) (killa <[email protected]>) - [
26017ee2e
] - chore: fix comment typo at request.js (#4513) (Albert 理斯特 <[email protected]>) - [
34048c275
] - fix: add overrideIgnore define (#4490) (kotot <[email protected]>) - [
d652658d1
] - docs: d2 ads (#4508) (Suyi <[email protected]>)
2020-10-19, Version 2.29.1 @atian25
Notable Changes
- fixes
- revert clear timing after ready, only disable
- won't set keep-alive header at Node.js ^12.19.0 || >=14.8.0
Commits
- [
9f653afe7
] - fix: remove clear timing && skip keep-alive after 12.19.0 (#4497) (TZ | 天猪 <[email protected]>)
2020-09-23, Version 2.29.0 @atian25
Notable Changes
-
features
- feat: dumpconfig also dump disabled plugin
-
docs
- csrf double cookie defense should enabled on all method
- test case for env.EGG_APP_CONFIG
- optimize multiple env configuration description
Commits
- [
cc80c6ab8
] - feat: dumpconfig also dump disabled plugin (#4480) (TZ | 天猪 <[email protected]>) - [
1d32771e5
] - doc: csrf double cookie defense should enabled on all method (#3881) (Hongcai Deng <[email protected]>) - [
504e4bebc
] - test: for env.EGG_APP_CONFIG (#4468) (TZ | 天猪 <[email protected]>) - [
ff4dfaa09
] - docs(config): optimize multiple env configuration description (#4406) (Andy <[email protected]>) - [
b283791da
] - docs: update badge to github action (#4463) (TZ | 天猪 <[email protected]>)
2020-09-08, Version 2.28.0 @atian25
Notable Changes
-
features
- clear & disable timing after ready
-
fixes
- only set keep-alive header before Node.js 14.8.0
-
typings
- Added missing types in HttpClientConfig
- export EggLogger/EggHttpClient/EggContextHttpClient
-
docs
- fixed grammatical and spelling errors
- update compress url
Commits
- [
b31b47df1
] - feat: clear & disable timing after ready (#4421) (TZ | 天猪 <[email protected]>) - [
d25d32e58
] - fix: only set keep-alive header before Node.js 14.8.0 (#4457) (TZ | 天猪 <[email protected]>) - [
a7ae46c84
] - type: Added missing types in HttpClientConfig (#4388) (Gcaufy <[email protected]>) - [
064cc7a91
] - docs: fixed grammatical and spelling errors (#4424) (Hridayesh Sharma <[email protected]>) - [
95776d646
] - docs: fix spelling mistakes and grammatical errors (#4423) (Hridayesh Sharma <[email protected]>) - [
50976280f
] - docs: update compress url (#4415) (忽如寄 <[email protected]>)
2020-09-08, Version 1.21.0 @atian25
Notable Changes
- feature
- egg 1.x support cookies config init
Commits
- [
2e942053c
] - egg 1.x support cookies config init (#4444) (sky <[email protected]>)
2020-06-29, Version 2.27.0 @killa
Notable Changes
-
typings
-
fix curl type
-
export EggLogger/EggHttpClient/EggContextHttpClient
-
docs
-
update docs about how to extends ctx.helper
Commits
- [
b5cc8b6e3
] - fix(dts): fix curl type (#4312) (胡宇航 <[email protected]>) - [
432128a80
] - type: export EggLogger/EggHttpClient/EggContextHttpClient (#4280) (killa <[email protected]>) - [
eca6b04c1
] - docs:update docs about how to extends ctx.helper (#4362) (EasonQwQ <[email protected]>)
2020-05-13, Version 2.26.1 @dead-horse
Notable Changes
-
fixes
-
runInBackground always run after setImmediate
-
docs
-
imporve docs
-
imporve typings
Commits
- [
9c67298d6
] - test: run test on node 14 (#4272) (fengmk2 <[email protected]>) - [
427a30a07
] - test: make dnscache test case more stable (#4297) (Yiyu He <[email protected]>) - [
64efd076b
] - fix: runInBackground always run after setImmediate (#4296) (Yiyu He <[email protected]>) - [
69923977a
] - docs: Update doc for config of logger.consoleLevel (#4276) (xuxu <[email protected]>) - [
7b6e4371c
] - docs(typescript): Add --noEmit to unittest example code (#4250) (Ink <[email protected]>) - [
3413e35fd
] - chore: fix typo (#4234) (zoomdong <[email protected]>) - [
b4b9b50af
] - doc (socketio): fix packet middleware bug (#4204) (zfx <[email protected]>) - [
2fcd605c6
] - docs: update bodyParser types and doc (#4192) (sexy pig <[email protected]>) - [
5e2bad0c4
] - docs: fix typo in router (#4203) (Xuemuyang <[email protected]>) - [
1181a675c
] - docs(plugin): format en/basics/plugin.md (#4168) (chs97 <[email protected]>) - [
e9011e8f3
] - feat: add http method patch to typings (#4125) (xiaoxu <[email protected]>) - [
2109505b4
] - test: fix doctools path on windows (#4090) (fengmk2 <[email protected]>)
2019-12-07, Version 2.26.0 @fengmk2
- features
- add application level Cookie options, can fix Cookie SameSite warning on Chrome now.
- use new URL instead of url.parse, avoiding potential security issues.
Commits
- [
b28134e77
] - feat: add application level Cookie options (#4086) (fengmk2 <[email protected]>) - [
b7718c1cc
] - fix: use new URL instead of url.parse (#4048) (Yiyu He <[email protected]>) - [
afed9105d
] - fix: index.d.ts (#4012) (dxd <[email protected]>) - [
690711bab
] - test: fix the testcase error of load_boot.test.js (#4041) (Xin Wang <[email protected]>) - [
6c55a436b
] - docs: fix typo (#4028) (Xuehua Cai <[email protected]>)