v0.1 — Foundation

2024 Completed
  • Coroutines & Scheduler
  • Event loop (libuv)
  • spawn() / delay() / timeout()

v0.6 — Complete Async API

2026-03-14 Completed
  • TaskGroup & TaskSet
  • Channels (buffered/unbuffered)
  • Future / FutureState
  • Pool with CircuitBreaker
  • Async File & Pipe I/O
  • TCP / UDP sockets
  • PDO connection pooling
  • FileSystemWatcher
  • CURL async
  • Deadlock diagnostics

v0.7 — ThreadPool & Stabilization

Summer 2026 Planned
  • ThreadPool
  • Test suite
  • API stabilization
  • Telemetry

v0.8 — Framework Adapters

Q3 2026 Planned
  • Framework integration layer
  • Laravel / Symfony adapters
  • Migration guides

v1.0-RC — Release Candidate

RC
August 2026 Planned
  • Feature freeze
  • Community testing
  • Performance benchmarks

v1.0 — Stable Release

Target: PHP 8.6
November 2026 Planned
  • Stable API
  • Production ready
  • PHP RFC submission