Skip to content

Releases: barbacane-dev/barbacane

Barbacane v0.7.0

05 May 09:25
bb08eb0

Choose a tag to compare

Merge pull request #84 from barbacane-dev/release/0.7.0

release: 0.7.0 — AI gateway extensions (ADR-0024 + ADR-0030)

Barbacane v0.6.3

07 Apr 14:59

Choose a tag to compare

chore: release v0.6.3

Barbacane v0.6.2

03 Apr 15:04

Choose a tag to compare

chore: release v0.6.2

Barbacane v0.6.1

02 Apr 13:45

Choose a tag to compare

Fixed

  • gateway: HTTP/2 connections over TLS failed with a framing error because hyper's HTTP/2 server builder had no timer — now supplies TokioTimer explicitly
  • ruleset: fire-and-forget dispatcher was missing from the vacuum custom ruleset enum and config schema validation

Barbacane v0.6.0

27 Mar 11:47

Choose a tag to compare

chore: release v0.6.0

- Bump workspace version to 0.6.0
- Update CHANGELOG with MCP server, fire-and-forget dispatcher, and fixes
- Update README test badges
- Rewrite count-tests.sh to scan source annotations instead of running
  the full test suite (0.6s vs minutes)

Barbacane v0.5.2

25 Mar 20:34

Choose a tag to compare

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

Barbacane v0.5.1

20 Mar 16:54

Choose a tag to compare

chore: release v0.5.1

Barbacane v0.5.0

18 Mar 07:47

Choose a tag to compare

chore: release v0.5.0

Barbacane v0.4.1

17 Mar 11:26

Choose a tag to compare

chore: release v0.4.1

Barbacane v0.4.0

16 Mar 17:15

Choose a tag to compare

chore: release v0.4.0