diff --git a/CHANGELOG.md b/CHANGELOG.md index f6cd5e8..40059bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,40 @@ # Changelog All notable changes to flameox are documented in this file. +## [0.1.14] - 2026-08-13 +### Bug Fixes + +- **xctrace:** Admit managed external staging +- **runtime:** Fail closed on abandoned resource state +- **reductions:** Retry failed durable operations +- **providers:** Preserve and contain runtime paths +- **capture:** Preserve timeout evidence reporting +- **types:** Tolerate absent optional OTLP modules +- **ci:** Align deterministic lanes with collected dependencies +- Structural issue batch — bounded reads, oracle coherence, protocol comparison, vLLM percentiles (#293) ([#293](https://github.com/morluto/flameox/pull/293)) +- **adapters:** Harden GPU evidence boundaries +### Chores + +- Reconcile issues resolved by #295 (#296) ([#296](https://github.com/morluto/flameox/pull/296)) +- **ci:** Replace custom test scheduling with pytest lanes +### Documentation + +- Align guides with redesigned architecture +- **adapters:** Align rocprofv3 test provenance +### Features + +- **adapters:** Add GPU profiling and trace evidence (#139) ([#139](https://github.com/morluto/flameox/pull/139)) +- **adapters:** Add GPU benchmark and compiler evidence (#138) ([#138](https://github.com/morluto/flameox/pull/138)) +- **adapters:** Add GPU correctness evidence (#137) ([#137](https://github.com/morluto/flameox/pull/137)) +### Refactoring + +- Center runtime evidence on explicit authorities (#295) ([#295](https://github.com/morluto/flameox/pull/295)) +- **core:** Center runtime evidence on explicit authorities +- Establish authoritative execution and control boundaries (#294) ([#294](https://github.com/morluto/flameox/pull/294)) +- Make invalid contract states unrepresentable (#152) ([#152](https://github.com/morluto/flameox/pull/152)) +### Testing + +- **gpu:** Focus evidence lanes on behavioral coverage (#204) ([#204](https://github.com/morluto/flameox/pull/204)) ## [Unreleased] ### Chores diff --git a/npm/package-lock.json b/npm/package-lock.json index 03ee1b3..60d8449 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,12 +1,12 @@ { "name": "flameox", - "version": "0.1.13", + "version": "0.1.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flameox", - "version": "0.1.13", + "version": "0.1.14", "license": "MIT", "dependencies": { "jsonc-parser": "^3.3.1" diff --git a/npm/package.json b/npm/package.json index fd6b421..404b3d1 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "flameox", - "version": "0.1.13", + "version": "0.1.14", "description": "Bootstrap the local flameox MCP setup wizard", "homepage": "https://github.com/morluto/flameox#readme", "bugs": { diff --git a/pyproject.toml b/pyproject.toml index 19f517f..cd0ac82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "flameox" -version = "0.1.13" +version = "0.1.14" description = "Runtime evidence that helps agents trace, profile, and burn down hotspots in application and native code, GPU kernels, and inference stacks." readme = "README.md" license = "MIT" diff --git a/server.json b/server.json index dfc4845..b5b748f 100644 --- a/server.json +++ b/server.json @@ -8,13 +8,13 @@ "url": "https://github.com/morluto/flameox", "source": "github" }, - "version": "0.1.13", + "version": "0.1.14", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "flameox", - "version": "0.1.13", + "version": "0.1.14", "runtimeHint": "uvx", "transport": { "type": "stdio" diff --git a/uv.lock b/uv.lock index 8de58f5..96f6702 100644 --- a/uv.lock +++ b/uv.lock @@ -1106,7 +1106,7 @@ wheels = [ [[package]] name = "flameox" -version = "0.1.13" +version = "0.1.14" source = { editable = "." } dependencies = [ { name = "anyio" },