-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36bfea1
commit 6fac0d0
Showing
6 changed files
with
56 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "v5.2.0 release notes" | ||
description: "The detailed release notes for v5.2.0" | ||
prev: | ||
text: 'v5.1.1' | ||
link: '/changelog/v5.1.1' | ||
next: false | ||
--- | ||
|
||
# v5.2.0 release notes | ||
|
||
- Added support for response and chained writer flushing. | ||
- Added support for the `clickhouse` database dialect. | ||
- Updated the `UniqueArray`/`ExistsArray` validators to support ClickHouse. | ||
- Changed the default status handler for code `400 Bad Request` to the new `goyave.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.Default` global variable, which contains the builtin default `en-US` language. | ||
- Fixed a panic if no `Language` is given in the `validation.Options` when manually validating. Instead, `lang.Default` will be used. | ||
- Added deflate, lzw, br and zstd encoders for the compress middleware. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters