Skip to content
Changelog for Hyve
Version 1.4.1
2026-05-15
  • Updated dependencies.
Version 1.4.0
2025-06-23
  • New Features
  • External API support for knowledge base search [PRO]
  • Customizable similarity threshold
  • Option to export messages [PRO]
  • Option to delete threads
  • Show connectivity errors in the dashboard
  • NPS survey added
  • New chatbot icons [PRO]
  • Compatibility with PHP 7.4 or higher (Previously 8.1 )
  • Add support for more OpenAI models
  • Dashboard charts for usage statistics
  • Optimize memory consumption for chat endpoint
  • Reduced payload size on data endpoint
  • Improved time to calculate the cosine similarity score
  • Consistent chat style options across themes
  • Quick actions for adding/removing posts to knowledge base
  • Better UX while waiting for bots response
  • Hide chat and show dashboard notice when knowledge base is empty
  • Better explanation for Enable Chat options (global vs. specific pages)
  • Lowered UI gaps in the messages page
  • License key notice redirects to activation page
  • Bug Fixes
  • Fixed handling of OpenAI status
  • Fixed warning on early translation function calls
  • Fixed missing embeddings in FAQ
Version 1.3.3
2024-12-24
  • Improvement to sanitization.
Version 1.3.2
2024-11-19
  • Bug Fixes
  • Hyve Icon in Widgets: Resolved an issue where the Hyve icon was not appearing in Widgets.
  • Suggested Questions: Fixed an issue preventing Suggested Questions from appearing as expected.
Version 1.3.1
2024-11-07
  • New Features
  • Background Knowledge Base Updates: Your Knowledge Base now updates in the background, automatically processing updated posts with the help of a cron job.
  • URL Crawl Update Option: Added an option to update existing content from URL Crawls, ensuring your Knowledge Base stays current.
  • Bug Fixes
  • Chat Timing Display: Chatbot timing now displays accurately in a 24-hour format.
  • Internationalization Compatibility: Frontend strings are now fully i18n-compatible, making Hyve easier to localize.
Version 1.3.0
2024-10-14
  • New Features
  • Choose Between GPT-3.5 and GPT-4o-mini: Users can now select between GPT-3.5 and GPT-4o-mini for their interactions. GPT-4o-mini is much cheaper and provides better results.
  • Support for Rich Text in Chat Responses: Chat responses now support rich text, allowing for enhanced results like images, links, and code snippets.
  • Website URL and Sitemap Crawling for Knowledge Base: You can now add external content to your Knowledge Base, including data from your website and HelpScout docs, using Website URL and Sitemap Crawling.
  • Qdrant Integration for Improved Performance: Users can now integrate with Qdrant to improve both performance and Knowledge Base limits. Qdrants free plan offers liberal limits suitable for most websites.
  • PHP-tiktoken for Better Performance: We've replaced js-tiktoken with php-tiktoken to significantly improve performance speed.
  • Minimum PHP Version Bumped to 8.1: We've updated the minimum required PHP version to 8.1 to ensure better performance and security.
Version 1.0.2
2024-04-25
  • Bug Fixes
  • Fix Permission: Fixed permission callback for public routes.
Version 1.0.1
2024-04-22
  • Add Introduction Video
Version 1.0.0
2024-04-22
  • Product launch.
  • Initial Product Launch