Goyave v2.5.0 Release Notes

Release Date: 2020-02-05 // about 4 years ago
    • โž• Added an authentication system.
    • Various optimizations.
    • ๐Ÿ“š Various documentation improvements.
    • โž• Added dbMaxLifetime configuration entry.
    • ๐Ÿ‘ท Moved from Travis CI to Github Actions.
    • ๐Ÿ›  Fixed a bug making duplicate log entries on error.
    • ๐Ÿ›  Fixed a bug preventing language lines containing a dot to be retrieved.
    • ๐Ÿ›  Fixed TestSuite.GetJSONBody() not working with structs and slices.
    • โž• Added TestSuite.ClearDatabaseTables().
    • โž• Added Config.Has() and Config.Register() to check for the existence of a config entry and to allow custom config entries valdiation.
    • โž• Added Request.BearerToken().
    • โž• Added Response.HandleDatabaseError() for easier database error handling and shorter controller handlers.