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

Bump github.com/beego/beego/v2 from 2.0.1 to 2.0.3 in /services/webapp #32

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 9, 2023

Bumps github.com/beego/beego/v2 from 2.0.1 to 2.0.3.

Release notes

Sourced from github.com/beego/beego/v2's releases.

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.

Release v2.0.2

Change Log

Incompatible Changes:

We remove the comments router generation function. So you have to run bee generate routers command to generate the routers. Here is the command:

bee generate routers [-ctrlDir=/path/to/controller/directory] [-routersFile=/path/to/routers/file.go] [-routersPkg=myPackage]
    -ctrlDir: the directory contains controllers definition. Bee scans this directory and its subdirectory to generate routers info
    -routersFile: output file. All generated routers info will be output into this file.
              If file not found, Bee create new one, or Bee truncates it.
              The default value is "routers/commentRouters.go"
    -routersPkg: package declaration.The default value is "routers".
              When you pass routersFile parameter, youd better pass this parameter

Release v2.0.2-beta.1

We focus on four things:

  1. Improve code quality;
  2. Fix bugs;
  3. Introduce error code for some modules. We will design error code for other modules in the future if we got good feedback;
  4. Add some convininet functions for web module;

CHANGE LOG

  • Add a custom option for whether to escape HTML special characters when processing http request parameters. 4701
  • Always set the response status in the CustomAbort function. 4686
  • Add template functions eq,lt to support uint and int compare. 4607
  • Migrate tests to GitHub Actions. 4663
  • Add http client and option func. 4455
  • Add: Convenient way to generate mock object 4620
  • Infra: use dependabot to update dependencies. 4623
  • Lint: use golangci-lint. 4619
  • Chore: format code. 4615
  • Test on Go v1.15.x & v1.16.x. 4614
  • Env: non-empty GOBIN & GOPATH. 4613
  • Chore: update dependencies. 4611
  • Update orm_test.go/TestInsertOrUpdate with table-driven. 4609

... (truncated)

Changelog

Sourced from github.com/beego/beego/v2's changelog.

v2.0.3

v2.0.2

See v2.0.2-beta.1

v2.0.2-beta.1

  • Add a custom option for whether to escape HTML special characters when processing http request parameters. 4701
  • Always set the response status in the CustomAbort function. 4686
  • Add template functions eq,lt to support uint and int compare. 4607
  • Migrate tests to GitHub Actions. 4663
  • Add http client and option func. 4455
  • Add: Convenient way to generate mock object 4620
  • Infra: use dependabot to update dependencies. 4623
  • Lint: use golangci-lint. 4619
  • Chore: format code. 4615
  • Test on Go v1.15.x & v1.16.x. 4614
  • Env: non-empty GOBIN & GOPATH. 4613
  • Chore: update dependencies. 4611
  • Update orm_test.go/TestInsertOrUpdate with table-driven. 4609
  • Add: Resp() method for web.Controller. 4588
  • Web mock and test support. 4565 4574
  • Error codes definition of cache module. 4493
  • Remove generateCommentRoute http hook. Using bee generate routers commands instead.4486 bee PR 762
  • Fix: /abc.html/aaa match /abc/aaa. 4459
  • ORM mock. 4407
  • Add sonar check and ignore test. 4432 4433
  • Update changlog.yml to check every PR to develop branch.4427
  • Fix 4396: Add context.param module into adapter. 4398
  • Support RollbackUnlessCommit API. 4542
  • Fix 4503 and 4504: Add when to Write([]byte) method and add prefix to writeMsg. 4507
  • Fix 4480: log format incorrect. 4482
  • Remove duration from prometheus labels. 4391
  • Fix unknown escape sequence in generated code. 4385
  • Fix 4590: Forget to check URL when FilterChain invoke next(). 4593
  • Fix 4727: CSS when request URI is invalid. 4729
  • Using fixed name commentRouter.go as generated file name. 4385
  • Fix 4383: ORM Adapter produces panic when using orm.RegisterModelWithPrefix. 4386
  • Support 4144: Add new api for order by for supporting multiple way to query 4294
  • Support session Filter chain. 4404

... (truncated)

Commits
  • d828091 Merge pull request #4959 from beego/develop
  • c143120 Merge pull request #4962 from flycash/dev
  • 2fc51b9 change changelog developing to v2.0.3
  • 64cf44d fix issue 4946 (#4954)
  • daf779f Merge pull request #4953 from greenhandatsjtu/feat/refactor-orm
  • 27595bb Merge pull request #4940 from greenhandatsjtu/fix/orm_pg_comment
  • ada107b refine unit tests for getDbCreateSQL
  • f9d2b4c Refactor ORM: rename _modelCache struct to modelCache
  • d5a5cdf Merge branch 'develop' into fix/orm_pg_comment
  • a539289 Add unit test for getDbCreateSQL()
  • Additional commits viewable in compare view

Dependabot compatibility score

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.

Bumps [github.com/beego/beego/v2](https://github.com/beego/beego) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/beego/beego/releases)
- [Changelog](https://github.com/beego/beego/blob/develop/CHANGELOG.md)
- [Commits](beego/beego@v2.0.1...v2.0.3)

---
updated-dependencies:
- dependency-name: github.com/beego/beego/v2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 9, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 9, 2023

Superseded by #33.

@dependabot dependabot bot closed this Feb 9, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/services/webapp/github.com/beego/beego/v2-2.0.3 branch February 9, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants