# Jan 23rd, 2026

## Control Center

### Improvements

* **Enhanced Logging**: The system now includes request timing and client IP in logging for better diagnostics and troubleshooting.
* **Performance Enhancement**: Added a Message index to significantly improve the performance of the conversation list API.
* **Library Upgrades**: Updated several underlying libraries including 'django', 'brace-expansion', 'bokeh' and 'urllib3' for better performance and compatibility.

### Bug Fixes

* **Query Optimization**: Resolved an issue where N+1 query was causing inefficiencies in LLMModelSerializer.

### Security Updates

* **Regular Security Maintenance and Updates**: The system has undergone regular security maintenance to maintain the high level of system security


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.skydeck.ai/releases/jan-23rd-2026.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
