Changelog
All notable changes to Oak Chain.
[Unreleased]
Added
- Public documentation site
- VitePress with Ethereum theme
- Mermaid diagram support
[0.1.0] - 2026-01-10
Added
Core Features
- Aeron Cluster Consensus - Raft-based distributed consensus
- Ethereum Payment Integration - Three-tier economic model (Priority/Express/Standard)
- Wallet-Based Namespaces - Content ownership via Ethereum addresses
- Organization Scoping - Multi-brand support per wallet
- HTTP Segment Transfer - Oak Cold Standby pattern for reads
Storage
- Oak Segment Store - TAR-based immutable segments
- IPFS Binary Storage - Content-addressed binaries with CID references
- Sharded Paths - 16.7M shards for scalability
API
POST /v1/propose-write- Submit content writesPOST /v1/propose-delete- Delete proposal API surface (mock complete; chain-backed parity in progress)GET /api/explore?path=...- Read contentGET /v1/events/stream- Server-Sent Events streamGET /v1/consensus/status- Cluster statusGET /health- Health check
Operations
- Docker Compose configurations
- 3-validator local cluster setup
- Local development mode for testing
- Sepolia testnet support
Security
- Wallet signature verification
- Path ownership enforcement
- Payment verification via Beacon Chain
Version History
| Version | Date | Highlights |
|---|---|---|
| 0.1.0 | 2026-01-10 | Initial release |
Upgrade Guide
From Pre-release to 0.1.0
No breaking changes - this is the first release.
Future Upgrades
Oak Chain follows semantic versioning:
- Major (1.0.0): Breaking API changes
- Minor (0.2.0): New features, backwards compatible
- Patch (0.1.1): Bug fixes
Release Process
- Features developed on feature branches
- Merged to
mainafter review - Tagged releases for stable versions
- Docker images published to GitHub Container Registry