added the triggered rate limit rule in the error log details

This commit is contained in:
Gani Georgiev
2025-06-25 20:32:51 +03:00
parent 3f3b77dcd4
commit 2c6f99418f
4 changed files with 56 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
## v0.29.0 (WIP)
- Added the triggered rate rimit rule in the error log `details`.
## v0.28.4
- Added global JSVM `toBytes()` helper to return the bytes slice representation of a value such as io.Reader or string (_other types are first serialized to Go string_).