> ## 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.66 - Merry Christmas 🎄🎁

<Warning>
  Due to the sunset of the [text-davinci-003](https://platform.openai.com/docs/deprecations) model by OpenAI on January 4, 2024, this model will no longer be available in Cognigy.AI.
</Warning>

<Warning>
  Starting with Cognigy.AI release 4.68.0, Weaviate v1.19.0 will no longer be supported. If you have a Cognigy on-premises installation and are utilizing the [Knowledge AI features](https://docs.cognigy.com/ai/empower/knowledge-ai/overview/), upgrade Weaviate to v1.22.5. For a smooth upgrade, refer to the [guide](https://docs.cognigy.com/ai/installation/migration/weaviate-upgrade-to-1.22.5/).
</Warning>

<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>

## 4.66.2

### Cognigy.AI

**Released** January 17, 2024

#### Bug Fixes

* Fixed the issue where the Flow would sometimes start at the wrong Node after a Go To Node

## 4.66.1

### Cognigy.AI

**Released** December 15, 2023

#### Improvements

* Allowed proxy configuration for `freshclam`
* Optimized the Cognigy Function instances by lowering the default TTLs

## 4.66.0

### Cognigy.AI

**Released** December 12, 2023

#### Features

* Added the [Copilot: Knowledge Tile](/ai/agents/develop/node-reference/agent-copilot/knowledge-tile) widget for Agent Copilot
* Added the [Reprompt Methods](/ai/agents/develop/node-reference/basic/question) to the Reprompt options in the Question Node

#### Improvements

* Added support for `SIPREC INVITE` to Voice Copilot
* Replaced AgentAssistConfigs v2.0 with AICopilotConfigs in the Cognigy OpenAPI documentation
* Refined the context-aware search related tooltips of the Search Extract Output Node
* Added the button to forward the next best action content from the Agent Copilot widget to the Live Agent reply section. The improvement is in the [Copilot: Knowledge Tile](/ai/agents/develop/node-reference/agent-copilot/knowledge-tile#configuration) and [Copilot: Next Action Nodes](/ai/agents/develop/node-reference/agent-copilot/next-action-tile#use-case)
* Added the correct userId and sessionId for transcriptions to the [Voice Copilot Endpoint](/ai/agents/deploy/endpoint-reference/voice-copilot)
* Improved by exposing the full NLU object from the input in the Post NLU Transformer

#### Bug Fixes

* Fixed the issue where `TRANSFER_REFER_ERROR` did not execute the assigned failover Flow
* Fixed the issue where disabling and re-enabling Knowledge AI Chunks failed to trigger the expected Knowledge search
* Fixed the issue where the maximum number of Knowledge Sources exceeded the scenario, giving an incorrect conflict message when creating a `file` source type
* Fixed the issue where the Clone Flow action did not update the Intent entry for the child Intent
* Fixed the issue causing slowness while reading resources in the agent when Knowledge AI Chunks are ingesting in the background
* Fixed the issue where the Switched Flow entries in the Interaction Panel would be out of order with outputs
* Fixed the issue where all the Generic Voice Nodes should also work with the Bandwidth Endpoint as with AudioCodes
* Fixed the issue where the Switched Flow didn't show up in the Interaction Panel's expert mode for a Go To Node with the Wait for Input setting
* Fixed the issue where a Go To Node was not switching the Flow when a default reply was triggered
* Fixed the issue where Socket-based Endpoints can lose agent messages during handover or notify/inject API calls when the user socket connection fails and reconnects even with buffer enabled

### Cognigy Insights

**Released** December 12, 2023

#### Improvements

* Improved by implementing a new design of the sidebar

#### Bug Fixes

* Fixed the issue where the Insights requests were experiencing gateway timeouts
* Fixed the issue where the Live Agent and Calls data were not deleted even if the request was valid

### Cognigy Voice Gateway

**Released** December 12, 2023

#### Features

* Added STT latency visualization to the Voice Gateway Self-Service Portal
* Added support for `SIPREC INVITE` and the capability to choose a default `SIPREC` application to the Voice Gateway Self-Service Portal
* Added support for Outbound call tracing

#### Bug Fixes

* Fixed the issue where recent call details crashed when MP3 was not available
* Fixed the issue where selecting a Custom Speech vendor was causing the Application form page to crash

### Infrastructure

#### Cognigy.AI + Insights

The `jobSyncKnowledgeData` is a new cron job that has been introduced to sync Knowledge AI data from MongoDB to Weaviate. This job is disabled by default and can be enabled on demand to allow for the restoration or repair of data in Weaviate. The job is applicable only when running on an environment where Knowledge AI is enabled.

`Repair Mode` - enabling the cron job will sync the data from MongoDB to Weaviate during the configured schedule.

```yaml theme={null}
jobSyncKnowledgeData:
  enabled: true
  schedule: "0 1 * * *" # every day at 1 AM
```

`Restore Mode` - the job can be configured to restore the data in Weaviate after a complete cleanup of Weaviate by adding the following `JOB_ARGUMENTS` configuration to the `extraEnvVars` variable in the` values.yaml` file.

```yaml theme={null}
jobSyncKnowledgeData:
  enabled: true
  extraEnvVars:
    - name: JOB_ARGUMENTS
      value: "eyJhY3Rpb24iOiJyZXN0b3JlVmVjdG9yREIiLCJvcmdhbmlzYXRpb25JZHMiOltdLCJwcm9qZWN0SWRzIjpbXSwic3RvcmVJZHMiOltdLCJ0YXNrSWQiOiIiLCJ0cmFjZUlkIjoidHJhY2UtcmVzdG9yZVZlY3RvckRCIiwidXBkYXRlQmF0Y2hTaXplIjo0MH0="
```

#### Cognigy Voice Gateway

* Updated the StatefulSet of `feature-server` and added `NODE_OPTIONS` to the environment variables. By default, the value is set to `--max-old-space-size=450`.

#### 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)
