-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Update module github.com/kataras/iris/v12 to v12.2.8 (#183)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/kataras/iris/v12](https://togithub.com/kataras/iris) | indirect | patch | `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 <details> <summary>kataras/iris (github.com/kataras/iris/v12)</summary> ### [`v12.2.8`](https://togithub.com/kataras/iris/blob/HEAD/HISTORY.md#Sun-05-Nov-2023--v1228) [Compare Source](https://togithub.com/kataras/iris/compare/v12.2.7...v12.2.8) - A new way to customize the handler's parameter among with the `hero` and `mvc` packages. New `iris.NewContextWrapper` and `iris.NewContextPool` methods were added to wrap a handler (`.Handler`, `.Handlers`, `.HandlerReturnError`, `HandlerReturnDuration`, `Filter` and `FallbackViewFunc` 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: - Add support for custom storage on `cache` package, through the `Handler#Store` method. - Add support for custom expiration duration on `cache` package, trough the `Handler#MaxAge` method. - Improve the overral performance of the `cache` package. - The `cache.Handler` input and output arguments remain as it is. - The `cache.Cache` input argument changed from `time.Duration` to `func(iris.Context) time.Duration`. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
- Loading branch information
Showing
2 changed files
with
23 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters