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