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

# Changelog

## `0.3.1`

Added **ML-DSA44 post-quantum signing** as a new API authentication option alongside HMAC SHA256.

You can now secure requests using either:

* HMAC
* ML-DSA44 ([post-quantum safe](https://openquantumsafe.org/liboqs/algorithms/sig/ml-dsa.html))

This brings NIST-standard quantum-resistant signatures to the developer API.

## `0.3.0`

LLM Sessions no longer rely on parsing plain-text responses such as `LONG`, `SHORT`, or `EXIT`. Signal generation has been upgraded to native tool calling, allowing AI strategies to open and close positions directly through built-in trading tools.

Introduced the new `set_storage` [tool](/startegies/llm-session/signal-generation.md#llm-tooling-reference). LLM strategies can now maintain their own persistent JSON storage, which is automatically provided on every execution. This enables AI strategies to track state, remember previous decisions, manage workflows, and build more advanced long-term reasoning processes.


---

# 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:

```
GET https://docs.sigrex.io/more/changelog.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.
