@@ -7,6 +7,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.16.0] ( https://github.com/nearai/ironclaw/compare/v0.15.0...v0.16.0 ) - 2026-03-06
11+
12+ ### Added
13+
14+ - * (e2e)* extensions tab tests, CI parallelization, and 3 production bug fixes ([ #584 ] ( https://github.com/nearai/ironclaw/pull/584 ) )
15+ - WASM extension versioning with WIT compat checks ([ #592 ] ( https://github.com/nearai/ironclaw/pull/592 ) )
16+ - Add HMAC-SHA256 webhook signature validation for Slack ([ #588 ] ( https://github.com/nearai/ironclaw/pull/588 ) )
17+ - restart ([ #531 ] ( https://github.com/nearai/ironclaw/pull/531 ) )
18+ - merge http/web_fetch tools, add tool output stash for large responses ([ #578 ] ( https://github.com/nearai/ironclaw/pull/578 ) )
19+ - integrate 13-dimension complexity scorer into smart routing ([ #529 ] ( https://github.com/nearai/ironclaw/pull/529 ) )
20+
21+ ### Fixed
22+
23+ - * (llm)* fix reasoning model response parsing bugs ([ #564 ] ( https://github.com/nearai/ironclaw/pull/564 ) ) ([ #580 ] ( https://github.com/nearai/ironclaw/pull/580 ) )
24+ - * (ci)* fix three coverage workflow failures ([ #597 ] ( https://github.com/nearai/ironclaw/pull/597 ) )
25+ - Telegram channel accepts group messages from all users if owner_ … ([ #590 ] ( https://github.com/nearai/ironclaw/pull/590 ) )
26+ - * (ci)* anchor coverage/ gitignore rule to repo root ([ #591 ] ( https://github.com/nearai/ironclaw/pull/591 ) )
27+ - * (security)* use OsRng for all security-critical key and token generation ([ #519 ] ( https://github.com/nearai/ironclaw/pull/519 ) )
28+ - prevent concurrent memory hygiene passes and Windows file lock errors ([ #535 ] ( https://github.com/nearai/ironclaw/pull/535 ) )
29+ - sort tool_definitions() for deterministic LLM tool ordering ([ #582 ] ( https://github.com/nearai/ironclaw/pull/582 ) )
30+ - * (ci)* persist all cargo-llvm-cov env vars for E2E coverage ([ #559 ] ( https://github.com/nearai/ironclaw/pull/559 ) )
31+
32+ ### Other
33+
34+ - * (llm)* complete response cache — set_model invalidation, stats logging, sync mutex ([ #290 ] ( https://github.com/nearai/ironclaw/pull/290 ) )
35+ - add 29 E2E trace tests for issues #571 -575 ([ #593 ] ( https://github.com/nearai/ironclaw/pull/593 ) )
36+ - add 26 tests for multi-thread safety, db CRUD, concurrency, errors ([ #442 ] ( https://github.com/nearai/ironclaw/pull/442 ) )
37+ - update WASM artifact SHA256 checksums [ skip ci] ([ #560 ] ( https://github.com/nearai/ironclaw/pull/560 ) )
38+ - add WIT compatibility tests for WASM extensions ([ #586 ] ( https://github.com/nearai/ironclaw/pull/586 ) )
39+ - Trajectory benchmarks and e2e trace test rig ([ #553 ] ( https://github.com/nearai/ironclaw/pull/553 ) )
40+
1041## [ 0.15.0] ( https://github.com/nearai/ironclaw/compare/v0.14.0...v0.15.0 ) - 2026-03-04
1142
1243### Added
0 commit comments