With release v4.30.0, we have officially marked our Kubernetes repository as
deprecated
. If you are an on-premises
customer and you are running Cognigy.AI/Cognigy Insights yourself, have a look at our Helm Chart, which we have crafted for Cognigy.AI/Cognigy Insights! Our Kubernetes repository will still receive updates until 31st December 2022
.4.32.1
Cognigy.AI
Released August 24, 2022Bug Fixes
- Fixed a bug where merging a package was deleting NLU models
4.32.0
Cognigy.AI
Released August 17, 2022Improvements
- Remove “powered by Cognigy” link from webchat when whitelabeling flag is enabled
- Add default, webchat, plugin Adaptive cards rendering to Interactive Panel
- Improved by adjusting the agent assist flow node
- Improved by making the conversation counter timezone aware
- Improved the error message when executing a Flow Node failed
Bug Fixes
- Fixed a bug where the Salesforce Handover Integration doesn’t provide the full conversation history
- Adjusted log levels from ‘error’ to ‘debug’ for anonymous callers
- Fixed a bug where two identical user IDs would create different Contact Profiles when containing a ”+” sign
- Fixed a bug where the agent assist output appeared in channels other than live-agent
- Fixed a bug where Initializing a second handover request in live agent using a different inbox would fail
- Fixed a bug where packages with intents created with a name starting/ending with white space were not accepted
- Fixed a bug where the password reset functionality would not work for users which are part of multiple organizations
- Fixed a bug where AI channel preview for Adaptive Card output type was not working
Cognigy Insights
Released August 17, 2022Improvements
- Improved by adding the info Tooltips in Insights dashboards
- Improved by including ‘today’ under ‘Last X days’
- Improved by Making Contact ID copyable in the Transcript explorer
- Changed duration formatting for the number charts
- Changed background color in transcript explorer
- Fixed sidebar animation
- Added Search field for Flows + order of flows for the Transcript Explorer
Bug Fixes
- Fixed a bug: Message explorer search filter doesn’t work
- Fixed a bug: The user has to refresh their Insights dashboard to see the Actual Active contacts
- Fixed a bug: Close dropdown icon in the Insights dashboards left sidebar doesn’t work
- Fixed a bug: Close dropdown icon in the Insights dashboards left sidebar doesn’t work
Cognigy Live Agent
Released August 17, 2022Improvements
- Improved by adding the new status “Aborted” to conversations that didn’t get a customer response. It is configurable under the Account Settings section
- Improved by adding a link to inbox settings in the assist bot sidebar and persisting selected flow in conversation when the sidebar is closed
Bug Fixes
- Fixed a bug where the text of user messages in assist bot was not correctly aligned
- Fixed a bug where the input box was not staying at the bottom on big screens, and assist bot chat messages were misaligned
Infrastructure (AI + IN)
Stateful services
To improve the functionality and fix known security vulnerabilities in the dependencies Cognigy.AI/Cognigy Insights uses, we have updated the following dependencies:- Redis, from
v5.0.8
tov5.0.14
- RabbitMQ, from
v3.8.3
tov3.9.20
MongoDB Helm Chart
which you can use to deploy a 3-node MongoDB replica-set. We have increased the MongoDB version from v4.2.5
to v4.2.21
in this new Helm Chart. For more info, see.
Updating to this release requires you to update these stateful services
. Doing this will require restating all application Pods and will come with a couple of seconds of downtime. In order to restart all Pods after you have updated MongoDB, RabbitMQ, Redis and Redis-persistent, you can use the following command:
<target_namespace>
with e.g. something like cognigy-ai
.
NLU services - optional
In order to avoid that you need to provision unnecessary resources in your Kubernetes clusters, we now require you to select whichNLU languages
you actually need in your Cognigy.AI setup. If you, for instance, want to only build bots in English language, you can activate English NLU by doing the following in your values.yaml
file:
New services
You will also see that this release introduces two new microservices:- service-insights-ui
- service-insights-api
service-insights-api
and point it towards your loadbalancer which was provisioned when you have installed Cognigy.AI. A potential example would be the following:
Let’s assume that your Cognigy.AI API
is available on the DNS name api-trial.cognigy.ai
a good name for the new Insights API service would be insights-api-trial.cognigy.ai
- so we e.g. just prefix the Cognigy.AI API address with insights-
.
Using a command like dig
on Linux should reveal that both DNS names point to the same Loadbalancer address:
dig
command for the new Insights API server should return similar data.
The last step is to make sure that you add the following key/value pair to the cognigyEnv
section of your values.yaml
file: