1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00

release v12.2.2

This commit is contained in:
Gerasimos (Makis) Maropoulos
2023-08-12 07:29:22 +03:00
parent 0da32ca844
commit de478687dc
3 changed files with 6 additions and 2 deletions

View File

@@ -23,6 +23,10 @@ Developers are not forced to upgrade if they don't really need it. Upgrade whene
Changes apply to `master` branch.
# Sat, 12 Aug 2023 | v12.2.2
- Add new `iris.WithDynamicHandler` option (`EnableDynamicHandler` setting) to work with `iris.Application.RefreshRouter` method. It allows to change the entire router while your server is up and running. Handles [issue #2167](https://github.com/kataras/iris/issues/2167). Example at [_examples/routing/route-state/main.go](_examples/routing/route-state/main.go).
# Mon, 17 July 2023 | v12.2.1
- Add `mvc.Application.EnableStructDependents()` method to handle [#2158](https://github.com/kataras/iris/issues/2158).