v1.16.0
What's Changed
- refactor Schema by @Ahoo-Wang in #115
- support
GroupedRateLimiterConditionMatcher
by @Ahoo-Wang in #116
{
"groupedRateLimiter": {
"part": "request.remoteIp",
"permitsPerSecond": 10,
"expireAfterAccessSecond": 1000
}
}
Full Changelog: v1.15.4...v1.16.0