Roda 3.68.0 Released #322
jeremyevans
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Roda 3.68.0 has been released!
New Feature
Roda.run in the multi_run plugin now accepts blocks, to allow
autoloading of apps to dispatch to:
With the above example, the block is not evaluated until a
request for the /other_app branch is received. If OtherApp is
autoloaded, this can speed up application startup and partial
testing. When freezing the application (for production use),
the block is eagerly loaded, so that requests to the
/other_app branch do not call the block on every request.
Thanks,
Jeremy
Beta Was this translation helpful? Give feedback.
All reactions