> For the complete documentation index, see [llms.txt](https://docs.zwapgrid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zwapgrid.com/changelog/june-2025/2025-06-24.md).

# 2025-06-24

## Systems

### :screwdriver: New

<table><thead><tr><th width="339">System</th><th>Functionality</th></tr></thead><tbody><tr><td>Visma eAccounting</td><td><ul><li>We’ve added support for V2<a href="https://apidocs.zwapgrid.com/accounting-api#tag/trial-balances/GET/api/v2/consents/{consentId}/trialbalances"><code>GET /v2/consents/:consentId/trialbalances</code></a></li></ul></td></tr></tbody></table>

### :wrench: Improved

<table><thead><tr><th width="339">System</th><th>Functionality</th></tr></thead><tbody><tr><td>Visma eAccounting</td><td><ul><li>Performance improvement for <a href="https://apidocs.zwapgrid.com/accounting-api#tag/sales-invoices/GET/api/v1/consents/{consentId}/salesinvoices/{salesInvoiceId}"><code>GET /salesinvoices/:id</code></a></li></ul></td></tr></tbody></table>

## Platform

### General

<table><thead><tr><th width="341.3333740234375">System</th><th>Functionality</th></tr></thead><tbody><tr><td>General platform improvements</td><td><ul><li>Security updates</li></ul></td></tr><tr><td>Client improvements</td><td><ul><li><h4>API Key Expiry Notifications</h4><p>To help clients manage their integrations proactively, we now send <strong>email reminders</strong> ahead of API key expirations:</p><ul><li><strong>14 Days Before Expiry</strong>: A reminder email is sent for <strong>production API keys</strong>.</li><li><strong>On Expiry Day</strong>: A second notification is sent when the key has expired (or is about to within 24h).</li><li>Test keys are excluded.</li><li>Emails are sent to the company's registered contact address.</li><li>This ensures smoother API operations and prevents unexpected downtime due to expired keys.</li></ul></li></ul></td></tr></tbody></table>


---

# 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.zwapgrid.com/changelog/june-2025/2025-06-24.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.
