Goyave v2.7.0 Release Notes

Release Date: 2020-02-23 // about 4 years ago
    • โž• Added Request.Request() accessor to get the raw *http.Request.
    • ๐Ÿ›  Fixed a bug allowing non-core middleware applied to the root router to be executed when the "Not Found" or "Method Not Allowed" routes were matched.
    • ๐Ÿ›  Fixed a bug making route groups (sub-routers with empty prefix) conflict with their parent router when two routes having the same path but different methods are registered in both routers.
    • โž• Added chained writers.
    • โž• Added gzip compression middleware.
    • โž• Added the ability to register route-specific middleware in Router.Static().