1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-10 05:25:58 +00:00

new context wrapper

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-11-02 03:11:22 +02:00
parent 3bd356734d
commit 4772177fef
4 changed files with 168 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
Changes apply to `main` branch.
- A new way to customize the handler's parameter among with the `hero` and `mvc` packages. New `iris.NewContextWrapper` method and `iris.DefaultContextPool` struct were added to wrap a handler and use a custom context instead of the iris.Context directly.
- The `cache` sub-package has an update, after 4 years:
- Add support for custom storage on `cache` package, through the `Handler#Store` method.