> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 4.65

<Warning>
  As of Cognigy.AI 4.65.0, the Single Replica Redis setup is deprecated and replaced with Redis in High Availability (HA) Mode. For on-premises installations, before upgrading to Cognigy.AI 4.65, ensure that you migrate according to the [Redis: Single Replica to Redis HA Migration](https://docs.cognigy.com/ai/installation/migration/single-replica-redis-to-redis-ha-migration/).
</Warning>

<Warning>
  As of release 4.65, the Agent Assist services have been fully integrated into the `cognigy-ai-app` Helm chart. This integration implies that the services provided by this Helm chart will be incompatible with versions 4.65 and onwards of the Cognigy.AI platform. Users must migrate to the new chart to continue receiving updates and support.
  For detailed instructions, follow the [migration guide](https://docs.cognigy.com/agent-copilot/installation/migration/agent-assist-to-cognigy-ai-helm-chart-migration/).
  Note that the `agent-assist-genesys-notifications-forwarder` will no longer be compatible with release 4.64 and earlier versions, as it now requires integration with RabbitMQ. Users are advised to plan their upgrade strategies accordingly to ensure smooth transitions and continued functionality.
</Warning>

<Warning>
  As of Cognigy.AI 4.60.0, the old NLP services are deprecated. We will only provide bug fixes for the old NLP services if they are critical. The full removal of the old NLP services is planned for Cognigy.AI 4.64.0. After this release, the old NLP services will no longer be available. To migrate to the new version, refer to the [Cognigy NLU: from V1 to V2](https://docs.cognigy.com/ai/installation/migration/from-nlu-v1-to-v2-migration/) guide.
</Warning>

## 4.65.3

### Cognigy.AI

**Released** December 14, 2023

#### Bug Fixes

* The previous patch releases, 4.65.1 and 4.65.2, had issues that resulted in leaked changes from future releases. These issues have been fixed in the current release. Consequently, we are marking 4.65.1 and 4.65.2 as obsolete.

## 4.65.2

### Cognigy.AI

**Released** December 13, 2023

#### Improvements

* Added the retry mechanism for retrieving the embedding vectors from the LLM provider
* Increased default resources for the synchronization Knowledge AI data job
* Improved by making it possible to set the replication factor for the Weaviate schema via an environment variable

## 4.65.1

### Cognigy.AI

**Released** December 11, 2023

#### Bug Fixes

* Fixed the issue where the Refer type in the Voice Gateway Transfer and Generic Voice Nodes did not offer an option to customize the Referred-By header

### Cognigy Voice Gateway

**Released** December 6, 2023

#### Bug Fixes

* Fixed the issue where a DNS SRV REGISTER request with TLS was returning `DNS Error: 503`
* Fixed the issue where a REST Outdial with AMD actionHook and a separate `gather` verb failed to capture speech
* Fixed the issue where deeply nested `tags` were displaying as `[object Object]`
* Fixed the issue where `blobs` of recordings were not loading, rendering no interaction possible with the call recordings

## 4.65.0

### Cognigy.AI

**Released** November 28, 2023

#### Improvements

* Added [Aleph Alpha text generation model support](/ai/agents/develop/gen-ai-and-llms/model-support-by-feature) for LLM Prompt Node & LLM-powered Answer Extraction
* Added the [Custom model](/ai/agents/develop/gen-ai-and-llms/llms#custom-models) parameter for the OpenAI and Aleph Alpha LLM providers
* Implemented a [limit for the tasks](/ai/agents/develop/projects-and-flows/projects) displayed in the task menu to 100
* Renamed the label for Voice Gateway setup on the Organization Details page
* Added the [Smart Formatting and Endpointing](/ai/agents/develop/node-reference/voice/voice-gateway/transfer) options for the Deepgram STT provider

#### Bug Fixes

* Fixed the issue where a Knowledge Source filename that includes special characters used in regular expressions would fail to be uploaded more than once
* Fixed the issue where the Context key was not removed when using the Remove From Context option
* Fixed the issue where System Slots were not recognized correctly in German for the patterns: `123456 und 01.01.2000`, `morgen mittag 13 Uhr`, `morgen Abend um 08:00 Uhr`
* Fixed the issue where a source file containing code text like `error.toString()`, particularly `.toString()`, caused an error
* Fixed the issue where the Intent Trainer records would be stored when mask analytics is enabled in the Endpoint
* Fixed the issue where required fields were inconsistent in `management-ui` in OpenAPI documentation
* Fixed the issue where an xApp is not loading after 2 or 3 times in the same conversation
* Fixed the issue where the inserted space in front and back of the search string was not trimmed during the search
* Fixed the issue where child Nodes were enabled when the parent Node was disabled

### Cognigy Insights

**Released** November 28, 2023

#### Improvements

* Updated the tooltip texts in the Overview, Engagement, and NLU Dashboards

#### Bug Fixes

* Fixed the issue where the `user connected` and `user disconnected` events were not shown in the Transcript Explorer, and an empty message was displayed instead
* Fixed the issue where the Average Response Time chart name didn't fit in the Live Agent dashboard
* Fixed the issue where ratings and rating comments were not visible in the session details of the Transcript Explorer
* Fixed the issue where goals would sometimes not be stored correctly in Analytics due to a race condition

### Agent Copilot

**Released** November 28, 2023

#### Features

* Product Launch: [Agent Copilot](/agent-copilot/overview)

#### Improvements

* Improved by reducing the number of mandatory parameters of the [Agent Copilot URL](/agent-copilot/deploy/embedding#how-to-use)

#### Bug Fixes

* Fixed the issue where the card tile was not rendering numeric values with a dot at the end.

### Cognigy Live Agent

**Released** November 28, 2023

### Bug Fixes

* Fixed the scroll arrow so that it is removed after reaching the bottom of the screen
* Fixed the reply box to resize correctly on multiline canned responses
* Fixed the `mine` and `unassigned` conversation counts, ensuring they are updated instantly

### Infrastructure

#### Cognigy.AI + Insights

##### Deprecation of Single Replica Redis

Starting from Cognigy.AI release 4.65,
the Single Replica Redis setup is deprecated and replaced with Redis in High Availability (HA) Mode.

If you are using on-premises installations,
make sure to perform the [Redis: Single Replica to Redis HA Migration](/ai/administer/installation/migration/single-replica-redis-to-redis-ha-migration) guide before upgrading to Cognigy.AI 4.65.

##### Knowledge AI Data Migration to MongoDB

Added a job to migrate Knowledge AI data from Weaviate to MongoDB. This job is enabled by default. To continue using the Knowledge AI feature, it's important not to skip this release.

Note that this job can be disabled if you have not yet purchased a license to use Knowledge AI. Refer to the snippet below, which can be configured in `values.yaml`. To disable it, set `enabled: false` as shown in the snippet. This job is temporary; once the migration is complete, it can be disabled.

```yaml theme={null}
migration:
  kaiEmbeddingMigration:
    enabled: false
    # hooks: post-upgrade
    # hookDeletePolicy: "before-hook-creation"
    # image: cognigy.azurecr.io/kai-embedding-migration:380586885cf71f51c0ae9859cd134eca63de9cd3
    # ttlSecondsAfterFinished: 100
```

##### Deletion or Migration Job for Legacy Endpoints

Added a default job to delete or move old endpoints that are no longer supported. This job removes all Google and Twilio Autopilot Endpoints.
Note that you need to disable this job for fresh installations in `values.yaml`.
To disable it, set `enabled: false` as shown in the snippet below.
This job is temporary; once the migration is complete, it can be disabled.

```yaml theme={null}
migration:
  endpointDeletion:
    enabled: false
    # hooks: pre-upgrade
    # hookDeletePolicy: "before-hook-creation"
    # ttlSecondsAfterFinished: 900 # 15 minutes
    # affinity: {}
    # image: cognigy.azurecr.io/endpoint-deletion:18539e1e00749e46714614e6e180f2c045bad5cf
    # batchSize: 100
```

#### Agent Copilot

Upgrade to Cognigy.AI 4.65 and new Helm chart for continued support. Follow this [migration guide](/agent-copilot/installation/migration/agent-assist-to-cognigy-ai-helm-chart-migration) for details.

#### Version Compatibility Matrix

The version compatibility matrix was updated for the following Cognigy products:

* [Cognigy.AI and Insights](/ai/administer/installation/version-compatibility-matrix)
* [Live Agent](/live-agent/installation/deployment/version-compatibility-matrix)
* [Cognigy Voice Gateway](/voice-gateway/installation/version-compatibility-matrix)
