Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Releases: i-am-bee/bee-api

v0.0.16

12 Dec 21:25
Compare
Choose a tag to compare

0.0.16 (2024-12-12)

Bug Fixes

What's Changed

Full Changelog: v0.0.15...v0.0.16

v0.0.15

11 Dec 17:26
Compare
Choose a tag to compare

0.0.15 (2024-12-11)

Features

Bug Fixes

What's Changed

Full Changelog: v0.0.14...v0.0.15

v0.0.14

03 Dec 07:47
Compare
Choose a tag to compare

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)

v0.0.13

25 Nov 09:47
Compare
Choose a tag to compare

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)

v0.0.12

15 Nov 10:50
Compare
Choose a tag to compare

0.0.12 (2024-11-15)

Bug Fixes

  • build: support execution under any user (e1d32be)

Full Changelog: v0.0.11...v0.0.12

v0.0.11

14 Nov 16:40
Compare
Choose a tag to compare

0.0.11 (2024-11-14)

What's Changed

  • chore(build): rework python dockerfile to support execution under any… by @pilartomas in #73

Full Changelog: v0.0.10...v0.0.11

v0.0.10

14 Nov 11:22
Compare
Choose a tag to compare

0.0.10 (2024-11-14)

What's Changed

Full Changelog: v0.0.9...v0.0.10

v0.0.9

13 Nov 16:40
Compare
Choose a tag to compare

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)

v0.0.8

08 Nov 07:34
Compare
Choose a tag to compare

0.0.8 (2024-11-08)

Features

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

v0.0.7

05 Nov 14:58
Compare
Choose a tag to compare

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)