Cordon v0.4.1
This release simplifies route setup for wildcard and exact paths.
Improved
- The route wizard now asks for a single path value and infers an exact match or wildcard glob automatically.
- Paths containing `*` or `**` are treated as glob matches; paths without wildcards are treated as exact matches.
- Existing `path_prefix` route configs continue to load, display, duplicate-check, and edit safely.
Fixed
- No-op interactive edits preserve the existing path matcher kind instead of accidentally broadening credential injection.
- Route validation now keeps legacy prefix compatibility without exposing prefix setup as the preferred new workflow.