From fb2c8dfc4c6968118085bbe8151d8f80ed0d3f98 Mon Sep 17 00:00:00 2001 From: Yiyu He Date: Thu, 11 Apr 2019 17:40:21 +0800 Subject: [PATCH] Release 2.21.0 (#3617) --- History.md | 26 +++++++++++++++++++++++++- package.json | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index ecc083aad2..85722a3f35 100644 --- a/History.md +++ b/History.md @@ -1,12 +1,36 @@ # History +## 2019-04-11, Version 2.21.0 @dead-horse + +### Notable changes + +* **features** + * support config.maxProxyCount to help get the real client ip + * switch httpclient to httpclient2 for retry feature + +* **docs** + * add how to config egg behind a proxy + * update http_proxy usage + * change `egg-init` to `npm init egg` + +### Commits + + * [[`01b9588a3`](http://github.com/eggjs/egg/commit/01b9588a35ba33a7088e79f6d3e08c713c4de963)] - feat: support config.maxProxyCount to help get the real client ip (#3612) (Yiyu He <>) + * [[`eead31862`](http://github.com/eggjs/egg/commit/eead318625347bb9de8f9d7ffc6fae5ae1b33901)] - feat: switch httpclient to httpclient2 for retry feature (#3606) (TZ | 天猪 <>) + * [[`879fe93a6`](http://github.com/eggjs/egg/commit/879fe93a6dde156101318c766a3c29ca07f1e18d)] - docs: add how to config egg behind a proxy (#3614) (Yiyu He <>) + * [[`2357fbc1e`](http://github.com/eggjs/egg/commit/2357fbc1ee18cf0a8ee8692ed2d62d2224acfe3b)] - docs: remove egg-ts-helper && inspect-brk (#3603) (TZ | 天猪 <>) + * [[`e0a1d8fc6`](http://github.com/eggjs/egg/commit/e0a1d8fc6806acc0a4141bc4cf67149069bfbdf0)] - docs: change egg-init to `npm init egg` (#3588) (TZ | 天猪 <>) + * [[`763923cd7`](http://github.com/eggjs/egg/commit/763923cd76be30496fee9f733db9500c1d8188f2)] - chore: remove unused plugins.puml link (#3579) (TZ | 天猪 <>) + * [[`b1746468d`](http://github.com/eggjs/egg/commit/b1746468dae2d02aeef37f6e8d85414624c79880)] - docs(httpclient): update http_proxy usage (#3569) (TZ | 天猪 <>) + + ## 2019-03-25, Version 2.20.2 @whxaxes ### Notable changes * **fixes** * onClientError remove content-length header - + * **types** * add custom loader typing * import types from egg-core diff --git a/package.json b/package.json index 6629d9ea13..3c30a0bf14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "egg", - "version": "2.20.2", + "version": "2.21.0", "description": "A web framework's framework for Node.js", "keywords": [ "web",