Skip to content

Barbacane v0.5.2

Choose a tag to compare

@github-actions github-actions released this 25 Mar 20:34
· 70 commits to main since this release

Added

  • 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-auth keys 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-auth credentials 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