New
v0.6.39
[0.6.39] - 2025-11-25
Added
- ๐ฌ A user list modal was added to channels, displaying all users with access and featuring search, sorting, and pagination capabilities. Commit
- ๐ฌ Channel navigation now displays the total number of users with access to the channel. Commit
- ๐ Tool servers and MCP connections now support function name filtering, allowing administrators to selectively enable or block specific functions using allow/block lists. Commit
- โก A toggle to disable parallel embedding processing was added via "ENABLE_ASYNC_EMBEDDING", allowing sequential processing for rate-limited or resource-constrained local embedding setups. #19444
- ๐ Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.
- ๐ Localization improvements were made for German (de-DE) and Portuguese (Brazil) translations.
Fixed
- ๐ Inline citations now render correctly within markdown lists and nested elements instead of displaying as "undefined" values. #19452
- ๐ฅ Group member selection now works correctly without randomly selecting other users or causing the user list to jump around. #19426
- ๐ฅ Admin panel user list now displays the correct total user count and properly paginates 30 items per page after fixing database query issues with group member joins. #19429
- ๐ Knowledge base reindexing now works correctly after resolving async execution chain issues by implementing threadpool workers for embedding operations. #19434
- ๐ผ๏ธ OpenAI image generation now works correctly after fixing a connection adapter error caused by incorrect URL formatting. #19435
Changed
- ๐ง BREAKING: Docling configuration has been consolidated from individual environment variables into a single "DOCLING_PARAMS" JSON configuration and now supports API key authentication via "DOCLING_API_KEY", requiring users to migrate existing Docling settings to the new format. #16841, #19427
- ๐ง The environment variable "REPLACE_IMAGE_URLS_IN_CHAT_RESPONSE" has been renamed to "ENABLE_CHAT_RESPONSE_BASE64_IMAGE_URL_CONVERSION" for naming consistency.