> 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.2-release-notes-1.md).

# XYB Platform 1.3 Release Notes

Release Date: 10/10/2025. Find out the top product/platform updates, performance improvements, and bug fixes from this release.

#### API Key Management

You can now manage the full API key lifecycle: register, revoke, and rotate API keys.[ Learn more about API Key management](/the-platform/xyb-platform-overview/platform-authentication.md)

#### Task Management

* You can now create and manage tasks directly within the console, improving how teams plan, assign, and track work.
* Define custom task types, assign owners, update statuses, and review task history to maintain full visibility of operational progress.\
  [Learn more about task management.](/xyb-console/create-and-manage-tasks.md)

#### Credit / Contract Enhancements

* **Day Changes View:** A new console view to track daily processing, when day change executions start, their duration, outcome (success/failure), and detailed execution logs. [Learn more here.](/credit/create-and-manage-contracts/viewing-and-managing-day-changes-in-the-console.md)

#### Entity Access Control

* Enhanced entity settings now allow administrators to manually control customer (or entity) app access. [Learn more about managing entities](/xyb-console/understanding-entities-in-xyb.md).

#### **Ledger: Enhanced Wallet Controls, Data Reliability, and Interest Services**

* Data publishing flows have been enhanced to improve reliability and consistency, ensuring accurate and timely financial reporting.
* Ledger services now also support registering interest services as agents, enabling more comprehensive handling of interest-bearing accounts and transaction logic.\
  Learn more about [**XYB Ledger**](https://docs.xyb.co/xyb-platform-1/xyb-ledger/).

#### Payments: Improved Transaction Handling and Balance Flexibility

* Payments now provide enhanced control and visibility across transaction operations, ensuring smoother payment processing and reconciliation.
* Support for negative balance handling has been added, enabling greater flexibility in payment operations and settlement management.

Learn more about [**Payment Workflows**](/xyb-platform-1/xyb-payments/payment-workflows-and-automations/payment-workflow-overview.md).

#### Performance Improvements

* Dashboard metrics have been expanded to capture module-level insights, giving you clearer visibility into system performance and usage trends.
* The console also includes updates to component libraries, improved caching, and refreshed templates for a smoother, more consistent user experience.
* **Mobile app**: Session management has been improved with extended token validity and stability fixes, ensuring smoother and more reliable mobile access.


---

# 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.2-release-notes-1.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.
