github go-goyave/goyave v3.0.0-rc2
Pre-release v3.0.0-rc2

latest releases: v5.4.3, v5.4.2, v5.4.1...
pre-release4 years ago
  • Use utf8mb4 by default in database options.
  • Added goyave.ValidationStatusHandler(), a status handler for validation errors. Therefore, the format in which validation errors are sent to the client can be customized by using your own status handler for the HTTP status 400 and 422.
  • Cache the regex used by helper.ParseMultiValuesHeader() to improve performance. This also improves the performance of the language middleware.
  • Added a short alias for database.GetConnection(): database.Conn().
  • Updated documentation.

Don't miss a new goyave release

NewReleases is sending notifications on new releases.