Skip to content

0.1.1 - 2026-05-31

Choose a tag to compare

@github-actions github-actions released this 31 May 14:44

Release Notes

Added

  • Initial release of DOL (Docker Observability Language)
  • Live observation of containers, images, networks, and volumes
  • Real-time Docker event streaming with pipeline filters
  • Historical inspection and observation with SQLite-backed telemetry store
  • Alerting system with duration guards, webhooks, and restart actions
  • Static semantic analysis and type checking for queries
  • Terminal dashboard with live container monitoring (dol top, dol dashboard)
  • Interactive REPL with tab completion
  • Multiple output formats: table, CSV, JSON, JSONL
  • External integrations: InfluxDB, Grafana Loki, Prometheus Pushgateway
  • Aggregation functions, arithmetic expressions, string functions
  • Conditional pipeline branching (if/then/else, case/when)
  • Multi-field sorting, having, distinct, offset pipeline nodes
  • Config file support (YAML/TOML)

Download dol 0.1.1

File Platform Checksum
dol-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dol-x86_64-apple-darwin.tar.xz Intel macOS checksum
dol-x86_64-pc-windows-msvc.zip x64 Windows checksum
dol-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
dol-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum