fix(deps): Update module github.com/kataras/iris/v12 to v12.2.8 #183
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v12.2.7
->v12.2.8
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
kataras/iris (github.com/kataras/iris/v12)
v12.2.8
Compare Source
A new way to customize the handler's parameter among with the
hero
andmvc
packages. Newiris.NewContextWrapper
andiris.NewContextPool
methods were added to wrap a handler (.Handler
,.Handlers
,.HandlerReturnError
,HandlerReturnDuration
,Filter
andFallbackViewFunc
methods) and use a custom context instead of the iris.Context directly. Example at: https://github.com/kataras/iris/tree/main/\_examples/routing/custom-context.The
cache
sub-package has an update, 4 years after:cache
package, through theHandler#Store
method.cache
package, trough theHandler#MaxAge
method.cache
package.cache.Handler
input and output arguments remain as it is.cache.Cache
input argument changed fromtime.Duration
tofunc(iris.Context) time.Duration
.Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.