Skip to content

v0.0.13

Choose a tag to compare

@github-actions github-actions released this 19 Jul 11:52
04301ae

Maple CLI v0.0.13

This release substantially hardens Maple's standalone local observability workflow.

Highlights

  • Unified local and remote CLI queries behind the shared warehouse executor, including consistent query routing, typed warehouse errors, retry behavior, and OpenTelemetry attributes.
  • Added durable local chDB checkpoints, restore/reset workflows, interrupted-operation reconciliation, and safer dirty-store and schema-version handling.
  • Added configurable local bind and advertised hosts, IPv4/IPv6-safe listener behavior, stricter browser-origin protection, and a fully embedded --offline dashboard.
  • Improved local trace, log, metric, error, service-map, attribute, and analytics queries through the shared ClickHouse query engine.
  • Hardened the updater and two-file release bundle (maple + libchdb.so) with checksum verification and relocatable sibling-library loading.

Upgrade note

Maple now fingerprints the embedded chDB schema. If an existing local store was created by an older schema, Maple preserves it and asks for an explicit rebuild instead of silently deleting telemetry. Use maple start --reset after reviewing the warning. Checkpoints remain under the local backup registry.

Install

curl -fsSL https://maple.dev/cli/install | sh

Homebrew users can run:

brew upgrade maple