v1.10.2
What's Changed
- Feature: add
StartsWithConditionMatcher
by @Ahoo-Wang in #64
{
"name": "TestStartsWith",
"effect": "allow",
"actions": [
{
"type": "all"
}
],
"condition": {
"type": "starts_with",
"part": "request.attributes.ipRegion",
"pattern": "中国"
}
}
Full Changelog: v1.10.1...v1.10.2