Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.

Releases: n4ze3m/dialoqbase

v1.11.5

Choose a tag to compare

@n4ze3m n4ze3m released this 29 Jun 07:10

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

Choose a tag to compare

@n4ze3m n4ze3m released this 15 Oct 14:24
47299c2

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

Choose a tag to compare

@n4ze3m n4ze3m released this 06 Oct 17:09
919a0c3

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

Choose a tag to compare

@n4ze3m n4ze3m released this 06 Oct 08:01
62cdb3b

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

Choose a tag to compare

@n4ze3m n4ze3m released this 19 Sep 13:48
9def27a

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

Choose a tag to compare

@n4ze3m n4ze3m released this 07 Sep 05:27
1274ad6

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

Choose a tag to compare

@n4ze3m n4ze3m released this 24 Aug 12:18
dd79a51

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

Choose a tag to compare

@n4ze3m n4ze3m released this 10 Aug 17:38
97e57ff

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

Choose a tag to compare

@n4ze3m n4ze3m released this 01 Aug 14:45

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

Choose a tag to compare

@n4ze3m n4ze3m released this 27 Jul 14:42
6859057

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