Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.29.1 #4498

Merged
merged 1 commit into from
Oct 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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