You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
plugin: mock dispatcher now supports {{placeholder}} body interpolation — {{headers.<name>}}, {{path_params.<name>}}, {{request.method}}, {{request.path}}, {{request.query}}, {{request.client_ip}}
Changed
plugin: apikey-authkeys config changed from object (API key as map key) to array of entries with explicit key field — enables env:// and file:// secret references on keys
plugin: basic-authcredentials config changed from object (username as map key) to array of entries with explicit username field
Fixed
plugin: env:// and file:// secret references in apikey-auth keys were silently ignored because the secret resolver only walks JSON object values, not keys