chore: bump version to 0.16.0
This commit is contained in:
32
CHANGELOG.md
32
CHANGELOG.md
@@ -8,6 +8,29 @@
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
## axum-valid 0.16.0 (2024-03-01)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Add support for `Sonic<T>` from axum-serde.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Upgrade axum-serde to 0.3.0.
|
||||||
|
* Remove unnecessary development dependencies.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
## axum-valid 0.15.1 (2024-02-28)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* Fix the compilation error on docs.rs.
|
||||||
|
|
||||||
## axum-valid 0.15.0 (2024-02-01)
|
## axum-valid 0.15.0 (2024-02-01)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -26,7 +49,8 @@
|
|||||||
|
|
||||||
* Add support for aide through the 'aide' feature.
|
* Add support for aide through the 'aide' feature.
|
||||||
* Upgrade garde to 0.17.0.
|
* Upgrade garde to 0.17.0.
|
||||||
* Upgrade validify to 1.3.0. (This update also resulted in some refactoring. Please refer to the `README.md` for the latest examples.)
|
* Upgrade validify to 1.3.0. (This update also resulted in some refactoring. Please refer to the `README.md` for the
|
||||||
|
latest examples.)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
@@ -70,7 +94,8 @@
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
* When enabling features starting with `extra_` like `extra_query`, the `extra` feature will now be automatically enabled. Previously, users had to manually enable both `extra` and `extra_*`.
|
* When enabling features starting with `extra_` like `extra_query`, the `extra` feature will now be automatically
|
||||||
|
enabled. Previously, users had to manually enable both `extra` and `extra_*`.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
@@ -151,7 +176,8 @@
|
|||||||
|
|
||||||
* Feature flags
|
* Feature flags
|
||||||
* `422`: Use 422 Unprocessable Entity instead of 400 Bad Request as the status code when validation fails.
|
* `422`: Use 422 Unprocessable Entity instead of 400 Bad Request as the status code when validation fails.
|
||||||
* `into_json`: When this feature is enabled, validation errors will be serialized into JSON format and returned as the HTTP body.
|
* `into_json`: When this feature is enabled, validation errors will be serialized into JSON format and returned as
|
||||||
|
the HTTP body.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user