Releases: n4ze3m/dialoqbase
Release list
v1.11.5
Security
Fixes an unauthenticated path traversal in the GET /api/v1/view/* route. The route resolved attacker-controlled input without containment, allowing reads outside the intended assets directory. Requests are now confined to the uploads directory and anything resolving outside it returns 404. (#317)
Action required after upgrading: rotate DB_SECRET_KEY in your deployment — the previous value should be treated as potentially exposed. Note this invalidates existing sessions.
Other
- Build the Docker image on Node 20 (fast-jwt now requires node >=20; Node 18 is also EOL).
Docker
docker pull n4z3m/dialoqbase:v1.11.5
Full Changelog: v1.11.4...v1.11.5
v1.11.4
What's Changed
- Fixed bugs related to the admin API.
- Updated the playground API.
Full Changelog: v1.11.3...v1.11.4
v1.11.3
What's Changed
- Resolved prompt-changing bug
- Released beta version of vector search for documents
- Fixed railway template issue
Full Changelog: v1.11.2...v1.11.3
v1.11.2
What's Changed
- Resolved prompt-changing bug
- Released beta version of vector search for documents
- Fixed railway template issue
Full Changelog: v1.11.1...v1.11.2
v1.11.1
What's Changed
- Telegram group chat support using the
/ask <message>command - Added advanced bot configuration options to the API
- Fixed layout issue
- Fixed clipboard issue
Full Changelog: v1.11.0...v1.11.1
v1.11.0
What's Changed
- Added the ability to delete users through the admin panel and API.
- Added support for JSON file uploads to the knowledge base.
- Added internal search functionality (API).
- Passed the knowledge base ID as a selection to the API for chat.
- Fixed bugs.
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- Telegram bot markdown support
- Added Data source search
- [BETA] Internet Search
Full Changelog: v1.9.5...v1.10.0
v1.9.5
What's Changed
- Added support for Zip files.
- Introduced Auto Sync for Website, Sitemap, and Crawler data sources.
- Added new variable support for prompts (
{time},{date},{day}). - Bug fixes
Full Changelog: v1.9.4...v1.9.5
v1.9.4
What's Changed
- [NEW] Ability to increase the file upload limit
- Added pagination to the data-source page
- [NEW] OpenAI-compatible chat endpoint api
Blog
Full Changelog: v1.9.2...v1.9.3
v1.9.2
What's Changed
- Admin API updated
- [NEW] Chat reset session for Telegram, WhatsApp, and Discord integrations
- [New] Chat models from OpenAI and Fireworks.ai
- Enhanced website parser
- Migration issue fixed
Full Changelog: v1.9.1...v1.9.2