github go-goyave/goyave v5.0.0-preview7
Pre-release v5.0.0-preview7

latest releases: v5.4.1, v5.4.0, v5.3.0...
pre-release11 months ago

Breaking changes are marked with a ⚠️.

  • ⚠️ testutil: removed the route registrer parameter from NewTestServer and NewTestServerWithOptions
  • Redirect the default test server logger to testing.T.Log()
  • Added the new util/session package for business transaction management.
  • Validation: the email validator now converts the value to string instead of mail.Address to improve the experience with DTO conversion. mail.Address was serialized as a struct instead of a string.
  • Paginator: the page info query and the actual query are now executed in a transaction.
  • ⚠️ Paginator: Find() and UpdatePageInfo() now return an error instead of gorm.DB

Don't miss a new goyave release

NewReleases is sending notifications on new releases.