Release v2.0.4 change log

This commit is contained in:
Deng Ming 2022-06-12 10:41:06 +08:00
parent 41cc57dcf2
commit 9d27055fc8

View File

@ -1,7 +1,12 @@
# developing
# v2.0.4
Note: now we force the web admin service serving HTTP only.
- [Fix issue 4961, `leafInfo.match()` use `path.join()` to deal with `wildcardValues`, which may lead to cross directory risk ](https://github.com/beego/beego/pull/4964)
- [Fix 4975: graceful server listen the specific address](https://github.com/beego/beego/pull/4979)
- [Fix 4976: make admin serve HTTP only](https://github.com/beego/beego/pull/4980)
# v2.0.3
- [upgrade redisgo to v1.8.8](https://github.com/beego/beego/pull/4872)
- [fix prometheus CVE-2022-21698](https://github.com/beego/beego/pull/4878)