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

Update module github.com/kataras/iris/v12 to v12.2.8 #11

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/kataras/iris/v12 require patch v12.2.6-0.20230908161203-24ba4e8933b9 -> v12.2.8

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 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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner September 25, 2023 18:29
@renovate renovate bot changed the title Update module github.com/kataras/iris/v12 to v12.2.7 Update module github.com/kataras/iris/v12 to v12.2.8 Nov 5, 2023
@renovate renovate bot force-pushed the renovate/github.com-kataras-iris-v12-12.x branch from f1e88be to 89ebee7 Compare November 5, 2023 21:15
@renovate renovate bot force-pushed the renovate/github.com-kataras-iris-v12-12.x branch from 89ebee7 to 15a7a5d Compare November 6, 2023 16:04
go.mod Outdated
Comment on lines 3 to 5
go 1.21

toolchain go1.21.3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛑

Copy link
Member

@jamietanna jamietanna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't want to upgrade the Go version in use

@jamietanna jamietanna marked this pull request as draft November 14, 2023 15:46
@renovate renovate bot force-pushed the renovate/github.com-kataras-iris-v12-12.x branch 3 times, most recently from a5f40f5 to e38aadd Compare November 16, 2023 14:18
@renovate renovate bot force-pushed the renovate/github.com-kataras-iris-v12-12.x branch from e38aadd to 2a4e779 Compare January 3, 2024 09:40
@renovate renovate bot force-pushed the renovate/github.com-kataras-iris-v12-12.x branch from 2a4e779 to c50cdcb Compare January 3, 2024 09:41
Copy link
Contributor Author

renovate bot commented Jan 3, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant