- fix
- make sure config.httpclient.httpAgent.timeout >= 30000, and distinguish
options: request, httpAgent and httpsAgent on
config.httpclient
.
- make sure config.httpclient.httpAgent.timeout >= 30000, and distinguish
options: request, httpAgent and httpsAgent on
- [
988b8c8
] - fix: make sure config.httpclient.httpAgent.timeout >= 30000 (#1165) (fengmk2 <[email protected]>) - [
894005c
] - docs: (core/i18n): [translate] Done (#1194) (Darren Wong <[email protected]>) - [
410633b
] - chore: kill ssh-agent after deploy (#1204) (Haoliang Gao <[email protected]>) - [
05f4785
] - chore: add travis_wait to avoid deploying document timeout (#1201) (Haoliang Gao <[email protected]>) - [
367e1d6
] - docs: fix typo (#1191) (BingqiChan <[email protected]>)
- feature
- tsd add ctx.logger and logger.error support Error object
- ignore any key contains "secret" on dump config files
- show who define the property of the config on
run/application_config_meta.json
- fix
- don't cache the intermediate locals for application
- [
5dc56fa
] - feat: ignore any key contains "secret" (#1156) (fengmk2 <[email protected]>) - [
74c8a54
] - feat: dumprun/${type}_config_meta.json
(#1155) (Haoliang Gao <[email protected]>) - [
b80bb14
] - fix: don't cache the intermediate locals for application (#1146) (Jackson Tian <[email protected]>) - [
7c70beb
] - docs: change istanbul to nyc (#1150) (TZ | 天猪 <[email protected]>) - [
c7a87a8
] - docs: adjust objects docs (#1140) (TZ | 天猪 <[email protected]>) - [
0052351
] - docs: improve plugin dependencies (#1061) (luicfer <[email protected]>) - [
4322212
] - docs: add missing class in objects.md (kaiye <[email protected]>) - [
daa8227
] - feat(tsd): add ctx.logger and logger.error support Error object (#1108) (Eward Song <[email protected]>) - [
7c2e436
] - docs: improve feature describe (#1102) (Yiyu He <[email protected]>) - [
5ae7814
] - chore: comments in english (#1101) (Yiyu He <[email protected]>) - [
9099be9
] - docs: unify config in quickstart (#1094) (Yiyu He <[email protected]>) - [
c31bc15
] - test: wait logger to flush (#1090) (Haoliang Gao <[email protected]>) - [
82d2158
] - docs: add Enclose.IO to Links (#1089) (Minqi Pan <[email protected]>)
- feature
- better TypeScript support, add
index.d.ts
file. - enable overrideMethod middleware by default.
- better TypeScript support, add
- document
- Documents improved.
- [
1d02601
] - tsd: add another properties of FileStream (#1080) (Rwing <[email protected]>) - [
2b1644e
] - feat: add tsd (#1027) (Eward Song <[email protected]>) - [
a4ba2a2
] - feat: enable overrideMethod middleware by default (#1069) (fengmk2 <[email protected]>) - [
bfb8df5
] - docs: typo (#1060) (chenbin92 <[email protected]>) - [
64d1b00
] - docs: add chrome devtools debug information (#1050) (仙森 <[email protected]>) - [
4e510b2
] - chore: use app.httpRequest() instead of supertest (#1041) (fengmk2 <[email protected]>) - [
78a13d5
] - docs: add more description at quickstart (#1042) (TZ | 天猪 <[email protected]>) - [
ef7c864
] - docs: add ant.design link (#1037) (Haoliang Gao <[email protected]>) - [
f1b510c
] - feat: add config.logger.disableConsoleAfterReady (#1001) (fengmk2 <[email protected]>) - [
4890eda
] - docs: Uniform the standards that we should acquire this parsed parame… (#1038) (Ruanyq <[email protected]>) - [
9d705e4
] - test: make sure app close (#1030) (fengmk2 <[email protected]>) - [
1d72e37
] - docs: fix caseStyle link (#1033) (Desen Meng <[email protected]>) - [
9b50725
] - docs: (tutorials/index.md & async-function.md ): [translate] Done (#1028) (Darren Wong <[email protected]>) - [
3d04199
] - docs: typo (#1029) (Jerry Wu <[email protected]>) - [
13b7c19
] - test: node 8 (#976) (fengmk2 <[email protected]>) - [
1b108a7
] - docs: remove api that is from egg-rest (#1022) (Haoliang Gao <[email protected]>) - [
057bc47
] - test: add doc test (#989) (Haoliang Gao <[email protected]>) - [
c6eb7b2
] - doc: fix view config doc (#991) (当轩 <[email protected]>) - [
52865b4
] - docs: devtool inspect at 8.x (#1018) (TZ | 天猪 <[email protected]>) - [
8a120fd
] - docs: remove max time limit at schdule (#995) (TZ | 天猪 <[email protected]>) - [
9084c24
] - docs: add plugin list (#988) (Haoliang Gao <[email protected]>) - [
20a5d91
] - test: disable coverage for schedule (#987) (Haoliang Gao <[email protected]>) - [
3de963f
] - docs(basics/structure.md): [translate] (#970) (Weilun Xiong <[email protected]>) - [
2f232f3
] - docs: file must appear after other fiels when using getFileStream (#982) (Yiyu He <[email protected]>)
- feature
- use lru to aovid oom when httpclient dns cache enabled
- fix
- fix port is missed when httpclient dns cache enabled
- fix request url object will be changed when httpclient dns cache enabled
- set maxSockets defautl value to Number.MAX_SAFE_INTEGER
- document
- Documents improved. Thanks @DarrenWong, @zousandian, @lslxdx, @Azard, @johnnychen, @coogleyao, @DanielWLam, @m31271n, @Brian175
- [
7370a62
] - docs: translate tutorials/restful.md (#908) (Darren Wong <[email protected]>) - [
5d8ca65
] - docs: translatebasics/controller.md (#889) (lslxdx <[email protected]>) - [
5b959e0
] - docs: translate tutorials/progressive.md to English version (#966) (Darren Wong <[email protected]>) - [
35fa5a9c
] - fix: set maxSockets defautl value to Number.MAX_SAFE_INTEGER (#938) (tangyao <[email protected]>) - [
5b6fe2b
] - feat: use lru to aovid oom in dns cache httpclient (#961) (Yiyu He <[email protected]>) - [
3c5c0b8
] - docs: Fix objects.md typo (#969) (三点 <[email protected]>) - [
2bca50b
] - docs(core/unittest.md): update with app.httpRequest() (#943) (Weilun Xiong <[email protected]>) - [
713e033
] - docs: app.controller.foo instead of 'foo' (#942) (Yiyu He <[email protected]>) - [
cfc76ec
] - fix spell error from sign to signed (#932) (johnnychen <[email protected]>) - [
12499d6
] - docs: fix yield db.query for en (#930) (Yao Mengfei <[email protected]>) - [
25c7c95
] - docs: translate basics/router.md (#896) (lslxdx <[email protected]>) - [
a5c7ac4
] - docs: translate basics/service.md (lslxdx <[email protected]>) - [
7ee5de6
] - docs: translate basics/extend.md (#884) (DanielLam <[email protected]>) - [
9bf3a65
] - docs: Update env.md (#918) (m31271n <[email protected]>) - [
b3825f3
] - docs: fix objects.md (#928) (Yiyu He <[email protected]>) - [
fd04ea2
] - docs: add document for built-in objects (#914) (Yiyu He <[email protected]>) - [
6180d5d
] - docs: use names of constants declared (#923) (Yao Mengfei <[email protected]>) - [
02b02e0
] - docs: using a doctools as a external lib (#913) (Haoliang Gao <[email protected]>) - [
5113088
] - fix(docs): yield db.query (#921) (Yao Mengfei <[email protected]>) - [
ddd342c
] - docs: translate basic/config.md (#875) (Brian175 <[email protected]>) - [
ae99e5d
] - fix(docs): basics/structure.md link agent typo (#909) (Weilun Xiong <[email protected]>) - [
fac3e0c
] - refactor: rename private method name to symbol (#904) (Yu Qi <[email protected]>) - [
8115c57
] - docs: translate docs/source/zh-cn/tutorials/mysql.md (#883) (Darren Wong <[email protected]>) - [
e13c515
] - Release 1.3.0 (#885) (fengmk2 <[email protected]>)
- document
- Documents improved. Thanks @Rwing, @lslxdx, @solarhell, @magicdawn
- API document is out https://eggjs.org/api/
- refactor
- Set coreLogger's consoleLevel to WARN in local env
- [
bd6681a
] - chore: typo eggg=>egg (#881) (Rwing <[email protected]>) - [
22c9cd9
] - docs: translated & proofread 'middleware.md' (#784) (lslxdx <[email protected]>) - [
e55a134
] - docs: Add a link to issue template (#853) (Haoliang Gao <[email protected]>) - [
b01d30e
] - docs: Fix typo. (#869) (jethro <[email protected]>) - [
b3403b5
] - docs: fix view typo (#867) (Tao <[email protected]>) - [
5d6e067
] - chore: add quality badge (#857) (仙森 <[email protected]>) - [
8d6755b
] - deps: upgrade dependencies (#854) (Haoliang Gao <[email protected]>) - [
bd0a827
] - refactor: set consoleLevel WARN of coreLogger in local (#850) (Haoliang Gao <[email protected]>) - [
af174ef
] - docs: Add API document to menu (#845) (Haoliang Gao <[email protected]>) - [
edfc07e
] - chore: generate puml (#842) (Haoliang Gao <[email protected]>)
- fix
- loadPlugin can be extended
- [
13587667
] - fix(loader): loadPlugin can be extended (#836) (Haoliang Gao <[email protected]>) - [
1a027ad7
] - test: use assert instead of should (#837) (Haoliang Gao <[email protected]>) - [
89b4df9d
] - docs: fix wrong name in chinese router doc (#833) (Tomatoo <[email protected]>)
- document
- Documents improved, Thanks @Rwing, @bingqichen, @okoala, @binsee, @lslxdx
- feature
- [
0757655c
] - feat: BaseContextClass add logger (#816) (Yiyu He <[email protected]>) - [
9871e450
] - docs: only use inspect at 7.x+ (#813) (TZ | 天猪 <[email protected]>) - [
394bf371
] - docs:Modify some words (#811) (binsee <[email protected]>) - [
1132779c
] - docs(head.swig):fix the document page anchor position offset. (#790) (binsee <[email protected]>) - [
9ef9d6aa
] - fix(package.json & doc.js): fix doc tool error. (#791) (binsee <[email protected]>) - [
90234efb
] - docs(middleware.md): fix grammar (lslxdx <[email protected]>) - [
9200a51d
] - docs(basic/controller.md): typo 'matchs' -> 'matches' (#802) (lslxdx <[email protected]>) - [
b4eb05b3
] - docs(zh-cn docs):fix some link and link text in docs (#789) (binsee <[email protected]>) - [
df1bf345
] - docs: add inspector protocol vscode debug (#776) (仙森 <[email protected]>) - [
a8893f7e
] - docs: add vscode debug (#751) (#767) (仙森 <[email protected]>) - [
d4c345d3
] - docs: typo fix "aync => async" (BingqiChen <[email protected]>) - [
492c97d6
] - docs: add vscode plugin link (#756) (TZ | 天猪 <[email protected]>) - [
2bf23fef
] - docs: link plugins to github search results (#755) (Yiyu He <[email protected]>) - [
5befb0b1
] - feat: remove egg logger local config (#695) (TZ | 天猪 <[email protected]>) - [
1ab42e02
] - docs: document for middleware order (#724) (Haoliang Gao <[email protected]>) - [
d6be9499
] - chore: remove chinese commnets (#749) (Yiyu He <[email protected]>) - [
3bdbcae2
] - docs: fix typo, egg-bin => egg-init (#747) (Rwing <[email protected]>)
- document
- Lots of documents improve and typo fixes. Thanks @lslxdx, @zhennann, @dotnil, @no7dw, @cuyl, @Andiedie, @kylezhang, @SF-Zhou, @yandongxu, @jemmyzheng, @Carrotzpc, @zbinlin, @OneNewLife, @monkindey, @simman, @demohi, @xwang1024 and @davidnotes
- feature
- fix
- remove unused
jsonp
context delegate to response, please use jsonp middleware instead #739
- remove unused
- [
241b4e8
] - feat: expose egg.Controller and egg.Service (#741) (Yiyu He <[email protected]>) - [
26efa42
] - fix: remove unused jsonp delegate (#739) (Yiyu He <[email protected]>) - [
c33523d
] - feat: export context base classes on Application (#737) (fengmk2 <[email protected]>) - [
ee127ad
] - docs: add sub directory support for controller (#734) (Yiyu He <[email protected]>) - [
88a1669
] - docs: typo at controller.md (#720) (lslxdx <[email protected]>) - [
4c298c2
] - docs: async-function typo, change generator to async (#712) (zhennann <[email protected]>) - [
a9d27d0
] - docs: add schedule max interval (#711) (Yiyu He <[email protected]>) - [
9e94b7b
] - docs: little grammar issues (#707) (Chen Yangjian <[email protected]>) - [
a4d12ec
] - chore: remove unused config (#694) (Yiyu He <[email protected]>) - [
88449f9
] - docs: add webstorm debug (#689) (TZ | 天猪 <[email protected]>) - [
8517625
] - docs: correct spelling mistake (#682) (Wade Deng <[email protected]>) - [
92ef92b
] - docs: faq add where are my logs (#680) (Yiyu He <[email protected]>) - [
b8fc4e4
] - deps: use extend2 instead of extend (#674) (Yiyu He <[email protected]>) - [
0ccbcf9
] - docs: fix example code syntax error & typos (#672) (cuyl <[email protected]>) - [
1486705
] - docs: security match and ignore (#668) (Yiyu He <[email protected]>) - [
7ab3791
] - test: test for closing logger (#667) (Haoliang Gao <[email protected]>) - [
5f5cf91
] - docs(quickstart): tip for controller and config style (#666) (TZ | 天猪 <[email protected]>) - [
e47c24b
] - docs: fix example code typos (#629) (SF-Zhou <[email protected]>) - [
7900576
] - docs: fix egg-session-redis code (#642) (周长安 <[email protected]>) - [
8c77e59
] - feat: warn if some confused configurations exist in config (#637) (Yiyu He <[email protected]>) - [
cd8c659
] - docs: fix some typo (#638) (kyle <[email protected]>) - [
7d830b7
] - docs: fix reference framework path (#634) (kyle <[email protected]>) - [
a471e93
] - docs: fix example code in basics/middleware (#624) (SF-Zhou <[email protected]>) - [
e87c170
] - docs: fix code syntax (#628) (dongxu <[email protected]>) - [
531dadd
] - docs(security): Cookie of token, the key must be csrfToken (#625) (jemmy zheng <[email protected]>) - [
8d73b02
] - docs: move cnzz to layout (#622) (Haoliang Gao <[email protected]>) - [
077bebe
] - docs: fix table render error in en env.md (#621) (SF-Zhou <[email protected]>) - [
990d45e
] - docs: fixed table render error in env.md (#619) (SF-Zhou <[email protected]>) - [
e9428ba
] - docs: improve left padding when window between 1005 and 1130 (#617) (Haoliang Gao <[email protected]>) - [
c22e005
] - docs: turn off safe write in Jetbrains softwares (#614) (Shawn <[email protected]>) - [
2296b7b
] - docs: fix document deploy (#609) (Haoliang Gao <[email protected]>)
Release the first stable version 🥚 👏👏👏
- [
a3ad38d
] - docs: fix HttpClient link in docs (#599) (Luobo Zhang <[email protected]>) - [
242a4a1
] - docs: fix session's maxage (#598) (Yiyu He <[email protected]>) - [
ee77e5c
] - docs: fix some typo (#597) (kyle <[email protected]>) - [
984d732
] - refactor: app.cluster auto bind this (#570) (zōng yǔ <[email protected]>) - [
4687f0f
] - docs: fix session link (#595) (TZ | 天猪 <[email protected]>) - [
3849c1c
] - docs: fix typo of httpclient & unittest (#591) (kyle <[email protected]>) - [
871aa82
] - docs: add gitter & more controller ctx style (#585) (TZ | 天猪 <[email protected]>) - [
a172960
] - docs: typo (kyle <[email protected]>) - [
54c10bc
] - docs: change controller showcase style to ctx (#568) (TZ | 天猪 <[email protected]>) - [
d131f23
] - docs: fix typo in docs (#563) (Jason Lee <[email protected]>) - [
497b9a9
] - docs(faq): fix cluster link (#557) (Mars Wong <[email protected]>) - [
0d37e42
] - docs: update the style for search (#558) (TZ | 天猪 <[email protected]>) - [
24ef44f
] - docs: fix typo (#565) (Colin Cheng <[email protected]>) - [
9eecf7b
] - docs: rule for transforming filepath to properties (#547) (Haoliang Gao <[email protected]>) - [
d088283
] - feat: show warning message with call stack (#549) (fengmk2 <[email protected]>) - [
4a89c3b
] - docs: replace customEgg to framework (#545) (fengmk2 <[email protected]>) - [
c1464fb
] - docs: more detail for mysql dynamic create (#540) (TZ | 天猪 <[email protected]>)
- docs: fix doc scroll bug (#532)
- test: fix development test (#546)
- doc: add Algolia docsearch (#542)
- feat: [BREAKING_CHANGE] override array when load config (#522)
- docs: fix cookie example (#533)
- feat: ignore types when dump (#518)
- docs: rotate csrf token (#520)
- refactor: [BREAKING CHANGE] remove userservice and userrole (#527)
- refactor: [BREAKING_CHANGE] remove default validate plugin (#526)
- docs: fix doc build (#524)
- docs: fix middleware typo (#519)
- docs(quickstart): fix keys again (#515)
- docs(quickstart): fix keys (#511)
- docs: add cookie and session (#510)
- docs: fix html closing tag in quickstart (#512)
- docs: quickstart tip (#502)
- docs: add English version of
egg and koa
(#490) - feat: remove default customEgg (#487)
- doc: add the view config for the egg-view-nunjucks (#496)
- test: add qs security test cases (#491)
- docs: remove meaningless word (#488)
- deps: upgrade egg-session@2 to support external session store (#480)
- docs: fix view plugin config at quickstart (#482)
- docs: update document for view that using egg-view (#475)
- docs: add config merge to faq (#478)
- docs(doc): add english version of "what is egg" (#462)
- docs: fix deployment link (#473)
- docs: add document for deployment (#448)
- test: travis test on node 8 using nightly building (#464)
- docs: seperate cluster-and-ipc and cluster-client (#441)
- docs: fixed typos 'BS' (#461)
- docs: fixed spelling mistake (#460)
- test: disable error log to stderr (#453)
- docs: fix async-function demo link (#457)
- feat: throw if config.keys not exists when access app.keys (#443)
- docs: add year to licence && mysql docs (#447)
- feat: extend runInBackground on application (#442)
- feat: [BREAKING_CHANGE] reimplement view, use egg-view plugin (#402)
- fix: listen CookieLimitExceed in app (#429)
- fix: close gracefully (#419)
- docs: correct spelling mistake (#424)
- feat: log error when cookie value's length exceed the limit (#418)
- docs: Update mysql.md (#422)
- docs: add more complete example code for quickstart (#412)
- fix: deprecate warning when inspect & toJSON (#408)
- docs: should listen egg-ready using messenger (#406)
- docs: correct english description at README (#400)
- docs: fix character type error and link reference error (#396)
- docs: add csrf to faq (#393)
- fix: keep unhandledRejectionError err object stack (#390)
- docs: use compress replace bodyparser for example (#391)
- docs: add directory structure (#383)
- docs: add api-doc (#369)
- docs: how to use koa's middleware (#386)
- feat: dump config both after loaded and ready (#377)
- docs: fix filename in config.md (#376)
- docs: add plugin dep name description (#374)
- docs: update version automatically (#367)
- doc: add pm2 faq (#370)
- docs: fix jsonp config in controller.md (#372)
- feat: [BREAKING_CHANGE] remove notfound.enableRedirect (#368)
- docs: add resource page (#364)
- docs: add config result description (#365)
- deps: upgrade egg-mock (#362)
- docs: english wip description & remove unuse file (#361)
- docs: add tutorials index & fix async (#359)
- docs: fix async link (#357)
- docs: add async await (#349)
- docs: typo Github > GitHub (#356)
- docs: update site style (#340)
- deps: upgrade egg-core (#350)
- docs: add description to config/env file (#348)
- docs: add APIClient concept to cluster doc (#344)
- test: add async test case (#339)
- feat: view base promise to support async function (#343)
- feat: curl return promise (#342)
- test: add class style controller tests (#336)
- docs: add cnzz (#335)
- test: improve coverage to 100% (#333)
- docs: update egg-and-koa with async function (#334)
- fix: remove tair and hsf (#332)
- docs: quickstart - use controller class (#329)
- feat: remove overrideMethod middleware (#324)
- feat: remove worker client, use app.cluster (#282)
- chore(scripts): Add PATH to find hexo (#327)
- docs: fix quickstart example code (#326)
- chore(scripts): deploy document by travis (#325)
- docs: add httpclient tracer demo and docs (#313)
- feat: close cluster clients before app close (#310)
- test: mv benchmark to eggjs/benchmark (#320)
- docs: document for plugin.{env}.js and the reason of plugin name (#321)
- docs: add sigleton in plugin.md (#316)
- docs: plugin and framework list use github tags (#318)
- docs: remove outdated docs (#319)
- docs: controller support class and refactor jsonp (#314)
- docs: add more details about csrf (#315)
- feat: remove tracer (#311)
- refactor: use app.beforeClose (#306)
- feat: move ctx.runtime to egg-instrument (#302)
- feat: merge the api of application/agent from extend to instance (#294)
- docs: add egg-security config to router docs (#303)
- style: fix code style for app and config (#300)
- refactor: remove ctx.jsonp and add egg-jsonp plugin (#299)
- docs: fix typo $app to app (#297)
- docs: remove inner links (#298)
- feat: remove isAjax (#295)
- test: fix cookie test cases (#296)
- docs: adjust some words (#291)
- feat: move clusterPort to egg-cluster (#281)
- feat: move app.Service egg-core (#279)
- docs: change egg-bin to egg-init (#284)
- docs: improve framework doc based on eggjs/examples#9 (#267)
- feat: remove instrument (#283)
- docs: add progressive link && adjust en docs directory (#275)
- docs: add progressive usage (#268)
- test: dep -> dependencies (#270)
- docs: translate zh-cn/basics/app-start.md into english (#222)
- docs: fix quickstart typo (#266)
- docs: add http client debug docs (#265)
- docs: modify and fix 3 points (#264)
- docs(intro): improve decription (#263)
- docs: fix docs site version (#262)
- docs: Fix typo. (#261)
- docs: review 1st version docs (#257)
- fix: typo conext -> context (#259)
- docs: contributing && readme && deps (#253)
- docs: fix quickstart link in index.html (#256)
- docs: set the default locale zh-cn (#255)
- refactor: ctx.realStatus delegate ctx.response.realStatus (#252)
- docs: Add intro/index.md (#246)
- feat: adjust default plugins (#251)
- docs: add RESTful documents (#247)
- feat: delegate ctx.jsonp to ctx.response.jsonp (#248)
- chore: remove examples (#245)
- docs: improve mysql doc
- docs: add mysql doc
- docs: view (#228)
- docs: improve doc theme (#230)
- docs: add core/unittest.md (#199)
- docs: add advanced/framework.md (#225)
- docs: add service doc (#221)
- docs: serverEnv => env (#239)
- feat: delegate configurations in app (#233)
- refactor: remove ctx.getCookie, ctx.setCookie and ctx.deleteCookie (#240)
- docs: remove mon-printable character (#242)
- feat: support app.config.proxy to identify app is behind a proxy (#231)
- doc: add plugin doc (#224)
- docs: add Quick Start in English (#223)
- docs: add basics/controller.md (#209)
- docs: add core/development.md (#214)
- docs: remove init.js from document, use app.beforeStart (#229)
- docs: quickstart (#217)
- docs: add security plugin doc (#196)
- docs: mv cluster.md to zh-cn (#216)
- feat: add cluster-client (#191)
- docs: add basics/router.md (#203)
- docs: add advanced/loader.md (#198)
- docs: fix i18n doc (#210)
- docs: add core/i18n.md (#208)
- docs: add core/httpclient document (#197)
- docs: typo (#207)
- docs: add core/logger.md (#204)
- docs: add one more reason why not use koa 2 (#206)
- docs: add error handling (#205)
- docs: add schedule (#202)
- docs: add english translation of basics/env.md
- docs: basics/middleware (#194)
- docs: add basics/config.md (#188)
- doc: app start (#193)
- docs: rename koa.md to egg-and-koa.md (#190)
- docs: egg and koa (#179)
- doc: add basics/env.md (#178)
- doc: rename guide/basics/extend.md to basics/extend.md (#189)
- doc: guide/basics/extend doc (#187)
- refactor: use logger.close, .end is deprecated (#171)
- refactor(config): set keepAliveTimeout 4000ms by default (#165)
- refactor: use sendToApp/sendToAgent in worker client
- fix: protocolHeaders can split with whitespace (#164)
- deps: update version (#157)
- deps: egg-cookies@2 (#155)
- fix: already supported in egg-core (#154)
- feat: body parser support disable, ignore and match (#150)
- feat: use appInfo.root in config (#147)
- test: refactor workclient test cases (#145)
- feat: add a dns cache httpclient (#146)
- deps: upgrade dependencies (#144)
- feat: warn when agent send message before started (#143)
- feat: [BREAKING_CHANGE] refactor Messenger (#141)
- feat: print error to console on unittest env (#139)
- feat: add ip setter on request (#138)
- feat: add getLogger to app and ctx (#136)
- test: remove co-sleep deps
- test: add local server for curl test cases
- test: use fs read instead of curl test on runInBackground
- deps: update version (#135)
- feat: support background task on ctx (#119)
- chore: add middleware example (#121)
- test: fix unstable test (#133)
- feat: close return promise (#128)
- deps: update deps version (#113)
- fix: AppWorkerClient subscribe same data failed issue (#110)
- feat(application): emit startTimeout event (#107)
- perf: get header using lower case (#106)
- chore: remove --fix for error check but not fix (#101)
- doc: Add Installation (#95)
- doc: add title (#94)
- docs: improve documents
- test: update benchmark scripts (#79)
- test: add router for bench cases (#78)
- fix: set header use lowercase (#76)
- test: add toa benchmark (#75)
- test: add benchmark results (#74)
- test: fix security tests (#73)
- test: egg-view-nunjucks change views -> view (#72)
- fix: utils.assign support undefined (#71)
- refactor: change accept to getter (#68)
- deps: egg-security@1 (#67)
- Revert raw header (#65)
- feat: [BREAKING_CHANGE] remove poweredBy && config.core (#63)
- refactor: use ctx.setRawHeader (#61)
- chore: add benchmarks (#62)
- fix(meta): remove server-id (#56)
- feat(response): add res.setRawHeader (#60)
- refator: use utils.assign instead of Object.assign (#59)
- feat: docs structure (#55)
- docs: web.md and web.zh_CN.md (#54)
- feat: [BREAKING_CHANGE] use egg-core (#44)
- doc: translate to EN (#25)
- fix: Error of no such file or directory, scandir '/restful_api/app/api' (#42)
- test: fix default plugins test (#37)
- feat: add inner plugins (#24)
- docs: add schedule example (#30)
- refactor(core): let ctx.cookies become a getter (#22)
- fix(messenger): init when create app and agent (#21)
- test: add test codes (#20)
- init version