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/kataras/iris/v12 from 12.2.0-beta2 to 12.2.0-beta7 #21

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 26, 2022

Bumps github.com/kataras/iris/v12 from 12.2.0-beta2 to 12.2.0-beta7.

Release notes

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

v12.2.0-beta7

What's Changed

Navigate through the HISTORY.md file.

New Contributors

Changelog between beta6 and beta7: kataras/iris@v12.2.0-beta6...v12.2.0-beta7

v12.2.0-beta6

What's Changed

Navigate through the HISTORY.md file.

New Contributors

Changelog between beta5 and beta6: kataras/iris@v12.2.0-beta5...v12.2.0-beta6

v12.2.0-beta5

What's Changed

Navigate through the HISTORY.md file.

New Contributors

Full Changelog: kataras/iris@v12.2.0-beta4...v12.2.0-beta5

v12.2.0-beta4

What's Changed

... (truncated)

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.

Next

This release introduces new features and some breaking changes. The codebase for Dependency Injection, Internationalization and localization and more have been simplified a lot (fewer LOCs and easier to read and follow up).

24 Dec 2022

All new features have been tested in production and seem to work fine. Fixed all reported and reproducible bugs. The v12.2.0-beta7 is the latest beta release of v12.2.0. Expect the final public and stable release of v12.2.0 shortly after February 2023.

Fixes and Improvements

  • Add iris.TrimParamFilePart to handle cases like #2024 and improve the _examples/routing/dynamic-path/main.go example to include that case as well.

  • Breaking-change: HTML template functions yield, part, partial, partial_r and render now accept (and require for some cases) a second argument of the binding data context too. Convert: {{ yield }} to {{ yield . }}, {{ render "templates/mytemplate.html" }} to {{ render "templates/mytemplate.html" . }}, {{ partial "partials/mypartial.html" }} to {{ partial "partials/mypartial.html" . }} and so on.

  • Add new URLParamSeparator to the configuration. Defaults to "," but can be set to an empty string to disable splitting query values on Context.URLParamSlice method.

  • [PR #1992](kataras/iris#1992): Added support for third party packages on httptest. An example using 3rd-party module named Ginkgo can be found here.

  • Add Context.Render method for compatibility.

  • Support of embedded locale files using standard embed.FS with the new LoadFS function.

  • Support of direct embedded view engines (HTML, Blocks, Django, Handlebars, Pug, Amber, Jet and Ace) with embed.FS or fs.FS (in addition to string and http.FileSystem types).

  • Add support for embed.FS and fs.FS on app.HandleDir.

  • Add iris.Patches() package-level function to customize Iris Request Context REST (and more to come) behavior.

  • Minor fixes.

... (truncated)

Commits

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-beta2 to 12.2.0-beta7.
- [Release notes](https://github.com/kataras/iris/releases)
- [Changelog](https://github.com/kataras/iris/blob/master/HISTORY.md)
- [Commits](kataras/iris@v12.2.0-beta2...v12.2.0-beta7)

---
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 Dec 26, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 13, 2023

Superseded by #23.

@dependabot dependabot bot closed this Mar 13, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/kataras/iris/v12-12.2.0-beta7 branch March 13, 2023 10:06
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.

0 participants