Skip to main content
All notable changes to TAHO will be documented on this page.

[Unreleased]

Added

  • Initial public release
  • WebAssembly component runtime
  • Federated mesh networking with libp2p
  • Thread-level resource scheduling
  • DDS-based discovery
  • Basic telemetry and monitoring

Changed

  • Improved cold start performance
  • Enhanced GPU sharing capabilities

Fixed

  • Memory leak in component cache
  • Race condition in mesh formation

Version History

TAHO is currently in active development. The first stable release (v1.0.0) is planned for Q2 2025.
For the latest development updates, follow our GitHub repository.

Semantic Versioning

TAHO follows Semantic Versioning:
  • Major version (X.0.0): Breaking API changes
  • Minor version (0.X.0): New features, backwards compatible
  • Patch version (0.0.X): Bug fixes, backwards compatible

Migration Guides

Migration guides will be provided for all breaking changes once we reach v1.0.0.