> 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/28.5.md).

# 28.5

## Description

Welcome to our latest release! Highlights of this release are&#x20;

* Support for automated backups of GEDI configuration.
* Frequently used *Codeunits\**, used in Warehouse Integration, IC and advanced trade processes utilizing Golden EDI extended platform.

\*A *Codeunit* is a "program object" typically consisting of advanced "Business logic". The Golden EDI mapping / message engine allows the user to assign *Codeunits* for execution, thus making it possible to utilize these advanced objects by GEDI Mapping Documents.

### Why we made these changes

**Automated GEDI backups**

The major part of the Business logic in a Golden EDI implementation is defined by "Mapping Documents" and various Golden EDI setups. Therefore its crucial to keep track of the setup, both to be able to see what has been changed, but also to keep an extra backup copy of the setup just in case. In this release, a backup will be automatically generated whenever a change in setup is identified (all changes done within 24 hours will be stored in same backup). The backups are downloaded and stored in Golden EDI Cloud Platform automatically.&#x20;

For future releases this will enable advanced features like (many of them likely AI processed):&#x20;

* Automatically highlight changes done in configuration.
* Automatically identify issues with setups. (For example obsoleted fields etc.)
* Automatically generate documentation.

**Advanced&#x20;*****Codeunit*****&#x20;"Toolbox"**

Some advanced features in Warehouse Integrations, Inter Company and advanced trade have required installation of additional *Codeunits*. In this release we have identified frequently used features / business logic, generalized them a bit and included them in the app so they can be used in "Golden EDI Mapping Documents" without having to install a PTE. &#x20;

### What this means for you

**For Most Users**: No Action Required

* Backups of the entire GEDI Setup are now created automatically.
* No longer required to request and install a PTE for some advanced frequently used mapping logic.

### For Partners and Integrations

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

* The API contract version has been updated to version 3.2.

### **Changelog**

**Golden EDI**

* Automated Backups. New page can be opened to view backups from the "GEDI Setup".
* Added a new *line type* in "Gedi Mapping", "Run Event". This type extends the customizability  possibilities in mappings by providing more context to the "listener".

**Extended Platform**

* Codeunit "Toolbox" for advanced Inter Company, Warehouse and Trade features utilizing Extended Platform.


---

# 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/28.5.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.
