Skip to content

Latest commit

 

History

History
74 lines (38 loc) · 5.17 KB

CHANGELOG.md

File metadata and controls

74 lines (38 loc) · 5.17 KB

Changelog

0.6.0-alpha (2024-07-15)

Features

Bug Fixes

  • kb: fixed some bugs in file-to-embedding process (#35) (703bb0b)
  • kb: issue of chunking (#34) (66307c7)

0.5.0-alpha (2024-06-25)

Features

  • kb: add owner_id parameter in knowledge base endpoint (#27) (e85020b)
  • registry: support image deletion (#29) (fe818da)

0.4.0-alpha (2024-06-16)

Features

  • kb: support knowledge base file related api (#23) (3912028)
  • use camelCase for HTTP body (#22) (5d0fc2f)

Bug Fixes

0.3.0-alpha (2024-06-06)

Features

Bug Fixes

  • return pagination in tag list endpoint (#17) (72bc47a)

0.2.1-alpha (2024-04-05)

Bug Fixes

0.2.0-alpha (2024-04-02)

Features

  • add CreateRepositoryTag endpoint (#8) (61bc325)
  • aggregate tag list with database info (#7) (6cc2d8d)
  • create artifact database if it does not exist (#4) (787a4ad)
  • fetch repository tags from registry (#6) (3568735)

Bug Fixes

  • expose private API on private port (#9) (9ef4b03)