1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

release v12.2.5

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-08-21 20:19:35 +03:00
parent 4394c6326f
commit 10fd39fc07
15 changed files with 30 additions and 46 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.
# Mon, 21 Aug 2023 | v12.2.5
- Add optional `Singleton() bool` method to controllers to mark them as singleton, will panic with a specific error if a controller expects dynamic dependencies. This behavior is idendical to the app-driven `app.EnsureStaticBindings()`.
- Non-zero fields of a controller that are marked as ignored, with `ignore:"true"` field tag, they are not included in the dependencies at all now.