# Changelog

### 2026-02-XX

***

#### Travel Rule

* Add `protocol` query filter for [List Transfers](/ospree-api/travel-rule/api-endpoints/list-transfers.md) API.
* Search transfers in Ospree Dashboard using `transfer_number` or `transaction_hash`.
* Add `created_at` and `updated_at` to travel rule reports.&#x20;
* Add `originator_address_is_self_hosted` and `beneficiary_address_is_self_hosted` to travel rule API response.&#x20;

#### Address

* Allow custom chain name for screen address.&#x20;
* Add address on verification if not yet existing.&#x20;
* Add webhook events for address verification.&#x20;
* Use `business name` instead of `Ospree.io` on address verification signature request message.&#x20;

#### Directory

* Allow [Search VASP](/ospree-api/accounts-directory/search-vasp.md) by `vasp_id` or `national_id`.

#### Ospree Dashboard

* Add `AI Catalyst` page
* ...


---

# 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.ospree.io/ospree-api/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.
