lowered the max field id and name length limit to 100

This commit is contained in:
Gani Georgiev
2024-11-11 16:18:24 +02:00
parent 0af8f3cc66
commit db57572a54
3 changed files with 7 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
- Added default max limits for the expressions count and length of the search filter and sort params.
_This is just an extra measure mostly for the case when the filter and sort parameters are resolved outside of the request context since the request size limits won't apply._
- Other minor changes (better error in case of duplicated rate limit rule, fixed typos, updated Go deps, etc.).
- Other minor changes (better error in case of duplicated rate limit rule, fixed typos, changed field id and name length validator to max 100, updated Go deps, etc.).
## v0.23.0-rc12