Skip to content

Commit

Permalink
Release 1.19.0 (eggjs#3616)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored Apr 11, 2019
1 parent d56b831 commit 0b50d4a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# History

## 2019-04-11, Version 1.19.0 @dead-horse

### Notable changes

**features**
* support config.maxProxyCount to help get the real client ip

### Commits

* [[`d56b831a9`](http://github.com/eggjs/egg/commit/d56b831a92d13590c80c898dfbb7263c1d2abe74)] - feat: support config.maxProxyCount to help get the real client ip (#3615) (Yiyu He <<[email protected]>>)


## 2019-04-10, Version 1.18.0 @atian25

### Notable changes

**fetures**
**features**
* expose app.server

### Commits
Expand All @@ -15,7 +27,7 @@

### Notable changes

**fetures**
**features**
* add create anonymous context to agent

### Commits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egg",
"version": "1.18.0",
"version": "1.19.0",
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit 0b50d4a

Please sign in to comment.