Skip to content

Releases: lance-format/lance-context

v0.2.4

19 Feb 07:11

Choose a tag to compare

What's Changed

  • fix(ci): repair publish workflows by @beinan in #39

Full Changelog: v0.2.3...v0.2.4

v0.2.3

19 Feb 02:50

Choose a tag to compare

What's Changed

  • fix: align pyproject repo metadata by @beinan in #38

Full Changelog: v0.2.2...v0.2.3

v0.2.2

10 Feb 21:47

Choose a tag to compare

What's Changed

  • feat: add embedding parameter to Context.add() by @dcfocus in #31
  • feat: add bot_id and session_id to Context.add() by @dcfocus in #33
  • fix(rust): add version for path dependency by @beinan in #34

Full Changelog: v0.2.1...v0.2.2

v0.2.1

28 Jan 22:02

Choose a tag to compare

What's Changed

  • feat: add list() method to retrieve stored entries by @dcfocus in #24
  • feat: add PyPI example project by @beinan in #26
  • chore(ci): add python publish workflow by @beinan in #27
  • feat: release gil during remote storage operations to prevent blocking by @fatelei in #29
  • chore(ci): add rust publish workflow by @beinan in #30
  • feat: implement background compaction for Lance fragments (#16) by @jja725 in #28

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

21 Jan 06:45

Choose a tag to compare

What's Changed

  • feat: add initial lance-context python/rust scaffold and uv workflow by @beinan in #1
  • ci: add GitHub Actions for python and rust tests by @beinan in #2
  • ci: add style check workflow by @beinan in #3
  • chore: add ci-pr-helper skill by @beinan in #5
  • feat: implement in-memory context schema by @beinan in #4
  • chore: emit gh command for PR skill by @beinan in #7
  • feat: add Lance context store append API by @beinan in #6
  • refactor: split context modules by @beinan in #8
  • feat: add multimodal content serialization by @beinan in #9
  • feat: add python bindings for context store by @beinan in #10
  • feat: add context checkout by version by @beinan in #11
  • feat: add context search API by @beinan in #12
  • test: add persistence integration coverage by @beinan in #13
  • docs: refresh project README by @beinan in #17
  • refactor: adopt crates/python workspace layout by @beinan in #19
  • feat: support remote storage for context store by @beinan in #20
  • chore: add release automation workflow by @beinan in #22
  • fix: close conditional in release summary step by @beinan in #23

New Contributors

  • @beinan made their first contribution in #1

Full Changelog: https://github.com/lance-format/lance-context/commits/v0.2.0