Skip to content

Commit 6c62514

Browse files
committed
chore: release v0.6.1
1 parent bf4130a commit 6c62514

5 files changed

Lines changed: 28 additions & 22 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.1] - 2026-04-02
11+
12+
### Fixed
13+
- **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
14+
- **ruleset**: `fire-and-forget` dispatcher was missing from the vacuum custom ruleset enum and config schema validation
15+
1016
## [0.6.0] - 2026-03-27
1117

1218
### Added

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exclude = [
1919
resolver = "2"
2020

2121
[workspace.package]
22-
version = "0.6.0"
22+
version = "0.6.1"
2323
edition = "2021"
2424
license = "AGPL-3.0-only"
2525
repository = "https://github.com/barbacane-dev/Barbacane"
@@ -138,15 +138,15 @@ assert_cmd = "2"
138138
predicates = "3"
139139

140140
# Workspace crates (version required for crates.io publishing)
141-
barbacane-sigv4 = { path = "crates/barbacane-sigv4", version = "0.6.0" }
142-
barbacane-compiler = { path = "crates/barbacane-compiler", version = "0.6.0" }
143-
barbacane-plugin-sdk = { path = "crates/barbacane-plugin-sdk", version = "0.6.0" }
144-
barbacane-plugin-macros = { path = "crates/barbacane-plugin-macros", version = "0.6.0" }
145-
barbacane-wasm = { path = "crates/barbacane-wasm", version = "0.6.0" }
146-
barbacane-telemetry = { path = "crates/barbacane-telemetry", version = "0.6.0" }
147-
barbacane-test = { path = "crates/barbacane-test", version = "0.6.0" }
148-
barbacane = { path = "crates/barbacane", version = "0.6.0" }
149-
barbacane-control = { path = "crates/barbacane-control", version = "0.6.0" }
141+
barbacane-sigv4 = { path = "crates/barbacane-sigv4", version = "0.6.1" }
142+
barbacane-compiler = { path = "crates/barbacane-compiler", version = "0.6.1" }
143+
barbacane-plugin-sdk = { path = "crates/barbacane-plugin-sdk", version = "0.6.1" }
144+
barbacane-plugin-macros = { path = "crates/barbacane-plugin-macros", version = "0.6.1" }
145+
barbacane-wasm = { path = "crates/barbacane-wasm", version = "0.6.1" }
146+
barbacane-telemetry = { path = "crates/barbacane-telemetry", version = "0.6.1" }
147+
barbacane-test = { path = "crates/barbacane-test", version = "0.6.1" }
148+
barbacane = { path = "crates/barbacane", version = "0.6.1" }
149+
barbacane-control = { path = "crates/barbacane-control", version = "0.6.1" }
150150

151151
[profile.dev]
152152
opt-level = 0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<a href="https://docs.barbacane.dev"><img src="https://img.shields.io/badge/docs-docs.barbacane.dev-blue" alt="Documentation"></a>
1212
<img src="https://img.shields.io/badge/unit%20tests-505%20passing-brightgreen" alt="Unit Tests">
1313
<img src="https://img.shields.io/badge/plugin%20tests-680%20passing-brightgreen" alt="Plugin Tests">
14-
<img src="https://img.shields.io/badge/integration%20tests-265%20passing-brightgreen" alt="Integration Tests">
14+
<img src="https://img.shields.io/badge/integration%20tests-266%20passing-brightgreen" alt="Integration Tests">
1515
<img src="https://img.shields.io/badge/cli%20tests-16%20passing-brightgreen" alt="CLI Tests">
1616
<img src="https://img.shields.io/badge/ui%20tests-44%20passing-brightgreen" alt="UI Tests">
1717
<img src="https://img.shields.io/badge/e2e%20tests-11%20passing-brightgreen" alt="E2E Tests">

plugins/fire-and-forget/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)