• v3.1.0 5dc3f466d2

    v3.1.0 Stable

    tonymottaz released this 2026-04-25 01:05:53 +00:00 | 0 commits to main since this release

    Signed by tonymottaz
    GPG key ID: B6D30EE464115F5F

    New features

    • You can now load environment variables from a file using the --env-file CLI option in the grackle server command. The file is interpreted as in this Node.js documentation.
    • If your handlers throw and you do not catch it, Grackle will catch it, log the error, and respond with a generic 500 instead of hanging the response.

    Bug fixes

    • fix Vento not loading templates sometimes
    • fix how routes are defined for handlers and static files so that route matching works correctly
    • fix response.redirect() so that headers are set at the right time
    Downloads