v5.2.0 release notes
- Added support for response and chained writer flushing.
- Added support for the
clickhousedatabase dialect. - Updated the
UniqueArray/ExistsArrayvalidators to support ClickHouse. - Changed the default status handler for code
400 Bad Requestto the newgoyave.ParseErrorStatusHandler. This status handler's behavior is identical to the previous one except it returns explicit error messages in the response when the parse middleware fails to parse a user's request. - Added
lang.Defaultglobal variable, which contains the builtin defaulten-USlanguage. - Fixed a panic if no
Languageis given in thevalidation.Optionswhen manually validating. Instead,lang.Defaultwill be used. - Added deflate, lzw, br and zstd encoders for the compress middleware.