Skip to main content

Changelog

Release notes and platform updates in reverse chronological order.

v1.6.0Major

SchemaVector Signal Rail: Step 2 + Step 3

  • Added schema_engine receipts with deterministic hashes, public verify endpoint, and owner-scoped receipt lookup.
  • Expanded schema_engine events beyond signal flips: threshold breach, divergence open/close, and followed-indices digest events.
  • Added follow presets and digest controls for normal-user setup flow, plus one-click prefill from index detail pages.
  • Implemented Ed25519 signing scaffolding for receipts with key rotation endpoints and key-id based verification checks.
  • Added pair-level divergence state store and scheduled divergence transition emitter.
  • Added daily receipt transparency-root publication (Merkle-style root over daily output hashes).
  • Migration runbook: run `alembic upgrade head` to apply 003, 004, and 005 SchemaVector migrations.
  • Service runbook: restart API, Celery worker, and Celery beat so new tasks and endpoints are active.
  • Validation runbook: execute `python3 -m pytest -q tests/test_api/test_schemavector.py tests/test_api/test_schemavector_test_event.py tests/test_api/test_schemavector_stats.py tests/test_api/test_schemavector_follows.py tests/test_api/test_schemavector_receipts_api.py tests/test_schemavector_schema_engine.py tests/test_schemavector_receipts.py tests/test_tasks/test_schemavector_task.py tests/test_tasks/test_celery.py` (80 passing).
v1.5.1Fix

Alignment & Deploy Readiness

  • Fixed Alembic migration chain — resolved down_revision mismatch in migration 003 and COALESCE syntax error in migration 005 PRIMARY KEY constraint.
  • Railway backend now deploys cleanly through all 5 migrations with pre-deploy command.
  • Added password-protection middleware for site gating during beta.
v1.5.0Major

SchemaVector Event Routing

  • Launched SchemaVector — event-driven alert routing engine with webhook ingestion, rule matching, and multi-destination delivery.
  • TradingView integration page for connecting alerts to SchemaVector pipelines.
  • Event viewer, destination management, and routing rule builder in the SchemaVector dashboard.
  • New database tables for secrets, events, rules, destinations, and delivery tracking.
v1.4.0Feature

Authentication & User Accounts

  • Supabase-powered authentication — sign up, sign in, magic link, and JWT validation on protected API routes.
  • Account and settings pages with session management.
  • Admin login with password-based CMS access control.
  • API key management with HMAC-based key generation and rate-limited tiers (Free / Pro / Enterprise).
  • Entitlements and feature flags system for gating premium features.
v1.3.0Major

Content Engine & Blog

  • AI-powered content generation using Claude API — daily market briefings, narrative articles, and index commentary.
  • Full blog system with article pages, tag filtering, RSS feed, and Open Graph images.
  • Newsletter signup form integrated into the blog sidebar.
  • X/Twitter distribution pipeline for automated posting of new content.
  • Admin CMS dashboard for managing and publishing articles.
v1.2.0Feature

Stocks & Real Estate Modules

  • Stocks universe — ~50 equities and ETFs with component/environment mappings to MarketSchema indices.
  • Individual stock pages with wind signals, narrative links, and index chain visualization.
  • Real estate section with REITs, real estate stocks, and cap-rate analysis.
  • Shareable stock cards with OG image generation.
v1.1.0Major

Live Data Pipeline

  • Connected all 5 data sources — FRED, Polygon.io, CoinGecko, BLS, and EIA.
  • Compute engine calculates 39 of 45 indices from live data with daily refresh.
  • Market Essentials panel with ~20 key indicators (gold, oil, yields, SPY, BTC).
  • TimescaleDB time-series storage with efficient historical queries.
  • Celery task scheduler for automated data ingestion and index computation.
v1.0.0Major

Platform Launch

  • Initial release of MarketSchema with 45 proprietary indices across 7 asset classes.
  • Homepage with composite score gauge, 7-category breakdown, and divergence alerts.
  • Index detail pages with formula transparency and data source attribution.
  • REST API at api.marketschema.com with /indices, /series, /dashboard, and /health endpoints.
  • Blueprint + Redline design system with dark-first responsive UI.
Changelog | MarketSchema