v0.9.2
What's Changed
Features
- Fix max upload size in huggingchat by @nsarrazin in #1251
- Add createdAt filter on messageEvents by @nsarrazin in #1256
- Add "disable streaming tokens" settings & remove media query by @nsarrazin in #1299
- Add Google Gemini API Support by @toandev95 in #1330
- feat(upload): Enable multi-file in dropzone by @nsarrazin in #1347
- feat(auth): Add admin & early access flags based on orgs membership by @nsarrazin in #1365
- Add support to @cf models with cloudflare.com by @wgcv in #1378
- feat(confirm): add confirm on deleting branch & sharing conversation by @nsarrazin in #1381
- Major bump to sveltekit & node-adapter versions by @nsarrazin in #1395
Bugfixes
- fix: increase body size limit in docker image by @nsarrazin in #1280
- Standardize llama.cpp endpoint with
baseURL
by @nsarrazin in #1305 - fix(disclaimer): only show disclaimer if PUBLIC_APP_DISCLAIMER is 1 by @nsarrazin in #1360
- fix(ui): fix cut off buttons in chat message by @dlavrenuek in #1373
- fix(cohere): pass toolResults only when needed to cohere endpoint type by @nsarrazin in #1382
Other changes
- feat(chart): service account by @rtrompier in #1252
- chore(dependencies): add aws4 to enable mongo passwordless auth by @rtrompier in #1253
- chore(dependencies): add @aws-sdk/credential-providers to enable mong… by @rtrompier in #1255
- Refactor logger error messages for consistency. by @dnzzzl in #1257
- feat(ci): add trufflehog secrets detection by @McPatate in #1259
- fix(ci): remove unnecessary permissions by @McPatate in #1260
- Add body size limit to prod env by @nsarrazin in #1265
- Add
BODY_SIZE_LIMIT
to build step by @nsarrazin in #1266 - Use bytes for body size limit by @nsarrazin in #1268
- Add
BODY_SIZE_LIMIT
to Dockerfile ARGs by @nsarrazin in #1269 - chore(deps): update major versions on svelte, sveltekit & node by @nsarrazin in #1281
- fix(scrape parser): Cannot read properties of 'undefined' during page parsing by @neven4 in #1274
- chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #1267
- feat(chart): use infisical by @rtrompier in #1276
- fix(chart): infisical secret name by @rtrompier in #1284
- feat(chart): auto reload when secrets change by @rtrompier in #1285
- chore(deps): bump ws from 8.13.0 to 8.17.1 by @dependabot in #1291
- fix(screen-reader): disable FileDropZone area-label for models without file upload by @neven4 in #1295
- add files in the conversation[id] api by @alak in #1300
- Auto open app by @itsbhatt in #1294
- fix(env): change env var typo by @neven4 in #1307
- Fix "login" button text wrap on mobile by @neven4 in #1315
- Add CSP protection on uploaded files by @nsarrazin in #1304
- feat: allow disabling metrics server, consolidate exit handlers by @Saghen in #1201
- Move stats to their own job by @nsarrazin in #1324
- feat: playwright-adblocked toggle #1298 by @krakenftw in #1301
- add new parameter in model and conversation api by @alak in #1325
- add messages updates in the conversation.messages api by @alak in #1327
- perf: add prod deployment resources by @jcudit in #1333
- remove-internal registry by @XciD in #1336
- remove dead code by @nsarrazin in #1339
- fix: prod registry repository by @jcudit in #1340
- Improve sanitization of model output by @nsarrazin in #1341
- fix(models): Update tokenizer on command R+ by @nsarrazin in #1345
- UX: Dropzone by @gary149 in #1350
- fix(tools): improve json parsing by @nsarrazin in #1356
- feat(config): improve sampling params for llama 3.1 by @nsarrazin in #1357
- fix(env) enable LLM_SUMMARIZATION by @zhang-yi-chi in #1379
- fix(assistant): add correct steps to repetition penalty by @nsarrazin in #1389
- feat(android): disable tools on android app by @nsarrazin in #1390
New Contributors
- @dnzzzl made their first contribution in #1257
- @McPatate made their first contribution in #1259
- @itsbhatt made their first contribution in #1294
- @jcudit made their first contribution in #1333
- @toandev95 made their first contribution in #1330
- @dlavrenuek made their first contribution in #1373
- @zhang-yi-chi made their first contribution in #1379
- @wgcv made their first contribution in #1378
Full Changelog: v0.9.1...v0.9.2