What's changed
- Fixed incorrect behavior when using YAML list string with only one element, e.g.
was parsed into
proxy.foo.middlewares.cidr_whitelist.allow: | - 1.2.3.4
- 1.2.3.4
, now it correctly parses to1.2.3.4
- Updated rules to allow checking if field exists, e.g.
proxy.foo.rules: | name: on search params exists on: query searchParams | query searchparams