Skip to content

Latest commit

 

History

History
194 lines (122 loc) · 16.7 KB

CHANGELOG.md

File metadata and controls

194 lines (122 loc) · 16.7 KB

Changelog

0.0.26 (2025-02-04)

0.0.25 (2025-02-04)

Features

  • tools: switch openAPI tool to framework version (#153) (30a93a7)

0.0.24 (2025-02-03)

Features

  • projectSecrets: add CRUDL for project secrets (#40) (ecd16bd)

Bug Fixes

0.0.23 (2025-01-29)

Features

Bug Fixes

  • metadata: add nulability to schema for openai compatibility (#158) (e7b8eab)
  • tool: fix update api tool api key (#161) (9d93ba1)
  • tools: encrypt updated api keys (#160) (1d561d6)

0.0.22 (2025-01-15)

Features

Bug Fixes

  • bullmq: update bullmq to fix error reporting (#147) (c1e3c6d)
  • Observe: remove observe not found error logs (#149) (f50e20d)
  • tools: check file existence for system tools (#145) (9e6a2e0)
  • workers: add installation command, update pyproject (#146) (2780d00)

0.0.21 (2024-12-19)

Features

  • observe: add response headers and status code (#141) (96c06ba)
  • tools: add llm and calculator tools (#132) (1797a53)

0.0.20 (2024-12-16)

Bug Fixes

  • artifact: update the share token only when the share property changes (#139) (c808d39)

0.0.19 (2024-12-16)

Features

  • user: update default assistant for new users (#138) (233c138)

0.0.18 (2024-12-15)

Features

  • user: add default assistant when user created (#137) (328c8de)

Bug Fixes

  • limits: merge window and rate limits, fix streaming headers (#134) (e997180)
  • readFile: fix error for read file tool (#133) (05a59d9)

0.0.17 (2024-12-13)

Features

0.0.16 (2024-12-12)

Bug Fixes

0.0.15 (2024-12-11)

Features

Bug Fixes

0.0.14 (2024-12-03)

Features

  • chat completion endpoint for authorized and artifact users (#92) (b40c204)
  • deps: upgrade bee-agent-framework and refactor (#102) (fc014df)
  • ui: modules_to_packages endpoint (#101) (6c203cc)

Bug Fixes

  • artifact: fix schema and type (#97) (7a585cd)
  • assistant: tools check for streamlit agent (#94) (0d4ff85)

0.0.13 (2024-11-25)

Features

Bug Fixes

  • dayjs import (#93) (933110f)
  • docker: copy .npmrc before installing deps (#86) (92f3ce3)
  • free disk space for github build and publish action (#88) (94cb0ad)
  • redis: add healthcheck and more retries to python redis client (#81) (c9d8950)

0.0.12 (2024-11-15)

Bug Fixes

  • build: support execution under any user (e1d32be)

0.0.11 (2024-11-14)

0.0.10 (2024-11-14)

0.0.9 (2024-11-13)

Features

  • extraction: use Unstructured Opensource (#29) (549f924)

Bug Fixes

  • extraction: eliminate race condition and other errors (#61) (1a821cd)
  • misc: migration, redis and mongo SSL connections (#59) (3ebd1b1)
  • run: avoid unhandled promises during execution (#64) (db5a64f)

0.0.8 (2024-11-08)

Features

  • use framework's tool validation and remove caption (#54) (77af525)

0.0.7 (2024-11-05)

Features

  • apiKey: add last used at property (#36) (3758032)
  • apiKey: add organization apiKey endpoint (#34) (188608b)
  • apiKey: add owner to the response (#41) (aba5f3a)
  • tools: add get for system tools (#33) (e7ced3f)
  • tools: update ArXiv short description (#37) (e46b3d6)

Bug Fixes

  • apiKey: fix last used_at (#44) (87c925c)
  • ApiKey: fix transaction for parallel requests (#50) (e220af5)
  • apiKey: load project for organization api-keys (#38) (dd28eea)
  • auth: fix lastUpdatedAt for api key (#48) (e7c3aca)
  • pagination: fix pagination for before parameter (#45) (389cd2e)
  • pagination: fix pagination with filters (#39) (20cf9aa)
  • seeder: importing ORM hangs seeder (#51) (dd0d3f6)
  • thread: delete vectore store files for thread (#35) (177ab3b)