You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!doctype html><htmllang=en><head><metaname=generatorcontent="Hugo 0.79.1"><metacharset=utf-8><metaname=viewportcontent="width=device-width,initial-scale=1"><metaname=descriptioncontent="Release Notes # Information about release notes of Coco Server is provided here.
2
-
Latest (In development) # Features # Breaking changes # Bug fix # Improvements # 0.1.0 (2015-02-16) # Features # Indexing API Search API Suggest API Assistant Chat API Google Drive Connector Yuque Connector Notion Connector RAG based Chat Basic security Breaking changes # Bug fix # Improvements # Update header key to avoid using underscores #48"><metaname=theme-colorcontent="#FFFFFF"><metaproperty="og:title" content="Release Notes"><metaproperty="og:description" content><metaproperty="og:type" content="website"><metaproperty="og:url" content="/coco-server/main/docs/release-notes/"><title>Release Notes | Coco Server</title><linkrel=manifesthref=/coco-server/main/manifest.json><linkrel=iconhref=/coco-server/main/favicon.pngtype=image/x-icon><linkrel=stylesheethref=/coco-server/main/book.min.d80e87b12a4b49d9913d0bdd98bd83b7a44988be784760ba15522b377313dcf9.cssintegrity="sha256-2A6HsSpLSdmRPQvdmL2Dt6RJiL54R2C6FVIrN3MT3Pk="><linkrel=alternatetype=application/rss+xmlhref=/coco-server/main/docs/release-notes/index.xmltitle="Coco Server"><scriptdefersrc=/coco-server/main/js/jquery-2.x.min.js></script><scriptdefersrc=/coco-server/main/js/doc.js></script></head><body><inputtype=checkboxclass="hidden toggle" id=menu-control>
2
+
Latest (In development) # Breaking changes # Features # Bug fix # Fix: fatal error: concurrent map writes #125 Improvements # 0.2.0 (2025-03-07) # 🚀 Features # Add default index template and schema to document Implement docoument serach api Implement suggest api Support cancel inflight background job Add google drive connector Incremental indexing google drive files, connect via url Ignore empty query (#35) Add new field to push messages (#34) Add reset api to google_drive’s connector (#36) Add yuque connector #41 Allow to skip invalid token for yuque connector Add hugo site connector (#51) Add datasource and connector Add notion connector (#63) Add document enrichment processor Init support for RAG Add web #77 Add a simple security feature to Coco Server (#79) Init commit for Datasource management UI (#81) (datasource) Support CRUD management (#82) Add guide, login, home, and settings (#83) Add field SyncEnabled to control datasource synchronization (#103) Add google drive connector settings (#109) Support toggling synchronization in datasource list (#112) Add LLM config (intent_analysis_model, picking_doc_model, answe… (#114) 🐛 Bug Fixes # Update header key to avoid using underscores (#48) Init the payload Adjust locales (#85) Adjust endpoint validation (#96) Adjust styles of guide (#97) Adjust locales of llm (#100) Adjust loading Update settings of yuque datasource not work (#104) Override theme settings (#105) Avoid panic when Google Drive credential config is missing (#106) Empty response (#121) Redirect to the login page when the token expires (#124) Fatal error: concurrent map writes 🚜 Refactor # Split metadata and payload Refactoring datasource Refactoring icon management Refactoring hugo_site connector to support mutlti datasource (#56) Refactoring google_drive connector Refactoring query and suggest Refactoring connectors Refactoring connectors Refactoring google_drive connector, support token_refresh, … (#61) Refactoring yuque connector (#62) Refactoring static assets (#65) Refactoring default config Refactoring search api Refactoring rag based chat (#94) 📚 Documentation # Update search document Init docs (#47) Add connectors Fix images Update docker install guide (#118) Update install docs (#119) Typo update docker install guide (#120) Upgrade to 0."><metaname=theme-colorcontent="#FFFFFF"><metaproperty="og:title" content="Release Notes"><metaproperty="og:description" content><metaproperty="og:type" content="website"><metaproperty="og:url" content="/coco-server/main/docs/release-notes/"><title>Release Notes | Coco Server</title><linkrel=manifesthref=/coco-server/main/manifest.json><linkrel=iconhref=/coco-server/main/favicon.pngtype=image/x-icon><linkrel=stylesheethref=/coco-server/main/book.min.d80e87b12a4b49d9913d0bdd98bd83b7a44988be784760ba15522b377313dcf9.cssintegrity="sha256-2A6HsSpLSdmRPQvdmL2Dt6RJiL54R2C6FVIrN3MT3Pk="><linkrel=alternatetype=application/rss+xmlhref=/coco-server/main/docs/release-notes/index.xmltitle="Coco Server"><scriptdefersrc=/coco-server/main/js/jquery-2.x.min.js></script><scriptdefersrc=/coco-server/main/js/doc.js></script></head><body><inputtype=checkboxclass="hidden toggle" id=menu-control>
<aclass=anchorhref=#release-notes>#</a></h1><p>Information about release notes of Coco Server is provided here.</p><h2id=latest-in-development>Latest (In development)
<aclass=anchorhref=#020-2025-03-07>#</a></h2><h3id=-features>🚀 Features
23
+
<aclass=anchorhref=#-features>#</a></h3><ul><li>Add default index template and schema to document</li><li>Implement docoument serach api</li><li>Implement suggest api</li><li>Support cancel inflight background job</li><li>Add google drive connector</li><li>Incremental indexing google drive files, connect via url</li><li>Ignore empty query (#35)</li><li>Add new field to push messages (#34)</li><li>Add reset api to google_drive’s connector (#36)</li><li>Add yuque connector #41</li><li>Allow to skip invalid token for yuque connector</li><li>Add hugo site connector (#51)</li><li>Add datasource and connector</li><li>Add notion connector (#63)</li><li>Add document enrichment processor</li><li>Init support for RAG</li><li>Add web #77</li><li>Add a simple security feature to Coco Server (#79)</li><li>Init commit for Datasource management UI (#81)</li><li><em>(datasource)</em> Support CRUD management (#82)</li><li>Add guide, login, home, and settings (#83)</li><li>Add field <code>SyncEnabled</code> to control datasource synchronization (#103)</li><li>Add google drive connector settings (#109)</li><li>Support toggling synchronization in datasource list (#112)</li><li>Add LLM config (intent_analysis_model, picking_doc_model, answe… (#114)</li></ul><h3id=-bug-fixes>🐛 Bug Fixes
24
+
<aclass=anchorhref=#-bug-fixes>#</a></h3><ul><li>Update header key to avoid using underscores (#48)</li><li>Init the payload</li><li>Adjust locales (#85)</li><li>Adjust endpoint validation (#96)</li><li>Adjust styles of guide (#97)</li><li>Adjust locales of llm (#100)</li><li>Adjust loading</li><li>Update settings of yuque datasource not work (#104)</li><li>Override theme settings (#105)</li><li>Avoid panic when Google Drive credential config is missing (#106)</li><li>Empty response (#121)</li><li>Redirect to the login page when the token expires (#124)</li><li>Fatal error: concurrent map writes</li></ul><h3id=-refactor>🚜 Refactor
25
+
<aclass=anchorhref=#-refactor>#</a></h3><ul><li>Split metadata and payload</li><li>Refactoring datasource</li><li>Refactoring icon management</li><li>Refactoring hugo_site connector to support mutlti datasource (#56)</li><li>Refactoring google_drive connector</li><li>Refactoring query and suggest</li><li>Refactoring connectors</li><li>Refactoring connectors</li><li>Refactoring google_drive connector, support token_refresh, … (#61)</li><li>Refactoring yuque connector (#62)</li><li>Refactoring static assets (#65)</li><li>Refactoring default config</li><li>Refactoring search api</li><li>Refactoring rag based chat (#94)</li></ul><h3id=-documentation>📚 Documentation
<aclass=anchorhref=#-miscellaneous-tasks>#</a></h3><ul><li>Update default templates</li><li>Update README</li><li>Add tips about websocket (#16)</li><li>Fix typo (#17)</li><li>Naming style</li><li>Update readme</li><li>Remove single quotes from example</li><li>Update import reflect to refactoring</li><li>Update logging level</li><li>Check oauth config</li><li>Update github PR template</li><li>Update default page size to 10</li><li>Update license</li><li>Update Makefile</li><li>Ignore empty query</li><li>Skip setup early</li><li>Disable metadata for indexing</li><li>Update pull request template (#39)</li><li>Update terminal header (#43)</li><li>Update missing import (#44)</li><li>Add subcategory</li><li>Update tips</li><li>Update default port to 9000</li><li>Builtin connectors should use builtin id</li><li>Update code sample</li><li>Update code format (#55)</li><li>Update default config</li><li>Update docs</li><li>Remove unused code</li><li>Fix icon link</li><li>Update api docs (#60)</li><li>Remove redundant last category if it matches the document title (#64)</li><li>Update yuque connector</li><li>Add missing provider</li><li>Remove osv-scanner.yml</li><li>Update docs</li><li>Remove langchaingo from source</li><li>Update docs (#80)</li><li>Fix build web (#84)</li><li>Update settings (#86)</li><li>Add icon to datesource list (#95)</li><li>Minor fix (#98)</li><li>Remove basic auth doc (#99)</li><li>Update locales of data source (#101)</li><li>Adjust locales in data source (#107)</li><li>Adjust styles of loading (#108)</li><li>Echo message before pick docs (#110)</li><li>Expose models to config (#111)</li><li>Update to support ollama (#113)</li><li>Update default proxy enabled to <code>false</code> (#115)</li><li>Default banner (#116)</li><li>Show token config when LLM type is deepseek (#117)</li></ul><h2id=010-2025-02-16>0.1.0 (2025-02-16)
0 commit comments