This repository was archived by the owner on Mar 18, 2025. It is now read-only.
Releases: i-am-bee/bee-api
Releases · i-am-bee/bee-api
v0.0.16
0.0.16 (2024-12-12)
Bug Fixes
What's Changed
- fix(log): update logged properties by @xjacka in #130
- chore(unstructured): upgrade & fix by @pilartomas in #131
- chore(docling): upgrade to v2.10.0 by @pilartomas in #129
Full Changelog: v0.0.15...v0.0.16
v0.0.15
0.0.15 (2024-12-11)
Features
- artifact: add search param and allow source_code update (#104) (6ca4bf4)
- artifact: message_id is optional (#125) (c09898b)
- artifact: rename secret to token (#118) (099952c)
- chat: add chat entity (#127) (0b46055)
- chat: constrained decoding support (#103) (8151586)
- deps: upgrade bee-agent-framework (#106) (178937c)
- deps: upgrade bee-agent-framework (#107) (b15ced1)
- deps: upgrade bee-agent-framework (#110) (b999907)
- docling: update docling and use hybrid chunker (#117) (592c4f8)
- log: add basic tracking (#128) (9deeb27)
- observe: implement opentelemetry (#113) (f67e300)
- python: add opentelemetry logs and traces (#114) (f3ee5c5)
- user: make user name modifiable (#108) (2f57e2a)
Bug Fixes
- build: import ioredis parseUrl from module (#120) (957001f)
- fs error logs in production (#123) (36af5fa)
- logs: make sure errors are visible in elastic (#111) (3712103)
- migration: default projects (#112) (626310a)
- otel python disable (#121) (31dc458)
- redis: properly close redis connections (#109) (d274908)
What's Changed
- feat(chat): constrained decoding support by @pilartomas in #103
- feat(artifact): add search param and allow source_code update by @xjacka in #104
- feat(deps): upgrade bee-agent-framework by @Tomas2D in #106
- Using bee-stack to run the bee-api dependencies by @aevo98765 in #70
- feat(user): make user name modifiable by @pilartomas in #108
- feat(deps): upgrade bee-agent-framework by @Tomas2D in #107
- chore(user): generate personal organization for new users by @xjacka in #95
- feat(deps): upgrade bee-agent-framework by @Tomas2D in #110
- fix(migration): default projects by @pilartomas in #112
- fix(logs): make sure errors are visible in elastic by @pilartomas in #111
- chore(fw): update to v50 by @pilartomas in #115
- fix(redis): properly close opened connections by @jezekra1 in #109
- feat(docling): update docling and use hybrid chunker by @pilartomas in #117
- feat(python): add opentelemetry logs and traces by @pilartomas in #114
- build(deps): Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group across 1 directory by @dependabot in #84
- fix(build): import ioredis parseUrl from module by @jezekra1 in #120
- chore(ratelimiter): make artifact secret rate limiter global by @pilartomas in #119
- fix: otel python disable by @pilartomas in #121
- chore(telemetry): improve python telemetry by @pilartomas in #122
- fix: fs error logs in production by @pilartomas in #123
- feat(artifact): message_id is optional by @xjacka in #125
- feat(artifact): rename secret to token by @xjacka in #118
- chore(fw): upgrade to v52 by @pilartomas in #124
- feat(chat): add chat entity by @xjacka in #127
- chore(bullmq): upgrade & native instrumentation by @pilartomas in #116
- feat(observe): implement opentelemetry by @GALLLASMILAN in #113
- feat(log): add basic tracking by @xjacka in #128
Full Changelog: v0.0.14...v0.0.15
v0.0.14
v0.0.13
0.0.13 (2024-11-25)
Features
- agents: add streamlit agent (#87) (cc3445c)
- artifact: add artifacts CRUDL (#82) (6b8b684), closes i-am-bee/internal#18
- deps: remove langchain dependency (#80) (1255cab)
- integrate docling extraction (#74) (f649be3)
- limits: add quotas for runs and vector store files (#78) (a8d3d33)
- use granite agent for granite model (#75) (b15da33)
Bug Fixes
v0.0.12
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
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
0.0.10 (2024-11-14)
What's Changed
- chore(docker): replace python image base by @pilartomas in #71
- chore: add proper .env for bee-stack by @jezekra1 in #65
- chore(build): change base of python dockerfile by @pilartomas in #72
Full Changelog: v0.0.9...v0.0.10
v0.0.9
v0.0.8
v0.0.7
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)