v12.2.4
What's Changed
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. Example at _examples/routing/route-state/main.go.
Full Changelog: v12.2.1...v12.2.4