Releases: langgenius/dify
Releases · langgenius/dify
Version 0.3.13
Features
- Support editing OPENAI_API_BASE in configuration modal.
- Added support for more model providers:
- 🤗 HuggingFace
- Replicate
- Minimax
- 讯飞星火
- 通义千问
- 文心一言
- ChatGLM
What's Changed
- feat: remove llama index citation by @takatost in #679
- fix: server side render trigger GitHub api rate limit by @iamjoel in #685
- fix: not annotation error in log by @takatost in #686
- Add Devcontainer Support for Remote Development by @guangtouwangba in #682
- feat: add queue to celery task by @takatost in #688
- Fix/app logs today filter by @zxhlyh in #689
- feat: fix completion log error by @takatost in #692
- Add trobleshooting notes for devcontainer by @guangtouwangba in #687
- fix web style by @JunIce in #684
- add embedding max retries by @JohnJyong in #699
- feat: dashboard add tps chart by @iamjoel in #706
- feat: fix azure completion choices return empty by @takatost in #708
- fix: can not choose emoji by @jiaowoxiaobala in #716
- fix: abnormal styles by @jiaowoxiaobala in #711
- fix(web): fix style override issue by @JunIce in #713
- perf:repeated select workspace by @jiaowoxiaobala in #710
- fix: segment resort in dataset retrieve by index_node_id_to_position by @takatost in #721
- fix: explore app list grid style conflict and remove useless style by @iamjoel in #725
- feat: add doc by @crazywoola in #728
- refactor: move dev packages to devDependencies by @shunyue1320 in #719
- Fix: hide qa in cloud version by @JzoNgKVO in #729
- fix: generate_more_like_this function issue by @MatriQ in #722
- fix: package changed made build pipe fail by @iamjoel in #731
- Update README_CN.md by @Panmuse in #730
- fix: package changed made build pipe fail again by @iamjoel in #732
- fix: unable to open switch by @jiaowoxiaobala in #726
- Update README.md by @Panmuse in #735
- fix: wrong version tag of base docker image by @takatost in #739
- fix: text copy issue by @MatriQ in #723
- perf: operational feedback by @jiaowoxiaobala in #749
- feat: optimize multi platform image build by @takatost in #754
- refactor: Added project name to Docker Compose command by @shunyue1320 in #753
- fix: modify app name & icon raise 401 by @takatost in #759
- feat: add app icon modify route by @takatost in #760
- fix: chatbot not show all in small screen by @iamjoel in #765
- lint: frontend linting issues by @MatriQ in #744
- fix: doc links by @MatriQ in #763
- fix: doc issue in #757 by @crazywoola in #767
- fix: Install page redirects to signin if Dify finished setup. by @MatriQ in #762
- fix: members page z-index bug by @MatriQ in #768
- Fix/disable site when change code by @crazywoola in #775
- fix i is not incremented due to violating the uniqueness constraint w… by @lixiaoyin-221 in #771
- Add Ruby's SDK implement code. by @BenjaminX in #786
- fix: add missing code by @crazywoola in #788
- fix: remove ruby from repo due to main gitignore by @crazywoola in #790
- feat: add readme by @crazywoola in #791
- fix: automatically create tenant for user by @MatriQ in #793
- build: fix .dockerignore file by @MatriQ in #800
- fix bug desc/copyright/privacy_policy none by @lingfengchencn in #796
- feat: server multi models support by @takatost in #799
- feat: frontend multi models support by @takatost in #804
- Revert "Fix/disable site when change code" by @takatost in #805
- Feat/only tag arm64 build by @takatost in #806
- feat: temp remove paid option of anthropic by @takatost in #807
- feat: optimize error logging by @takatost in #808
- fix: label by @crazywoola in #809
- only admin and owner can delete app by @conghaoyuan in #810
- feat: frontend remove gpt4 check by @iamjoel in #815
- fix: completion error when dataset was deleted by @takatost in #819
- feat: optimize error raise by @takatost in #820
- feat: optimize message return by @takatost in #822
- Fix/no trial provider by @takatost in #823
- Feature/fix disable site by @crazywoola in #825
- Fix 802 by @crazywoola in #826
- feat: add system default model help tip by @zxhlyh in #827
- Feat/add free provider apply by @takatost in #829
- Feat/apply free quota by @zxhlyh in #828
- fix #794 input bug by @lingfengchencn in #801
- fix: free quota tip by @zxhlyh in #831
- feat: bump version to 0.3.13 by @takatost in #830
New Contributors
- @guangtouwangba made their first contribution in #682
- @shunyue1320 made their first contribution in #719
- @MatriQ made their first contribution in #722
- @lixiaoyin-221 made their first contribution in #771
- @BenjaminX made their first contribution in #786
- @lingfengchencn made their first contribution in #796
- @conghaoyuan made their first contribution in #810
Full Changelog: 0.3.12...0.3.13
Version 0.3.12
Feature
- dataset supports QA-style segmentation.
- dataset segmentation supports custom editing.
What's Changed
- Update LICENSE by @goocarlos in #663
- fix: next version by @zxhlyh in #666
- fix: app config speech-to-text feature by @zxhlyh in #665
- feat: chat add page title by @iamjoel in #667
- fix: dataset retrieve npe when dataset desc is null by @takatost in #669
- Feat: Q&A format segmentation support by @JzoNgKVO in #668
- Feat/QA dataset support by @JohnJyong in #671
- logging qa error by @JohnJyong in #672
- Feat/add thread control by @JohnJyong in #675
- fix: agent parse result error by @takatost in #676
- add qa thread control by @JohnJyong in #677
- feat: bump version to 0.3.12 by @takatost in #674
New Contributors
- @goocarlos made their first contribution in #663
Full Changelog: 0.3.11...0.3.12
Version 0.3.11
Feature
- 🤖 We have released the universal chat, which now supports searching, reading web pages and wikipedia. We implemented this using the
function call
orReACT
agent strategy.
What's Changed
- Fix/application configuration preview style by @zxhlyh in #597
- fix: quick switch and click create conversation button may caused fetch conversation list error by @iamjoel in #603
- fix(web): fix #596 copy-to-clipboard issue by @JunIce in #602
- feat: embed into other site support set custom host by @yuhao1118 in #580
- chore: minify embed js by @iamjoel in #604
- Feat/clean vector dataset by @JohnJyong in #605
- add clean unused dataset command by @JohnJyong in #609
- fix: azure openai deployment list was deprecated suddenly by @takatost in #611
- fix: azure openai embedding model name error by @takatost in #612
- fix(web): fix Embedded copy status when toggle options by @JunIce in #621
- fix: Top P description error by @iamjoel in #624
- fix(web): using Tooltip unique selector key by @JunIce in #622
- downgrade next version by @zxhlyh in #626
- fix(web): fix svg unrecognized props by @JunIce in #631
- Perf: Support for password display and hiding by @Selenium39 in #636
- fix: switch workspace by @zxhlyh in #642
- Feat/application config user input field collapse by @zxhlyh in #643
- fix: site enable check by @crazywoola in #645
- feat: replace the end user column in the web page Log & Ann. with the… by @TheFu527 in #653
- feat: universal chat in explore by @takatost in #649
- feat: chat in explore support agent by @iamjoel in #647
- Feat/application api add speech to text by @zxhlyh in #655
- feat: fix dataset retrieve agent llm not support error by @takatost in #656
- fix: return message error in blocking mode by @takatost in #657
- fix: use sharp logo replace old logo by @iamjoel in #658
- feat: add current time tool in universal chat agent by @takatost in #659
- feat: enchance chat user experience by @iamjoel in #660
- feat: optimize current time by @takatost in #661
- feat: bump version to 0.3.11 by @takatost in #654
- feat: support query date tool by @iamjoel in #662
New Contributors
- @JunIce made their first contribution in #602
- @Selenium39 made their first contribution in #636
- @TheFu527 made their first contribution in #653
Full Changelog: 0.3.10...0.3.11
Version 0.3.10
What's Changed
- Update README.md by @Panmuse in #576
- Update README_CN.md by @Panmuse in #575
- Feat: hide password setting and invitation link in cloud version by @JzoNgKVO in #581
- Fix/use embedded chatbot with no track mode by @zxhlyh in #582
- Feat/add ruby sdk by @crazywoola in #583
- feat: remove davinci required model from azure provider by @takatost in #586
- fix: azure provider select error when use custom azure provider by @takatost in #587
- index add to db when dataset updated by @JohnJyong in #588
- feat: bump 0.3.10 by @takatost in #589
- fix: anthropic completion error in blocking mode by @takatost in #591
- feat: add bash before entrypoint.sh in Dockerfile by @takatost in #592
- Feat/header ssr by @zxhlyh in #594
- Fix/new conversation in mobile phone by @zxhlyh in #593
Full Changelog: 0.3.9...0.3.10
Version 0.3.9
Feature
- We supported the latest
Anthropic Claude-2
LLM! 🤩
What's Changed
- fix setting-modal provider encrypted tip style by @zxhlyh in #565
- fix: table too wide fix text generation ui by @iamjoel in #566
- fix: account check in runtime by @takatost in #569
- add document limit check by @JohnJyong in #570
- fix: change chatbot avart to dify icon by @iamjoel in #571
- feat: claude api support by @takatost in #572
- feat: frontend support claude by @iamjoel in #573
- feat: bump version to 0.3.9 by @takatost in #574
Full Changelog: 0.3.8...0.3.9
Version 0.3.8
Features
- Chat apps can be embedded into webpages 💻
- Completion apps can batch generate results and export them as files 📁
- The Self-hosted edition can invite members and activate them via an invitation link 🔗
What's Changed
- Feature/use jwt in web by @crazywoola in #533
- fix jwt in web by @zxhlyh in #545
- fix: mobile not auto show generation res by @iamjoel in #544
- fix: api doc update conversation list api to real response by @iamjoel in #548
- convert audio wav to mp3 by @zxhlyh in #552
- Feat/embedding by @zxhlyh in #553
- feat: batch run support export as csv file by @iamjoel in #556
- fix: regeneration not clear like status and sub more items by @iamjoel in #557
- fix: user cancel conversation show error by @iamjoel in #558
- Feature/add delete to service by @crazywoola in #555
- feat: member invitation and activation by @JzoNgKVO in #535
- feat: bump version to 0.3.8 by @takatost in #559
Full Changelog: 0.3.7...0.3.8
Version 0.3.7
Feature
- 🎙️ Chat App support voice (OpenAI whisper)
What's Changed
- use sub to operate all by @crazywoola in #475
- fix: title, summary, suggested questions generate by @takatost in #476
- fix: dataset destination error by @takatost in #477
- fix: modal disappear by @crazywoola in #478
- feat: optimize conversation operation by @iamjoel in #479
- feat: Optimize the quality of the title generate by @takatost in #484
- fix: choose dataset not selected after one page by @iamjoel in #481
- fix: delete operation style error by @iamjoel in #485
- fix: generate summary error when tokens=4097 by @takatost in #488
- fix: remove document from dataset error when vector index npe by @takatost in #489
- refact common layout by @zxhlyh in #490
- fix: input text repeat by @iamjoel in #492
- fix: change langenius text to dify by @iamjoel in #498
- fix: add missing like i18n by @iamjoel in #512
- fix: chat app added new var old conversation not work by @iamjoel in #511
- feat: dataset list add order by created at by @takatost in #487
- fix check version api by @zxhlyh in #520
- Fix: stop embedding status display by @JzoNgKVO in #523
- feat: max token add tip by @zxhlyh in #525
- feat: text generation application support run batch by @iamjoel in #529
- feat: fix azure embedding Too many inputs problem by @takatost in #530
- feat: dataset list add order by created at by @takatost in #531
- Feat/chat support voice input by @zxhlyh in #532
- Fix/dataset clean task by @JohnJyong in #534
- fix voice input in safari by @zxhlyh in #537
- feat: bump version to 0.3.7 by @takatost in #540
Full Changelog: 0.3.6...0.3.7
Version 0.3.6
What's Changed
- bugfix: conversation parameters by @iamsk in #438
- feat: upgrade langchain by @takatost in #430
- feat: optimize weaviate error msg by @takatost in #441
- feat: optimize index_struct copy by @takatost in #442
- fix: hove x scroll shake by @iamjoel in #449
- Feat/add icons by @zxhlyh in #450
- feat: upgrade nextjs version by @zxhlyh in #457
- feat: optimize openai error raise by @takatost in #459
- feat: optimize template parse by @takatost in #460
- fix: template parse error when pre prompt include {{}} by @takatost in #462
- fix: template parse error when history include {{any}} by @takatost in #463
- Fix/json format by @JohnJyong in #465
- Feat/refact header by @zxhlyh in #468
- fix: app nav call detail match explore app detail page by @iamjoel in #469
- fix: delete dataset not trigger show start new conversation message by @iamjoel in #471
- feat: conversation app support pin and delete conversation by @iamjoel in #467
- Feature/add is deleted to conversations by @crazywoola in #470
- fix special code by @JohnJyong in #473
- Fix/json format by @JohnJyong in #466
- feat: bump to 0.3.6 by @takatost in #474
New Contributors
Full Changelog: 0.3.5...0.3.6
Version 0.3.5
Features
- 📁 dataset supports multi-file uploads
What's Changed
- fix chinese encoding by @JohnJyong in #411
- fix REDIS_USERNAME format by @takatost in #414
- fix: dataset can only choose first page data by @iamjoel in #425
- feat: support batch upload files by @iamjoel in #419
- fix: filter empty value in xlsx to improve vector similarity hit by @saifeiLee in #422
- fix: file size limit to 15M by @iamjoel in #431
- feat: bump version to 0.3.5 by @takatost in #433
Full Changelog: 0.3.4...0.3.5
Version 0.3.4
Features
- 📃 Dataset support integration with Notion
What's Changed
- fix application model selector style by @zxhlyh in #360
- Community i18n doc by @crazywoola in #365
- fix: max token tooltip description by @iamjoel in #370
- feat: add last active at for accounts by @takatost in #375
- feat: suport option sortable by @iamjoel in #376
- fix(i18n): Make text gender neutral by @benjefferies in #379
- Fix the issue of decoding a non-UTF-8 encoded file using UTF-8 encodi… by @AtmosphereMao in #378
- Fix the issue of decoding a non-UTF-8 encoded file using UTF-8 by @JohnJyong in #389
- Feat/dataset notion import by @JohnJyong in #392
- fix encoding is none by @JohnJyong in #394
- feat: add community helm support readme by @takatost in #395
- Feature/self host notion import by @JohnJyong in #397
- fix: word break in en and other languages by @crazywoola in #385
- doc: add annaconda info by @crazywoola in #402
- Fix/dataset init by @JohnJyong in #409
- Fix/dataset add pages tip by @zxhlyh in #410
- feat: bump version to 0.3.4 by @takatost in #406
New Contributors
- @benjefferies made their first contribution in #379
Full Changelog: 0.3.3...0.3.4