# January 2026

### 2026-01-19

#### - Breaking Change: MQTT V2 Client ID Authentication Requirement (Effective 26.01.2026 14:00 UTC)

Starting January 26th, we will enforce authentication for MQTT connections based on the Client ID.

Required Client ID Format: The Client ID must adhere to the following structure:&#x20;

```
<project-id>-<instance>-<random string>
```

**Example**:

If you are subscribing to the topic: `$share/d13c5fe3-423d-44ac-bbac-f5e1f110b0a0/sandbox/level13/d13c5fe3-423d-44ac-bbac-f5e1f110b0a0`

You must use a Client ID such as: `d13c5fe3-423d-44ac-bbac-f5e1f110b0a0-sandbox-s12123`

mosquitto\_sub Example:&#x20;

```
mosquitto_sub --host mqtt-v2.high-mobility.com --port 8883 --qos 1
--topic '$share/d13c5fe3-423d-44ac-bbac-f5e1f110b0a0/sandbox/level13/d13c5fe3-423d-44ac-bbac-f5e1f110b0a0'
--id d13c5fe3-423d-44ac-bbac-f5e1f110b0a0-sandbox-xwdsad --disable-clean-session
--cert client_crt.pem --key client_key.pem --cafile ca_crt.pem --verbose --debug 
```

**Need Assistance?**&#x20;

If you are unsure of the correct format, please visit our console. The new required snippet is available in the MQTT V2 sections.

<figure><img src="/files/wJB3rmYq7Wvwg5f3W5ug" alt=""><figcaption></figcaption></figure>


---

# 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.high-mobility.com/changelog/readme/january-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.
