blog-go
blog-go copied to clipboard
Bump github.com/beego/beego/v2 from 2.0.2 to 2.0.4
Bumps github.com/beego/beego/v2 from 2.0.2 to 2.0.4.
Release notes
Sourced from github.com/beego/beego/v2's releases.
Release v2.0.4
Note: now we force the web admin service serving HTTP only.
- Fix issue 4961,
leafInfo.match()
usepath.join()
to deal withwildcardValues
, which may lead to cross directory risk- Fix 4975: graceful server listen the specific address
- Fix 4976: make admin serve HTTP only
Release v2.0.3
The most important change in this release is fix issue 4946 CVE-2022-31259. This is a security problem, so we have to publish this release.
- upgrade redisgo to v1.8.8
- fix prometheus CVE-2022-21698
- upgrade to Go 1.18
- make
PatternLogFormatter
handling the arguments- [Add httplib OpenTelemetry Filter](beego/beego#4888, beego/beego#4915)
- Support NewBeegoRequestWithCtx in httplib
- Support lifecycle callback
- Append column comments to create table sentence when using postgres
- logs: multiFileLogWriter uses incorrect formatter
- fix issue 4946 CVE-2022-31259
Changelog
Sourced from github.com/beego/beego/v2's changelog.
v2.0.4
Note: now we force the web admin service serving HTTP only.
- Fix issue 4961,
leafInfo.match()
usepath.join()
to deal withwildcardValues
, which may lead to cross directory risk- Fix 4975: graceful server listen the specific address
- Fix 4976: make admin serve HTTP only
v2.0.3
- upgrade redisgo to v1.8.8
- fix prometheus CVE-2022-21698
- upgrade to Go 1.18
- make
PatternLogFormatter
handling the arguments- [Add httplib OpenTelemetry Filter](beego/beego#4888, beego/beego#4915)
- Add orm OpenTelemetry Filter
- Support NewBeegoRequestWithCtx in httplib
- Support lifecycle callback
- Append column comments to create table sentence when using postgres
- logs: multiFileLogWriter uses incorrect formatter
- fix issue 4946 CVE-2022-31259
Commits
0b8b87c
Merge pull request #4982 from flycash/dev9d27055
Release v2.0.4 change logfd15b20
Merge pull request #4981 from beego/developa6779b4
Merge pull request #4980 from flycash/dev41cc57d
fix 4976: make admin serve HTTP onlyaf271bc
Merge pull request #4979 from flycash/dev79abec4
fix 4975: graceful server listen the specific address5a873ea
Merge pull request #4950 from Dokiys/feature/orm_otel_filterf2c28be
feat: add orm opentelemetry filter809c0b4
Merge pull request #4964 from runner361/develop- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.