# Changelog

### 2026-03 <a href="#id-2026-03" id="id-2026-03"></a>

#### Added <a href="#added" id="added"></a>

* Optional MySQL module support via `@discremy/mysql`
* Standalone API for external usage in `@discremy/mysql`
* Premium CLI preflight style with structured checks

#### Changed <a href="#changed" id="changed"></a>

* MongoDB moved to the optional `@discremy/mongodb` package
* Core startup now validates optional modules before boot
* Loader notices for missing command folders are clearer
* Logger output now uses a more polished visual format

#### Notes <a href="#notes" id="notes"></a>

* Enable only the modules your bot actually needs
* Update this page for each release cycle


---

# 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.discremy.com/changelog/readme.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.
