v2.1.1
caddyserver/caddyv2.1.1Jun 30, 2020by github-actions[bot]
AI Summary
This patch release fixes regressions in the CEL matcher and pb.proto warnings while adding support for placeholders in the query matcher.
Key Highlights
- Fixed CEL expression validation and host label index check regressions.
- Added support for placeholders in query matchers.
- Included an experimental `map` handler.
New Features
- CEL validation fix
- Query matcher placeholders
- Experimental `map` handler
Full Release Notes
Version 2.1.1 fixes a minor regression in v2.1 related to the CEL (expression) matcher, as well as eliminating the warning about pb.proto. Both regressions were unfortunately introduced by patch updates on dependencies. This version also adds support for placeholders in the query matcher, and a WIP/experimental `map` handler that will be finalized before 2.2. ## Changelog 6004d3f7 caddyhttp: Add 'map' handler (#3199) 77f233a4 caddyhttp: Corrected host label index check (fix #3502) ddd690de caddyhttp: Support placeholders in query matcher (#3521) d7dbf855 cel: fix validation of expression result type (#3526)