v0.0.12
What's Changed
- Upgrade ClickHouse, PostgreSQL, and chdb dependencies by @kolodkin in #224
- refactor: remove sampling/strategy machinery (lineage Phase 0) by @kolodkin in #223
- Phase 1: Add Tier 1 agent toolbox for lineage graph queries by @kolodkin in #225
- Implement Tier 1 lineage debug loop with graph-scoped tools by @kolodkin in #226
- Refactor chdb benchmark: per-operation contexts and fair memory tracking by @kolodkin in #228
- Add Object.join() operator for joining two Objects on key columns by @kolodkin in #230
- Add advisory locks to serialize concurrent inserts into shared tables by @kolodkin in #229
- Add Wikipedia plot enrichment to IMDb dataset builder by @kolodkin in #231
- Remove completed advisory lock task from future work by @kolodkin in #232
- Move table_registry from ClickHouse to SQL by @kolodkin in #233
- Replace deprecated datetime.now(timezone.utc) with utcnow() by @kolodkin in #234
- Add job-scoped and global persistence tiers for named objects by @kolodkin in #235
- Add basic lineage example notebook with AI-powered explanations by @kolodkin in #227
- docs: Add API server architecture and implementation plan by @kolodkin in #236
- Add view models and adapters for orchestration and data domains by @kolodkin in #237
- Phase 2: Migrate job commands to internal_api layer by @kolodkin in #238
- Migrate registered-job commands to internal_api layer by @kolodkin in #239
- Migrate worker list/stop commands to internal_api pattern by @kolodkin in #240
- Add task get command to retrieve task details by ID by @kolodkin in #241
- Migrate setup and migrate commands to internal_api by @kolodkin in #242
- Add local-skill: download and update skills from GitHub repos by @kolodkin in #244
- Add brainstorming skill for visual design collaboration by @kolodkin in #245
- Document Literal-first preference for string constants by @kolodkin in #246
- Remove lineage implementation plan documentation by @kolodkin in #248
- Add design spec and implementation plan for aai_id removal by @kolodkin in #247
- Expand Phase 3 server plan with detailed router & versioning spec by @kolodkin in #243
- docs: add comprehensive implementation plan for aai_id removal by @kolodkin in #251
- Fix View lifecycle refcount bug in Object and data context by @kolodkin in #249
- Refactor pagination and error handling in internal_api by @kolodkin in #250
- Add FastMCP server surface exposing internal_api as tools by @kolodkin in #252
Full Changelog: v0.0.10...v0.0.12