# Changelog

| Date       | Version | Description                                                                                                                                                                                                                                                     |
| ---------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 16/03/2026 | 1.10.1  | Enhanced performance (AkashicPay JS SDK version 1.19.2).                                                                                                                                                                                                        |
| 31/10/2025 | 1.7.0   | (AkashicPay JS SDK version 1.17.0).                                                                                                                                                                                                                             |
| 27/10/2025 | 1.6.0   | Enable support for BNB/tBNB networks and USDC tokens.                                                                                                                                                                                                           |
| 29/09/2025 | 1.5.9   | Enhanced performance (AkashicPay JS SDK version 1.16).&#xD;                                                                                                                                                                                                     |
| 12/09/2025 | 1.5.7   | Enhanced performance.                                                                                                                                                                                                                                           |
| 01/09/2025 | 1.5.5   | Add support for BSC (AkashicPay JS SDK version 1.14.0).                                                                                                                                                                                                         |
| 11/08/2025 | 1.5.4   | <p>Updated payout API endpoint to use <code>referenceId</code> instead of <code>recipientId</code>. <code>recipientId</code> is supported for backward compatibility but will be deprecated in a future release.</p><p> (AkashicPay JS SDK version 1.13.0).</p> |
| 29/07/2025 | 1.5.1   | Enhanced browser support for our CA certificates.                                                                                                                                                                                                               |
| 29/07/2025 | 1.5.0   | Added Certificate Authority (CA) certificate support, allowing clients to verify server authenticity and establish trusted HTTPS connections using our CA certificate.                                                                                          |
| 18/07/2025 | 1.4.2   | Add markup/markdown functionality to exchange rate for deposit requests. (AkashicPay JS SDK version 1.12.0).                                                                                                                                                    |
| 20/06/2025 | 1.4.1   | Add additional currencies to requestedValue (AkashicPay JS SDK version 1.11.6).                                                                                                                                                                                 |
| 17/06/2025 | 1.3.9   | Included expiration time of deposit-request in the return-value of deposit-request creation (AkashicPay JS SDK version 1.11.3).                                                                                                                                 |
| 11/06/2025 | 1.3.8   | Enhanced performance.                                                                                                                                                                                                                                           |
| 06/06/2025 | 1.3.7   | Enhanced performance.                                                                                                                                                                                                                                           |
| 02/06/2025 | 1.2.6   | Validation, Verification and Error Handling.                                                                                                                                                                                                                    |
| 22/05/2025 | 1.2.2   | Initial implementation of SecureAPI.                                                                                                                                                                                                                            |


---

# 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.akashicpay.com/secureapi/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.
