> For the complete documentation index, see [llms.txt](https://docs.xyb.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyb.co/platform-release-notes/release-updates-and-announcements/xyb-platform-1.4-release-notes.md).

# XYB Platform 1.4 Release Notes

Release Date: 29 October 2025

Find out the top product/platform updates, performance improvements, and bug fixes from this release.

### Workflow Automation Engine

The new automation designer offers a cleaner canvas, smarter node interactions, and powerful analytics to help you design, monitor, and iterate with confidence.

#### New and Improved Nodes

We’ve expanded node capabilities to include **Webhook Triggers**, **HTTP Requests**, and enhanced **Task and Condition nodes**. You can now easily integrate with external systems, configure dynamic payload mappings, and build multi-branch logic right from the canvas.\
Learn more: [Trigger Nodes in Workflows](/xyb-console/workflow-management/building-blocks-of-a-workflow/trigger-nodes-in-workflows.md), [Task and Condition Nodes](/xyb-console/workflow-management/building-blocks-of-a-workflow/task-and-condition-nodes.md)

#### Run and Analytics Views

Monitor workflow performance in real time with **Run Analytics**. The new views provide visibility into success rates, run velocity, and failure trends, directly from the canvas or Versions table. You can drill into individual runs, view error traces, and retry failed executions without leaving the designer.\
Learn more: [Track Live Stats and Errors for Workflows](/xyb-console/workflow-management/track-live-stats-and-errors-for-workflows.md)

#### Version Control

Manage your automation lifecycle with **Workflow Version Control**. Create draft versions, request approvals, and activate or suspend workflows with full transparency. Each version now clearly follows a lifecycle (Draft, Active, Suspended, Terminated) for safer iteration and change management.\
Learn more: [Workflow Version Control](/xyb-console/workflow-management/workflow-version-control.md)

***

### Data Management & Compliance

XYB Console supports a policy-controlled data deletion process that helps institutions comply with privacy regulations such as GDPR. You can initiate and manage data deletion requests governed by approvals to ensure sensitive actions like removing personal data are audited and reviewed by the right stakeholders. Detailed data deletion reports can be generated post-deletion, including entity information, initiators, approvers, and timestamps. Learn more: [Data Deletion Process](/xyb-console/file-vault.md)

***

### Nordic Revolving Credit Product

You can now **create a Nordic Revolving Credit Line product** directly in the Console using the new *Credit Line* product type. Configure **tiered payout fees, subcontract amortization rules, and repayment terms** to match Nordic market requirements. The product supports **parent-child contract structures**, allowing multiple drawdowns under a single facility with consolidated schedules and full visibility into limits, balances, and repayments. Learn more: [Nordic Revolving Credit Line - Overview](#nordic-revolving-credit-product)

***

### Ledger & Financial Operations

Enhanced ledger operations with improved reliability and data consistency.

Key improvements include:

* Unified status transitions across Account and Ledger services
* Fixed synchronization between ledger and search services
* Day change process now properly links credit contract transactions with invoice IDs
* Improved instruction persistence under high load conditions

***

### Template Service Enhancements

More flexibility and control over document templates across the platform. New features include a service registry endpoint, multi-service placeholder support, and dropdown service selector in the UI. Services can now listen for template updates and persist relevant details for streamlined report generation.

***

### Business Intelligence Dashboards

New dashboard widgets provide enhanced business insights.

The dashboard library now includes full-screen widget support and complete Arabic language support with right-to-left (RTL) display. Lending dashboards feature contract limit tracking, main and child contract listings, and aggregated usage amounts with improved debt portfolio reporting.

***

\\


---

# 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.xyb.co/platform-release-notes/release-updates-and-announcements/xyb-platform-1.4-release-notes.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.
