Goyave v3.4.0 Release Notes
Release Date: 2020-11-06 // about 4 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
anddefaultLanguage
). 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.