Goyave v3.4.0 Release Notes

Release Date: 2020-11-06 // over 3 years ago
    • Type-dependent rules validating integers (via the "integer" type rule) now share their validation message with the "numeric" type.
    • โž• Added paginators.
    • โž• Added helper.EscapeLike().
    • ๐Ÿš‘ Performance improvement by caching critical config entries (protocol, maxUploadSize and defaultLanguage). This change leads to about 18% more requests per second. However, these entries cannot be dynamically changed anymore: a server restart will be needed.

Previous changes from v3.3.1

    • ๐Ÿ›  Fixed a bug in the validatior: the original value of type-converted fields was always used, leading to wrong validation of subsequent type-dependent rules.