---
title: "V2.3 | Grafana Enterprise Traces documentation"
description: "Version 2.3 release notes Grafana Enterprise Traces (GET) 2.3 builds off Tempo 2.3, so it inherits all the features, enhancements, and bug fixes of the upstream project. As a result, you should read the Tempo 2.3 release notes for a description of the most notable changes."
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# Version 2.3 release notes

Grafana Enterprise Traces (GET) 2.3 builds off Tempo 2.3, so it inherits all the features, enhancements, and bug fixes of the upstream project. As a result, you should read the [Tempo 2.3 release notes](/docs/tempo/latest/release-notes/v2-3/) for a description of the most notable changes.

GET is fully compatible with Tempo. You can use a GET 2.3 binary in a Tempo 2.3 deployment with minimal changes.

## Features and enhancements

GET supports OpenTelemetry Protocol (OTLP) and HTTP with a breaking change in the configurations.

Previously, both OLTP and gRPC routing configuration used the `distributor_ingest` block. This configuration has moved to a dedicated `otlp/grpc` section under the `distributor` block.

Previous configuration:

YAML ![Copy code to clipboard](/media/images/icons/icon-copy-small-2.svg) Copy

```yaml
    distributor:
    url: ...
    distributor_ingest:
    url: ...
```

New configuration:

YAML ![Copy code to clipboard](/media/images/icons/icon-copy-small-2.svg) Copy

```yaml
    distributor:
    url: ...
    otlp/grpc:
        url: ...
    otlp/http:
        url: ...
```

## Bug fixes

### 2.3.2

Version 2.3.2 has the following fixes:

- Addressed [CVE-2023-5363](https://github.com/advisories/GHSA-xw78-pcr6-wrg8).

### 2.3.1

Version 2.3.1 has the following fixes:

- Fixed HTTP ingestion through the gateway.
