Skip to content

Latest commit

 

History

History
85 lines (46 loc) · 4.71 KB

File metadata and controls

85 lines (46 loc) · 4.71 KB

Changelog

We document all important changes below.

Thread follows Keep a Changelog and uses Semantic Versioning.

[0.2.1] - 2026-02-28

Bug Fixes

  • Lockfile errors(3723c40)

  • (tasks) Make the release task bump argument positional vice keyword, which is expected for a required argument(89c43a1)

  • (release) Update release task to use correct argument handling and fix changelog command(6ba33c9)

  • (gitignore) Ignore generated changelog sentinel file(08c1260)

  • (release) Enhance release command to support no-publish flag and improve argument handling(092ed0c)

  • (release) Improve argument handling in release command for dry run and no-publish options(46f983b)

  • (release) Improve argument handling in release command for dry run and no-publish options(203cc3b)

  • (lockfile) Correct lockfile version(36ede46)

Documentation

  • Add AI-native knowledge layer architectural design report (#71)(591f187)

Features

  • Add semantic classifications and spec in preparation for semantic classification layer(e308eb2)

  • (thread) Implement main thread crate to unify crate exposure (#75)(eead51d)

  • (dev) Improve repo tasks; remove outdated docs(cadf4b5)

  • (release) Enhance changelog generation and update crate versions(0cccf69)

Miscellaneous

  • Update CLAUDE.md(11826f9)

  • (docs) Substantial updates to 001-planning to reflect revisions, requirement changes, and the Thread-Flow implementation(8e9e7f5)

[0.2.0] - 2026-01-31

Bug Fixes

  • Correct Authorization header syntax in CLA workflow(7962d8f)

Feat

  • (flow) Add thread-flow crate, integrates ReCoco (CocoIndex) capabilities into Thread, providing dataflow driven ETL pipeline management (#48)(d5519df)

Features

  • Optimize extension matching with aho-corasick and character bucketing(ea98e37)

  • Add length-based bucketing optimization for extension matching(7784283)

  • Add comprehensive project documentation and development commands(bb4a9d0)

  • Add CocoIndex Rust API documentation and resources(b332540)

  • Add initial specification and quality checklist for Real-Time C… (#47)(c146c69)

Miscellaneous

Refactoring

  • Update Cargo.toml for improved workspace configuration and dependency management(d7e9d0d)

  • (mcp.json, settings.json) Remove obsolete filesystem server and update allowed models(c507148)