Skip to content

Releases: go-goyave/goyave

Release v4.4.10

11 May 09:46
18fd161
Compare
Choose a tag to compare
  • Fixed potential SQL errors when using the unique/exists validation rules #191
  • Updated dependencies
  • Dropped support for go 1.17

Release v4.4.9

04 Apr 08:07
0e93a18
Compare
Choose a tag to compare
  • Fixed interface compatibility with Testify v1.8.2. Thanks to contributor @imuni4fun

Release v4.4.8

05 Jan 10:24
e907591
Compare
Choose a tag to compare
  • Fixed a bug in validation placeholders that allowed users to inject other placeholders into the original message and potentially create panics.

Release v4.4.7

12 Dec 12:58
8335f73
Compare
Choose a tag to compare
  • Fixed an issue with database.Paginator's raw count query not using the provided vars.

Release v4.4.6

04 Nov 15:04
88e9b07
Compare
Choose a tag to compare
  • The recovery middleware always gathers the stacktrace, even if debugging is not enabled. This will help getting more information from applications deployed in production and using error tracking platforms.

Release v4.4.5

02 Nov 08:51
79fd8e4
Compare
Choose a tag to compare
  • Fixed a compilation error when using the latest version of Gorm.

Release v4.4.4

03 Oct 08:51
7663c7d
Compare
Choose a tag to compare
  • Fixed an issue in validation removing the parent element of non-nullable elements from the body when the parent didn't have the expected type.

Release v4.4.3

11 Aug 12:29
44b26ee
Compare
Choose a tag to compare
  • Removed usage of io/ioutil as it is deprecated.
  • Fixed the validation error message for the "in" rule when used on array elements.

Release v4.4.2

13 Jun 08:10
8509986
Compare
Choose a tag to compare
  • "object" validation rule now also accepts JSON strings. This is useful when you expect an object but the field is given via a query param.

Release v4.4.1

08 Jun 08:36
3141fe8
Compare
Choose a tag to compare
  • In debug mode, reponse.Error() doesn't override previously defined status anymore.
  • TestSuite.RunServer now clears shutdown hooks too.