diff --git a/History.md b/History.md index 2d78524840..b32345bd84 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,29 @@ # History +## 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`](http://github.com/eggjs/egg/commit/db999d3f7afa210c855f3f1a4518e83f7d8c1dc6)] - docs: add serverTimeout to d.ts (#3200) (TZ | 天猪 <>) + * [[`a43fef4e1`](http://github.com/eggjs/egg/commit/a43fef4e1828937d3d84469989582df273de1493)] - docs(index.d.ts): curl 增加泛型 (#3197) (The Rock <>) + * [[`d40124a25`](http://github.com/eggjs/egg/commit/d40124a25fcd1b52ab862ee297139a022458b81d)] - feat: add create anonymous context to agent (#3193) (Hongcai Deng <>) + * [[`9dfd19ead`](http://github.com/eggjs/egg/commit/9dfd19eada8bae7be212155a2989d0ccc410e8eb)] - fix: triggerServerDidReady should be triggered only once (#3190) (killa <>) + * [[`7802528e1`](http://github.com/eggjs/egg/commit/7802528e122691eb2cb78174e1c1490d0a382c08)] - feat: support server timeout (#3133) (TZ | +天猪 <>) + * [[`ff79101b5`](http://github.com/eggjs/egg/commit/ff79101b592d59ad12d110dd26dd7fa3d044b968)] - docs: Update service.md (#3191) (肖金 <>) + * [[`327fa174f`](http://github.com/eggjs/egg/commit/327fa174ffd74a67a77520d839eac282c916e8c0)] - fix: allow request timeout bigger than agent timeout (#3146) (fengmk2 <>) + * [[`86093c03a`](http://github.com/eggjs/egg/commit/86093c03a822a2b925de94cfda96198dc8159ade)] - docs: remove promo logo (#3176) (Suyi <>) + ## 2018-11-07, Version 2.13.0 @mansonchor ### Notable changes @@ -8,7 +32,7 @@ * emit event when runInBackground catch error * **perf** - * better TypeScript support + * better TypeScript support * **docs** * supplement documentation diff --git a/package.json b/package.json index a44d48bc9f..d1699970c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg", - "version": "2.13.0", + "version": "2.14.0", "description": "A web framework's framework for Node.js", "keywords": [ "web",