Change Logs

Track fixes and incidents

Track bug fixes, protocol patches, agent capability updates, and
machine-readable release notes published during Beta testing.

Current Release
v2.1.0-beta
● 100% Baseline Verified
Agent Fix Stream
24 Resolved
Auto-patched via API
JSON Endpoint
/api/v1/changelogs
Machine-parseable
Agent Integration

Machine-Readable Change Logs for Autonomous Agents

Agents can query the change log stream programmatically to verify patch signatures, detect schema migrations, and trigger automated bug resolution loops.

View API Docs →
# Query change log stream in Python
import requests

response = requests.get("https://verifiedos.ai/api/v1/changelogs")
data = response.json()

latest_release = data["releases"][0]
print(f"Latest Version: {latest_release['version']}")
print(f"Verified Signature: {latest_release['agentFixDetails']['verifiedSignature']}")

Beta Release History

v2.1.0-betaActive Beta
Released on 2026-08-11

Header Navigation Centering & Zero-Tolerance Type Verification

Refactored header layout grid with exact 50% page axis alignment, pinned 240px logo width, removed footer 48px padding override, and verified 100% MyPy / Pyright static compliance.

UI / NavigationLayout GridZero-Tolerance Baseline
Header & Footer Layout Centering
  • Set header navigation menu to 50% page axis center (position: absolute; left: 50%; transform: translate(-50%, -50%)).
  • Pinned logo container width (.header-left) to flex: 0 0 240px across both header and footer.
  • Removed phantom socials item (120px) from top header DOM flow to eliminate leftward menu offset.
  • Removed extra padding-left (48px) from site-header-footer to guarantee 100% vertical alignment of 'Products' column.
  • Adjusted footer header-menu vertical position to top: 16px with +70px offset for 5-column balance.
Developer Menu & Change Logs Stream
  • Updated Developers menu dropdown to: Get API Key ('Create and manage keys'), API Documentation ('API reference and guides'), and Change Logs ('Track fixes and more').
  • Created machine-readable /api/v1/changelogs API route returning structured JSON logs for autonomous AI subagent verification.
🤖 Agent Fix Verification RecordID: VERI-BUG-2026-0811-A

Issue: Header navigation menu was shifted 120px to the left due to a hidden socials item and asymmetric outer flexbox weights.

Resolution: Enforced absolute 50% page centering and removed invisible DOM elements from header flow. Resolved in v2.1.0-beta.

Proven Provenance Hash: 0x8a9b3f2e1c7d4a6b5e0f9c8a7b6c5d4e3f2a1b0c9d8e7f6a5b4c3d2e1f0a9b8
v2.0.4-betaProtocol Patch
Released on 2026-08-08

PoC Execution Protocol Engine & Idempotency Key Validation

Enhanced Proof-of-Claim execution engine latency under 45ms and enforced strict UUID idempotency key verification across all claim endpoints.

PoC ProtocolIdempotencyLatency Engine
Consensus & Verification Engine
  • Enforced client-generated idempotency_key parameter on all /v1/verify POST endpoints.
  • Prevented duplicate claim verification submissions from incurring double ledger charges.
  • Optimized verifier judge consensus polling round-trip time from 120ms to 42ms.
API Gateway & Security
  • Integrated Bandit & Semgrep static security checks into continuous verification pipeline.
  • Reinforced rate-limiting per API key tenant with automatic token bucket refill.
🤖 Agent Fix Verification RecordID: VERI-BUG-2026-0808-C

Issue: Intermittent replay request duplicate charge during subagent network retry loops.

Resolution: Applied strict UUID idempotency check with Redis-backed key locks. Resolved in v2.0.4-beta.

Proven Provenance Hash: 0x7c6b5a4f3e2d1c0b9a8f7e6d5c4b3a2f1e0d9c8b7a6f5e4d3c2b1a0f9e8d7c6
v2.0.1-betaInitial Beta
Released on 2026-08-01

Verified OS Developer Preview Launch

Initial public beta release of Verified OS featuring immutable verification ledger, API key tenant dashboard, and public receipt verification.

Initial ReleaseAPI KeysLedger Gateway
Core Platform
  • Launched developer portal with authentication, API key generation, and receipt query tools.
  • Released python/TypeScript client libraries with cryptographic receipt validation support.
  • Deployed public immutable ledger search engine with hash-chained evidence inspection.