Roda 3.103.0 Released #419
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
Uh oh!
There was an error while loading. Please reload this page.
Roda 3.103.0 has been released!
New Features
An ip_from_header plugin has been added, which makes request.ip
pull the IP address from a header if it is present. If you know that
all requests are coming from a trusted proxy that sets a specific
header, this is simpler and faster than attempting to parse the
information out of the Forwarded or X-Forwarded-For headers.
A hash_public plugin has been added, which operates similarly to
the timestamp_plugin plugin, but does cache busting based on the
hash of the file content instead of the modification time of the
file. This is useful in containerized environments where the
modification time of the file may change even if the content of
the file does not.
Best,
Jeremy
All reactions