v2.2.0
What's Changed
- fix(deps): update dependency me.ahoo.cosid:cosid-bom to v2.2.5 by @renovate in #202
- feat: support
request.path.var.*
forPartExtractor
. by @Ahoo-Wang in #203 - feat: support
Expression
. by @Ahoo-Wang in #204
{
"name": "RequestPathVarTemplate",
"action": "/user/{id}",
"condition": {
"eq": {
"part": "request.path.var.id",
"value": "#{principal.id}"
}
}
}
Full Changelog: v2.1.4...v2.2.0