[#2957] added support for wrapped api errors

This commit is contained in:
Gani Georgiev
2023-07-20 22:01:58 +03:00
parent ac52befb5b
commit 1e4c665b53
3 changed files with 100 additions and 10 deletions
+2
View File
@@ -91,6 +91,8 @@
- Added `?download` file query parameter option to instruct the browser to always download a file and not show a preview.
- Added support for wrapped API errors (_in case Go 1.20+ is used with multiple wrapped errors, `apis.ApiError` takes precedence_).
## v0.16.10