- The Chatbase analytics integration will be removed in version 4.82. The Chatbase platform has not been supported since 2021.
- The
facebook-bot-messengermodule within a Code Node is deprecated and will be removed in version 4.83. - The Any Slots feature will be removed in version 4.84. Instead, use the LLM Entity Extraction Node to identify Slots in the user input via LLMs.
Security Changes and their Impact
Security Changes and their Impact
- While addressing security vulnerabilities, changes in third-party vocabularies may cause some exact matching cases to fail, but conversations should continue uninterrupted. Re-training the model will resolve exact matching issues. If persistent errors occur, contact Cognigy technical support.
- While addressing security vulnerabilities, changes in third-party vocabularies may cause slight variations in tokenization for certain locales. For example, in French, hyphens may now be included as part of suffixes in tokens. Variations in token outputs are expected. If you encounter any significant issues, contact Cognigy technical support.
In recent releases, we have updated the connection settings to Azure OpenAI LLMs and added new parameters, such as the Resource Name.
If you have an older connection (for example, created in the 4.53 release) to Azure OpenAI LLMs, especially Azure OpenAI
text-embedding-ada-002 for knowledge search features, you might encounter the following error when an LLM is triggered:
Error while performing knowledge search. Remote returned error: Search failed: Could not fetch embeddings due to missing API resource name for Azure OpenAI.
To resolve this issue, recreate the LLM and the connection so that both have the latest format.4.80.2
Cognigy Live Agent
Released July 29, 2024Bug Fixes
- Fixed the issue where the Cognigy Live Agent handover was failing and could not transmit any messages
4.80.1
Cognigy Voice Gateway
Released July 29, 2024Bug Fixes
- Fixed the issue where an existing Use sips scheme option in the SIP Gateways settings on the Carriers page was overwritten by the database update script after the 4.80 release
Cognigy Live Agent
Released July 23, 2024Bug Fixes
- Fixed the issue where the typing status was sent multiple times when the reply box lost focus. For example, this issue would happen if human agents were typing in the reply box and then clicked elsewhere on the page or pressed the Tab key to move to another field
Infrastructure
Released July 10, 2024Cognigy.AI + Insights + Agent Copilot
A typo was fixed in theglobalAzureDocumentIntelligenceConfig attribute in the Cognigy.AI Helm chart.
With the typo corrected,
this release requires the system-wide Azure AI Document Intelligence configuration to be set up as follows:
Cognigy Live Agent
- Introduced optional PostgreSQL database read replicas to improve infrastructure reliability in high-traffic scenarios
4.80.0
Cognigy.AI
Released July 9, 2024Features
- Added the capability to configure the Azure AI Document Intelligence connection for text extraction within the Cognigy.AI UI
- Added the capability to create a screenshot of the entire Flow and download it in PNG format
Improvements
- Added German localization to the product
- Redesigned the Project list in the Cognigy.AI UI for a more convenient way to switch between Projects
- Included the Max knowledge chunks field in the Change Organisation Quotas section of the management-ui interface
- Added the authorization method OAuth 2.0 for Microsoft Azure OpenAI. Note that this method is experimental and may encounter some issues
- Added the Embedding type of model for custom LLMs
- Implemented the Stream Reprompt to Output option within the LLM Prompt method of the Question Node
Bug Fixes
- Fixed the issue in the Cognigy.AI OpenAPI documentation where the description of the
entrypointparameter was incomplete for Endpoints - Fixed the issue of disconnect events not being sent when the Async Mode setting was enabled in the AudioCodes Endpoint
- Fixed the issue where fetching audit events would result in a detailed error when retrieval fails
- Fixed the issue where skipped or ignored trainer records from Snapshots were not displayed when filtering using Snapshots
- Fixed the issue where conversations could end up in an unresponsive state
- Fixed the issue where
textCleanerremoves the leading zeros from the phrase
Cognigy Voice Gateway
Released July 9, 2024Features
- Added the Silence Overlay feature. You can configure this feature in the Voice Gateway Set Session Config Node. This feature allows you to play audio to the caller while the speech input is being transcribed
Improvements
- Changed the behavior of the Barge In setting in the Voice Gateway Set Session Config Node for calls transferred to the contact center. Previously, Barge In was always active regardless of its setting. Now, if Barge In is turned off, callers cannot interrupt conversations. If it’s turned on, callers can interrupt conversations
- Added support for REGISTER with SIP over TLS using the SIP scheme. Previously, only the SIPS scheme was supported. Now, SIP is the default for all new Carriers; existing ones remain the SIPS scheme. If you want to add encryption to make outbound calls more secure, activate the use of SIPS in the Voice Gateway Self-Service Portal by navigating to Carriers > SIP Gateways > Use sips scheme
Bug Fixes
- Fixed the issue where the
TRANSFER_REFER_SUCCESSevent was missing after a successfulREFERwithfinal_referred_call_status: 410 (Gone). This event is now properly handled, including a correct value for handover escalations (Analytics) - Fixed the issue where an error log was generated when
REFERwithfinal_referred_call_status: 410 (Gone)occurred - Fixed the issue where a timeout is triggered when a message is sent to Cognigy.AI. The issue happens in scenarios where no response was expected. The solution now ensures the timeout is only triggered when
ENDPOINT_VG2_TIMEOUT_FOR_AI_RESPONSES_IN_SECONDSis set - Fixed the issue where the code was missing to support testing STT for on-premises Microsoft speech service with a private endpoint
- Fixed the issue where the default model for speech-to-text using Google was incorrect. Leading to possible unsupported languages
- Fixed the issue of streaming failures with the Microsoft Speech Services provider
Cognigy Live Agent
Released July 9, 2024Bug Fixes
- Fixed the issue where removing a human agent from an inbox caused conversations outside of that inbox to be unassigned
Cognigy Insights
Released July 9, 2024Improvements
- Added information about Privacy Policy acceptance to the detailed view of the Transcript Explorer
- Improved by including the
agentNamefield in theLive Agent Escalationsmodel, allowing the ODataLiveAgentEscalationsendpoint to display this information
Bug Fixes
- Fixed the issue where attachments from the Live Agent were shown incorrectly in the Transcript Explorer
Infrastructure
Cognigy.AI + Insights + Agent Copilot
New Azure AI Document Intelligence Configuration
The mechanism for the system-wide Azure AI Document Intelligence configuration has been updated. The following environment variables are no longer used:FEATURE_ENABLE_AZURE_DOCUMENT_INTELLIGENCE_ORG_WHITELISTAZURE_DOCUMENT_INTELLIGENCE_ENDPOINTAZURE_DOCUMENT_INTELLIGENCE_APIKEY
task-process-knowledge-source-file, should be removed. Instead, the following section should be added under the knowledgeSearch section:
cognigy-azure-ai-document-intelligence-credentials parameter should be configured to contain the required API key and Endpoint URL.
Rollback Instructions
In case you need to revert to a version below 4.80.0, run the following script as we’ve added new fields to the Project Settings in Cognigy.AI.-
Establish a connection to the MongoDB instance within your cluster and execute the database script:
- Execute the Helm Chart rollback.
Cognigy Voice Gateway
-
Upgrade
postgres-exporterto0.15.0-debian-12-r17 -
Upgrade
postgresto14.12.0-debian-12-r15 -
Update
mysqlto8.0.37-debian-12-r5 -
Increase the resources of
postgresql:- CPU from
0.5to1. - Memory from
3Gito4Gi.
- CPU from