Changelog v0.1
Apr 23, 2026
First public milestone focused on end-to-end log ingestion and querying.
This release is minimal by purpose and validates the core write/read path.
Read docs for more details.
Ingestion
Section titled “Ingestion”- Added: Loki ingestion protocol over HTTP via
POST /insert/loki/api/v1/push, request payload is expected snappy-compressed json (Content-Encoding: snappy,Content-Type: application/json)
- Added: Simple Query API at
POST /query
- Added: Readiness datasource probe at
GET /insert/loki/ready, used primarily by Grafana datasource to check if Ochi is ready to accept requests - Added: Grafana datasource available, supports Ochi API as a backend