Skip to main content

Changelog & Versioning

Versioning Policy

Zeq OS follows semantic versioning (MAJOR.MINOR.PATCH):

  • MAJOR — Breaking changes to the SDK API, operator signatures, or computation output format
  • MINOR — New operators, new SDK languages, new features (backwards-compatible)
  • PATCH — Bug fixes, precision improvements, documentation updates

Operator IDs (e.g., KO42, QM1, NM19) are permanent. Once published, an operator ID is never reassigned or removed. Deprecated operators are marked with a deprecated: true flag but remain functional.


v6.3.0 (Current Release)

Operators

  • 1,576 operators across 64 categories (up from 1,370 across 58 categories in v5.2)
  • Expanded operators across all tiers with new equations and enriched metadata
  • Full LaTeX equation rendering for all operators

SDK

  • All 7 SDK languages updated to v6.3.0
  • Operator registry synchronized across 10+ locations via sync-new-equations.py
  • Custom operator support via custom-operators.json

Infrastructure

  • API Gateway serving 1,576 operators on port 4000
  • Unified app server (apps/app-server.js) serving 6 applications
  • Operator Explorer with pagination (20 per page)

v5.2.0

Operators

  • 1,370 operators across 58 categories (up from 1,024 across 52 categories in v5.1)
  • New categories: zeq_coupling (44 operators), zeq_resonance (108 operators), astronomical_research (20 operators), atmospheric_earth (20 operators), control_theory (20 operators), dynamical_systems (1 operator)
  • Enhanced operator descriptions and LaTeX equation rendering

SDK

  • 7 supported languages: Python, JavaScript, TypeScript, Rust, Go, C++, WebAssembly
  • Python package renamed from zeq-sdk to zeq-os (pip install zeq-os)
  • JavaScript/TypeScript package scoped as @zeq-os/sdk (npm install @zeq-os/sdk)
  • Rust crate: cargo add zeq-os
  • Go module: go get github.com/hulyasmath/zeq-os/sdk/go
  • Canonical class name: ZeqProcessor (replaces ZeqSDK in all languages)

Infrastructure

  • Service rebranding: SearXNG → Zeq Search, Gitea → Zeq Git, LibreChat → Zeq MI
  • ChromaDB removed from default infrastructure stack
  • API Gateway updated to v1.287.5 with rate limiting (100 req/min default)
  • Docker Compose production configuration with resource limits

Documentation

  • Docusaurus site at docs.1.287hz.com with complete SDK + Framework documentation
  • Ecosystem app at /ecosystem/ with interactive app catalog
  • CLI reference with full command documentation
  • Per-language SDK reference pages (Python, JS, TS, Rust, Go, C++, WASM)

Framework

  • HulyaPulse frequency: 1.287 Hz (unchanged)
  • Zeqond period: 0.777 seconds (unchanged)
  • Precision target: ≤0.1% (unchanged)
  • KO42 Metric Tensioner: automatic and manual modes

v5.1.0

  • 1,024 operators across 52 categories
  • Initial 7-language SDK support
  • AutoPilot and AutoTune modes for the 7-Step Wizard
  • HITE encryption with Landauer Certificates
  • TESC messaging protocol

v5.0.0

  • Initial public release
  • Core operator registry with KO1-KO42, QM1-QM17, NM1-NM30, GR31-GR50
  • Python and JavaScript SDK
  • API Gateway and Sync Engine
  • 7-Step Verification Protocol