Skip to content

Commit

Permalink
Release 2.29.1 (#4498)
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 authored Oct 20, 2020
1 parent 9f653af commit 4cfae78
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# History

## 2020-10-19, Version 2.29.1 @atian25

### Notable Changes

* **fixes**
* revert clear timing after ready, only disable
* won't set keep-alive header at Node.js ^12.19.0 || >=14.8.0

### Commits

* [[`9f653afe7`](http:/eggjs/egg/commit/9f653afe790e0ead44109c68dfffb8353fdca56c)] - fix: remove clear timing && skip keep-alive after 12.19.0 (#4497) (TZ | 天猪 <<[email protected]>>)


## 2020-09-23, Version 2.29.0 @atian25

### Notable Changes

* **features**
* feat: dumpconfig also dump disabled plugin
* dumpconfig also dump disabled plugin

* **docs**
* csrf double cookie defense should enabled on all method
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": "2.29.0",
"version": "2.29.1",
"description": "A web framework's framework for Node.js",
"keywords": [
"web",
Expand Down

0 comments on commit 4cfae78

Please sign in to comment.