> For the complete documentation index, see [llms.txt](https://docs.timvero.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.timvero.com/release-log/release-notes-8.3.md).

# v. 8.3 - Release Notes

v8.3 is about operational control: a product lifecycle with derived products and controlled activation, a voucher-based Payment Hub that tracks every money movement to zero, permission-aware global search, a WYSIWYG Form Builder preview, and corporate SSO with automatic role mapping.

***

## 🔄 Improvements

### 🔄 [Product Management Flow](/release-log/release-notes-8.3/product-management-flow.md) — Product families with controlled activation

`IMPROVED`

Copying a product can now record the copy as a **derived product** of its source, activation is gated by readiness conditions and confirmed through a dialog that reports the parent product's status, and Offer Engine scripts copy automatically and bind to additives via the new **Update scripts** action.

<figure><img src="/files/N9ehlWVn2N3S8Geb5CcE" alt=""><figcaption></figcaption></figure>

***

### 🔄 [Transaction Evolution](/release-log/release-notes-8.3/transaction-evolution.md) — Every money movement tracked to zero

`IMPROVED`

The Payment Hub introduces the **voucher** — the balance record of each money movement. Refund unallocated remainders without touching the original transaction, correct payments with cancel / change-date / change-amount actions, and rely on queue-based processing with automatic retries and cluster failover.

<figure><img src="/files/5V6KwAsOwO7v2qMZNwXR" alt=""><figcaption></figcaption></figure>

***

### 🔄 [Global Search](/release-log/release-notes-8.3/global-search.md) — Find it fast, and see why it matched

`IMPROVED`

Search results are now filtered by the user's access rights, split into pages, and annotated with the field that matched the query — and a user can be found by part of a name or login.

<figure><img src="/files/Acch98V5q5nVMDgFTVP0" alt=""><figcaption></figcaption></figure>

***

### 🔄 [Form Builder Enhancement](/release-log/release-notes-8.3/form-builder-enhancement.md) — What you see is what they get

`IMPROVED`

When configuring a form, the preview is now exactly what the end user will see — the ready dialog with its buttons and comment field. Another friction removed.

<figure><img src="/files/LbI61p6usQX6gdrzYOUz" alt=""><figcaption></figcaption></figure>

***

### 🔄 [Roles Management and SSO](/release-log/release-notes-8.3/roles-management-and-sso.md) — Corporate identity, mapped automatically

`IMPROVED`

Users can now hold **multiple Roles and Departments**, Keycloak joins Google as an SSO provider, and roles are read from the provider token and mapped on every sign-in — with optional automatic user creation from your corporate directory.

<figure><img src="/files/gAzxZobyvvP8U6U5gOTF" alt=""><figcaption></figcaption></figure>

***


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.timvero.com/release-log/release-notes-8.3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
