Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2023

Bumps github.com/kataras/iris/v12 from 12.2.0 to 12.2.1.

Release notes

Sourced from github.com/kataras/iris/v12's releases.

v12.2.1

Changes

https://github.com/kataras/iris/blob/master/HISTORY.md#next

New Contributors

Full Changelog: kataras/iris@v12.2.0...v12.2.1

Changelog

Sourced from github.com/kataras/iris/v12's changelog.

Changelog

Looking for free and real-time support?

https://github.com/kataras/iris/issues
https://chat.iris-go.com

Looking for previous versions?

https://github.com/kataras/iris/releases

Want to be hired?

https://facebook.com/iris.framework

Should I upgrade my Iris?

Developers are not forced to upgrade if they don't really need it. Upgrade whenever you feel ready.

How to upgrade: Open your command-line and execute this command: go get github.com/kataras/iris/v12@latest and go mod tidy -compat=1.20.

Next

Changes apply to master branch.

func configure(m *mvc.Application) {
	m.Router.Use(cacheHandler)
	m.Handle(&exampleController{
		timeFormat: "Mon, Jan 02 2006 15:04:05",
	}, mvc.IgnoreEmbedded /* BaseController.GetDoSomething will not be parsed at all */)
}
type BaseController struct {
Ctx iris.Context
}
func (c *BaseController) GetDoSomething(i interface{}) error {
return nil
}
type exampleController struct {
</tr></table>

... (truncated)

Commits
  • d254d48 Add mvc.Application.EnableStructDependents() and app.ConfigureContainer().Ena...
  • 6add1ba fix #2158 and more
  • 757e7fe Bump golang.org/x/net from 0.11.0 to 0.12.0 (#2173)
  • 06047c2 Bump google.golang.org/grpc (#2172)
  • aa16edb Bump golang.org/x/text from 0.10.0 to 0.11.0 (#2171)
  • 834e448 Bump golang.org/x/sys from 0.9.0 to 0.10.0 (#2170)
  • d4ac1b4 Bump github.com/klauspost/compress from 1.16.6 to 1.16.7 (#2169)
  • 0075284 Bump github.com/shirou/gopsutil/v3 from 3.23.5 to 3.23.6 (#2168)
  • 6810a4c middleware/README: add link to the new PG middleware to the list
  • 1852236 README: update supporters
  • 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)

Bumps [github.com/kataras/iris/v12](https://github.com/kataras/iris) from 12.2.0 to 12.2.1.
- [Release notes](https://github.com/kataras/iris/releases)
- [Changelog](https://github.com/kataras/iris/blob/master/HISTORY.md)
- [Commits](kataras/iris@v12.2.0...v12.2.1)

---
updated-dependencies:
- dependency-name: github.com/kataras/iris/v12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 18, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 14, 2023

Superseded by #5.

@dependabot dependabot bot closed this Aug 14, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/kataras/iris/v12-12.2.1 branch August 14, 2023 08:37
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant