> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developers.deepgram.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developers.deepgram.com/_mcp/server.

# July 14, 2026

> Deepgram Self-Hosted release 260714 adds decimal and percentage formatting improvements, Malay spoken-number conversion, and a dedicated close reason for streaming sessions that end due to a no-audio timeout.

## Deepgram Self-Hosted July 2026 Release (260714)

### Container Images (release 260714)

* `quay.io/deepgram/self-hosted-api:release-260714`
  * Equivalent image to:
    * `quay.io/deepgram/self-hosted-api:1.192.5-1`

* `quay.io/deepgram/self-hosted-engine:release-260714`
  * Equivalent image to:
    * `quay.io/deepgram/self-hosted-engine:3.119.1-3`

  * Minimum required NVIDIA driver version: `>=570.172.08`

* `quay.io/deepgram/self-hosted-license-proxy:release-260714`
  * Equivalent image to:
    * `quay.io/deepgram/self-hosted-license-proxy:1.10.2`

* `quay.io/deepgram/self-hosted-billing:release-260714`
  * Equivalent image to:
    * `quay.io/deepgram/self-hosted-billing:1.13.1`

### This Release Contains The Following Changes

* **Number and Percentage Formatting** — decimal values now keep their trailing zeros, so "zero point zero zero percent" renders as `0.00%` (previously `0%`); and Malay transcripts now convert spoken numbers to numerals.
* **Streaming No-Audio Close Reason** — streaming sessions that are closed after a no-audio timeout now report a `no_audio_timeout` (`NET-0002`) close reason instead of a generic close. If your client parses the close reason, expect the new value. See [Troubleshooting WebSocket DATA and NET Errors](/docs/stt-troubleshooting-websocket-data-and-net-errors) for details.
* **General Improvements** — Keeps our software up-to-date.