> For the complete documentation index, see [llms.txt](https://developer.aiodds.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.aiodds.com/changelog/readme.md).

# Changelog

{% updates format="full" %}
{% update date="2026-08-05" %}

## New Websocket 'HeartBeats'

We have published a new websocket 'HeartBeats'. It sends a timestamp message every 5 seconds.

<figure><img src="/files/R17FgkNzRMcpbxpEmvMe" alt=""><figcaption></figcaption></figure>
{% endupdate %}

{% update date="2026-07-27" %}

## Added New Bookmakers

We have expanded our bookmaker odds coverage for Football and Basketball by adding support for the following bookmakers:

| Bookmaker ID | Bookmaker    |
| ------------ | ------------ |
| 7            | 10bet        |
| 12           | William Hill |
| 13           | Betsson      |
| 14           | BetCity      |
| 28           | Crown        |
| 32           | Snai         |
| 63           | Sisal        |
| 67           | Superbet     |
| 77           | PariMatch    |
| 96           | Pokerstars   |

These bookmakers are now available through the existing bookmaker odds APIs. Use the corresponding `bookmaker_id` to request their odds data.\
Data availability may vary by sport, competition, match, and market coverage.
{% endupdate %}

{% update date="2026-07-14" %}

## Snapshot v2

Snapshot v2 API is a **newline-delimited JSON stream** (`application/jsonl`). Each line is a complete success envelope carrying one batch of up to 200 records. Integrate by streaming the HTTP body, parsing line by line, and processing batches incrementally until EOF.

<figure><img src="/files/7gLTJ76pn25IRDocNPQi" alt=""><figcaption></figcaption></figure>
{% endupdate %}

{% update date="2026-07-01" %}

## New Protection Mechanism for Bookmaker Odds data

We have developed a new protection mechanism for Bookmaker Odds to switch to backup odds when source issues occur, keeping odds updates continuous.

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

{% endupdate %}

{% update date="2026-06-24" tags="feature,improvement,fix" %}

## New AiOdds documentation is live

We have launched the new AiOdds documentation on GitBook. The updated docs provide a clearer structure for understanding the AiOdds platform, choosing the right product, and connecting to Bookmaker Odds, AI Trading, and operational monitoring workflows.

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

### What’s included

* A refreshed Documentation space with platform overview, getting started guidance, product explanations, and integration concepts.
* Dedicated Bookmaker Odds and AI Trading documentation for API and feed usage.
* A reorganized Help Center with practical articles for API integration, WebSocket behavior, snapshots, settlements, customer console, and calculation.
* Improved integration guidance covering HTTPS API usage, real-time MQTT over WebSocket feeds, protobuf data handling, backend implementation practices, and monitoring recommendations.
  {% endupdate %}
  {% endupdates %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developer.aiodds.com/changelog/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
