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

# 27.4

## Description

Welcome to our latest release! This is a small but crucial release where we've introduced important improvements to how Golden EDI stores message data, along with enhancements to the communication between Business Central and our Cloud Platform. These changes are designed to ensure long-term reliability and better performance for all customers.

### Why we made these changes

**Message Line Storage (V2)**

Over time, as customers send and receive large volumes of EDI messages, the underlying database table that stores the message contents can accumulate a large number of records. The current table that stores this information had some technical limitations that could cause performance issues and technical limitations when the volume got large.&#x20;

To address this, we've introduced a new table for this data that removes this entirely. This will ensure that Golden EDI can continue to handle your flows and EDI for years to come, regardless on how many messages you process.

**Cloud Platform Integration**

We've also updated how the communication works between your Business Central and our Cloud Platform. We've co-located some of the information into one API to reduce the number of calls we need to make to your system. Resulting in improved performance and lower load on our systems.

### What this means for you

**For Most Users**: No Action Required

* All new messages created after the updated will automatically use the improved table.
* Your existing workflows, mappings, and configurations remain unchanged.
* You should not notice any difference in how you use Golden EDI.

**For Existing Messages**

Messages created before this updated will continue to work as before. If needed, administrators can upgrade individual messages to the new table. This is optional and only necessary in specific support scenarios.

### For Partners and Integrations

**If you have custom integrations using the Golden EDI API:**

* The API contract version has been updated to version 3.0
* New API endpoints (v2.0) are available for the updated message line structure
* The Message Queue API now includes Direction and Connection ID fields directly, reducing the need for additional API calls
* Existing v1.0 API integrations continue to function normally

We recommend reviewing your integrations and updating to the v2.0 API endpoints when convenient to benefit from the improved structure

### **Changelog**

**Golden EDI**

* Introduce Message Lines V2 table to replace the previous message line storage.
* Added Direction and Connection ID fields to the message queue for improved API usage.
* Updated API contract to version 3.0.
* Added v2.0 API endpoints for messages lines and message queue to utilize the new tables and fields.


---

# 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.goldenedi.com/releases/archive/27.4.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.
