Releases: barbacane-dev/barbacane
Releases · barbacane-dev/barbacane
Barbacane v0.7.0
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
chore: release v0.6.3
Barbacane v0.6.2
chore: release v0.6.2
Barbacane v0.6.1
Fixed
- gateway: HTTP/2 connections over TLS failed with a framing error because hyper's HTTP/2 server builder had no timer — now supplies
TokioTimerexplicitly - ruleset:
fire-and-forgetdispatcher was missing from the vacuum custom ruleset enum and config schema validation
Barbacane v0.6.0
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
Added
- plugin:
mockdispatcher now supports{{placeholder}}body interpolation —{{headers.<name>}},{{path_params.<name>}},{{request.method}},{{request.path}},{{request.query}},{{request.client_ip}}
Changed
- plugin:
apikey-authkeysconfig changed from object (API key as map key) to array of entries with explicitkeyfield — enablesenv://andfile://secret references on keys - plugin:
basic-authcredentialsconfig changed from object (username as map key) to array of entries with explicitusernamefield
Fixed
- plugin:
env://andfile://secret references inapikey-authkeys were silently ignored because the secret resolver only walks JSON object values, not keys
Barbacane v0.5.1
chore: release v0.5.1
Barbacane v0.5.0
chore: release v0.5.0
Barbacane v0.4.1
chore: release v0.4.1
Barbacane v0.4.0
chore: release v0.4.0