Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading