Releases: eggjs/egg
Releases · eggjs/egg
2018-11-17, Version 2.14.0 @dead-horse
Notable changes
-
features
- add create anonymous context to agent
- support server timeout
-
fixes
- curl: allow request timeout bigger than agent timeout
- triggerServerDidReady should be triggered only once
Commits
- [
db999d3f7
] - docs: add serverTimeout to d.ts (#3200) (TZ | 天猪 <[email protected]>) - [
a43fef4e1
] - docs(index.d.ts): curl 增加泛型 (#3197) (The Rock <[email protected]>) - [
d40124a25
] - feat: add create anonymous context to agent (#3193) (Hongcai Deng <[email protected]>) - [
9dfd19ead
] - fix: triggerServerDidReady should be triggered only once (#3190) (killa <[email protected]>) - [
7802528e1
] - feat: support server timeout (#3133) (TZ |
天猪 <[email protected]>) - [
ff79101b5
] - docs: Update service.md (#3191) (肖金 <[email protected]>) - [
327fa174f
] - fix: allow request timeout bigger than agent timeout (#3146) (fengmk2 <[email protected]>) - [
86093c03a
] - docs: remove promo logo (#3176) (Suyi <[email protected]>)
2018-11-16, Version 1.17.0 @dead-horse
Notable changes
fetures
- add create anonymous context to agent
Commits
- [
40b4ddb65
] - backport: add create anonymous context to agent (#3199) (Hongcai Deng <[email protected]>)
2018-11-07, Version 2.13.0 @mansonchor
Notable changes
-
feature
- emit event when runInBackground catch error
-
perf
- better TypeScript support
-
docs
- supplement documentation
Commits
- [
03378b8c3
] - docs(plugin.md): fix 'path' declaration example (#3152) (maigozhang <[email protected]>) - [
3c25221bd
] - chore: use is.string() in utils.js for consistency (#3153) (ZYSzys <[email protected]>) - [
a9b0fcec6
] - chore(typings): add methodbeforeClose
in index.d.ts (#3120) (Erona <[email protected]>) - [
4709db746
] - feature(context): emit event when runInBackground catch error (#3118) (mansonchor <[email protected]>) - [
e1dc2a7a4
] - docs: add promo logo (#3113) (Haoliang Gao <[email protected]>) - [
51e9c1578
] - chore(typings): add interface IBoot (#3098) (killa <[email protected]>) - [
8052d7ff7
] - doc: Update theconfigWillLoad
explainations (#3116) (Maledong <[email protected]>) - [
c3c4e2e3e
] - docs: add configWillLoad to lifecycle (#3101) (fengmk2 <[email protected]>) - [
4abdb4980
] - docs(CONTRIBUTION): Add missing link forAccquire the submitted files
(#3102) (Maledong <[email protected]>) - [
c7061ec62
] - fix(docs): Grammar of "lots of" (#3100) (waiting <[email protected]>) - [
92181e83f
] - doc (CONTRIBUTION): Add missing English translations and clearify dns (#3035) (Maledong <[email protected]>) - [
0a7497987
] - doc(logger.md): Fix incorrect description on default log output level. (#3082) (TX-Kunkun <[email protected]>)
2018-10-08, Version 2.12.0 @dead-horse
Notable changes
-
feature
- add Subscription base class on app instance
-
fix
- upgrade to egg-logger@2, don't write log when stream was destroyed.
- pin [email protected] to avoid output deprecate message
-
docs
- corrected lots documentation errors, thanks @Maledong
- use egg-logger definition
Commits
- [
eb1eae736
] - refactor(typescript): use egg-logger definition (#3078) (Haoliang Gao <[email protected]>) - [
04d9a3b85
] - deps: egg-logger@2 (#3073) (Yiyu He <[email protected]>) - [
886d9ad8f
] - feat: add Subscription base class on app instance (#3058) (fengmk2 <[email protected]>) - [
4c6fb2a17
] - doc (socket.io): Make 'uws' cannot use anymore clear (#3068) (Maledong <[email protected]>) - [
0d6798d22
] - docs (Controller.md): Add new feat description (#3066) (Maledong <[email protected]>) - [
399902680
] - doc(typescript.md): Clarify the middleware's usages (#3039) (Maledong <[email protected]>) - [
6bf812f73
] - chore: fix middleware docs typo (#3060) (TZ | 天猪 <[email protected]>) - [
b13d904d3
] - test: avoid DNS pollution on local env (#3034) (fengmk2 <[email protected]>) - [
bace2433b
] - fix: remove loader.loadBootHook (Yiyu He <[email protected]>) - [
6a7db2a35
] - doc (objects.md): Fix number and code errors (#3029) (Maledong <[email protected]>) - [
c65a64899
] - doc (TypeScript): Formation errors with missing translations (#3020) (Maledong <[email protected]>) - [
abd8d1286
] - deps: pin [email protected] to avoid output deprecate message (#3023) (Yiyu He <[email protected]>) - [
e3ffcbe64
] - docs (typescript.md): Add missing trans in English for TypeScript (#2998) (Maledong <[email protected]>)
2018-10-08, Version 1.16.2 @dead-horse
Notable changes
fixes
- upgrade to egg-logger@2, don't write log when stream was destroyed
- pin [email protected] to avoid output deprecate message
Commits
- [
fd738e01e
] - deps: egg-logger@2 (#3074) (Yiyu He <[email protected]>) - [
5e189e814
] - refactor: separate dumping config object and config file (#3054) (Khaidi Chu <[email protected]>) - [
14538a1fd
] - deps: pin [email protected] to avoid output deprecate message (#3024) (Yiyu He <[email protected]>)
2018-09-19, Version 2.11.2 @XadillaX
Notable changes
-
fix
- typescript: add missing 'ignore', 'match'
-
refactor
- separate dumping config object and config file
Commits
- [
1d30166e0
] - refactor: separate dumping config object and config file (#3014) (Khaidi Chu <[email protected]>) - [
e3f183e96
] - fix (typescript): Add missing 'ignore','match' (#3010) (Maledong <[email protected]>)
2018-09-11, Version 2.11.0 @atian25
Notable changes
-
feature
-
support boot lifecyle, see #2520 and loader docs
-
dnshttpclient
now use async function instead of Promise
-
-
fix
- don't log when rawPacket is empty
-
docs
- add sequelize guide docs
- more document and typings improvement
Commits
- [
0d876c71a
] - feat: support boot lifecyle (#2972) (killa <[email protected]>) - [
b02ce1547
] - chroe(doc): Fix some typos (#2988) (Maledong <[email protected]>) - [
688067ae0
] - docs: fix 2 typos (#2982) (Jeff <[email protected]>) - [
a719fd345
] - docs: Fix and add missing typos (#2935) (Maledong <[email protected]>) - [
815c27879
] - fix (typings): Upgrade to the latest version of 'egg-cookie' to fetch (#2958) (Maledong <[email protected]>) - [
a2df5ad13
] - docs: fixed typo. (#2961) (Ariel Yang <[email protected]>) - [
b971e6633
] - test: fix sitefile icon test (#2940) (Yiyu He <[email protected]>) - [
81826ed1a
] - docs: fix link to angular commit-message-format (#2939) (Vincent <[email protected]>) - [
45e302459
] - fix: don't log when rawPacket is empty (#2924) (Haoliang Gao <[email protected]>) - [
db1286de7
] - chore(typings): add class EggLoader (#2321) (waiting <[email protected]>) - [
80528ccec
] - refactor(dnshttpclient): use async function instead of Promise (#2774) (Haoliang Gao <[email protected]>) - [
fe9e95654
] - doc (package.json,README.zh-CN): Fix some typos (#2927) (Maledong <[email protected]>) - [
289e96278
] - docs(sequelize): hostname shoule be host (#2921) (Will <[email protected]>) - [
72cd808b8
] - docs: fix sequelize link (#2909) (Yiyu He <[email protected]>) - [
ae9ec30b4
] - docs: add sequelize (#2902) (Yiyu He <[email protected]>) - [
68135608b
] - docs(deployment): fix typo on grep (#2898) (Baffin Lee <[email protected]>) - [
6bfe70b3d
] - doc (en,zh-cn): Fix translations error (#2885) (Maledong <[email protected]>) - [
96ed020ce
] - docs: fix config and socketio error (#2884) (Suyi <[email protected]>)
2018-09-11, Version 1.16.1 @atian25
Notable changes
fixes
- config.allowDebugAtProd default to false
Commits
- [
97241f328
] - fix: config.allowDebugAtProd default to false (#2986) (TZ | 天猪 <[email protected]>)
2018-08-06, Version 2.10.0 @fengmk2
Notable changes
-
feature
- allow runInBackground reuse on plugins
- use Math.floor instead of parseInt
-
fix
- use cache-content-type
-
docs
- add lifecyle doc
- add sequelize guide
- add allowDebugAtProd in document
- egg-scripts support windows
- schedule add env description
- more document and typings improvement
Commits
- [
ff7431d5c
] - feat: allow runInBackground reuse on plugins (#2872) (fengmk2 <[email protected]>) - [
422b342b1
] - feat: Update index.d.ts (#2853) (Ben <[email protected]>) - [
2ca8f0184
] - feat(typings): define Messenger['on'] and Messenger['once'] (#2763) (waiting <[email protected]>) - [
9f8926d7c
] - fix: use cache-content-type (#2793) (Yiyu He <[email protected]>) - [
033fe0ce1
] - docs: optimize egg-validate usage (#2852) (Sean Zou <[email protected]>) - [
c0b0bb834
] - docs(session): fix bug in example code of modify session value (#2824) (Baffin Lee <[email protected]>) - [
b55b303ed
] - test: test on travis with node 10 (#2461) (Yiyu He <[email protected]>) - [
38a472f24
] - docs: add allowDebugAtProd in document (#2803) (Yiyu He <[email protected]>) - [
e86669937
] - perf: use Math.floor instead of parseInt (Eason <[email protected]>) - [
67d538e0e
] - docs(plugin): add details for plugin.js (#2780) (TZ | 天猪 <[email protected]>) - [
8d0b29cc9
] - docs(deployment): egg-scripts support windows (#2788) (Baffin Lee <[email protected]>) - [
aaf8faf4f
] - test: skip test (#2773) (Haoliang Gao <[email protected]>) - [
eb70335bd
] - docs(schedule): add env description (#2753) (TZ | 天猪 <[email protected]>) - [
ef20ff756
] - docs: add http://www.sofastack.tech (#2752) (Haoliang Gao <[email protected]>) - [
1ecb521c5
] - doc: add lifecyle doc (#2708) (killa <[email protected]>) - [
7930f0419
] - docs: fix ws engine error (#2717) (Suyi <[email protected]>)
2018-08-06, Version 1.16.0 @fengmk2
Notable changes
features
- allow runInBackground reuse on plugins
fixes
- add ms dependencies
Commits
- [
8b2b991f6
] - feat: allow runInBackground reuse on plugins (#2874) (fengmk2 <[email protected]>) - [
e0066bb20
] - fix: add ms dependencies (#2875) (fengmk2 <[email protected]>)