# Release Notes

## Seldon Enterprise Platform 2.4.0

### Overview

This release introduces UI/UX enhancement, CVE fixes improving security across the platform and deprecation of the legacy protocols.

### (Main) Features

* Improve UI/UX flows and error messages for the Secrets, Settings and other pages.
  * Simplify S3 and AWS secrets creation for Core 2.
* Migrate to the [new documentation platform](https://docs.seldon.ai/seldon-enterprise-platform).
* Encourage the adoption of Open inference protocol for Core 1 deployments.

### (Main) Bugs Fixed

* Fix for multiple CVEs ([CVE-2023-45288](https://security-tracker.debian.org/tracker/CVE-2023-45288), [CVE-2024-3177](https://security-tracker.debian.org/tracker/CVE-2024-3177), [CVE-2024-8260](https://github.com/advisories/GHSA-c77r-fh37-x2px), and [CVE-2024-24786](https://security-tracker.debian.org/tracker/CVE-2024-24786)) in downstream dependencies.
* Fix for rendering issues of long secrets names.
* Fix for validation and sanitization of model's metadata fields.
* Fix for time & date filters of usage charts.
* Fix for non-printable ASCII characters used in user authentication data.
* Fix for incorrect handling of permissions for pipelines, experiments, detectors and explainers.
* Fix for listing pipelines in GitOps namespace.

## Previous versions

Please check release notes of previous SEP versions [here](/seldon-enterprise-platform/release-notes/previous-release-notes.md).


---

# 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.seldon.ai/seldon-enterprise-platform/release-notes.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.
