-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Validation error path field can be empty (#52)
* fix: Validation error path field can be empty Prevents the http client from throwing an exception when trying to deserialize a validation error that doesn't have its path set. See cerbos/cerbos#2362 Signed-off-by: Charith Ellawala <[email protected]> * Update dependencies Signed-off-by: Charith Ellawala <[email protected]> --------- Signed-off-by: Charith Ellawala <[email protected]>
- Loading branch information
Showing
5 changed files
with
610 additions
and
447 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
## Unreleased | ||
|
||
### Bug fixes | ||
|
||
- Validation error path field can be empty | ||
|
||
## v0.10.5 (2024-03-07) | ||
|
||
### Bug fixes | ||
|
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
Oops, something went wrong.