Changelog

What's new in Loomkindle

Every release, every fix, every improvement — documented and versioned. Subscribe via RSS or check back regularly.

v0.7.0 Feature

Agentic schema drift auto-remediation

When the agent detects a schema change that would break a downstream semantic model, it now proposes and (with approval) applies a fix to the model YAML automatically. Includes a new drift.auto_remediate config option.

  • New: drift.auto_remediate: suggest | apply | off config option
  • Improved: drift severity scoring (breaking vs non-breaking column changes)
  • New: Slack and email notifications for drift events
v0.6.0 Feature

DuckDB connector + local development mode

Use DuckDB as a development-time warehouse for testing semantic models locally before deploying to Snowflake or BigQuery. The CLI now supports lmk dev which spins up a local DuckDB instance with your schema seeded from a sample snapshot.

  • New: DuckDB connector (read/write)
  • New: lmk dev command for local development
  • Fix: YAML validation now catches circular entity references
v0.5.0 Feature

Sigma + Hex BI integrations

Loomkindle semantic models now push directly to Sigma and Hex as data model definitions. Metrics defined in YAML are automatically available as measures in both tools, with lineage tracked back to the source pipeline.

  • New: Sigma integration (OAuth + model sync)
  • New: Hex integration (dataset definitions)
  • Improved: Lineage graph now includes BI layer nodes
v0.4.0 Feature

REST API v1 + webhook support

The Loomkindle API is now stable at v1. Webhooks now support three event types: pipeline completion, schema drift, and agentic rerouting. All events include structured payloads with full context.

  • New: REST API v1 (pipelines, metrics, schema)
  • New: Webhook events (3 types)
  • New: API token management in workspace settings
v0.3.0 Feature

Multi-source pipelines + transform chains

Pipelines can now pull from multiple sources and apply a chain of YAML-defined transforms before loading to the destination. Transform steps are individually logged and observable.

v0.2.0 Improvement

CLI v0.2 + YAML schema validation

The CLI now validates semantic model YAML locally before sync, catching errors before they reach the cloud layer. Added lmk validate --strict for CI integration.

v0.1.0 Launch

Private beta launch

Loomkindle private beta is live. Core features: Snowflake + BigQuery connectors, YAML semantic model authoring, basic ETL pipeline runner, and schema drift detection. 12 early access teams onboarded.