Skip to content

v2.2.0

Compare
Choose a tag to compare
@Ahoo-Wang Ahoo-Wang released this 25 Jul 14:11
· 275 commits to main since this release
b077746

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.* for PartExtractor. 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