Skip to main content
Version: v2.x

v2.x

Stack version: v2.2

ComponentVersion
ledgerv2.2
paymentsv2.0
walletsv2.1
orchestrationv2.0
reconciliationv2.0

Release date: February 18, 2025

Ledger

Stateless Ledger Service

The Ledger service is now fully stateless and can operate with multiple replicas without requiring nodes synchronization.

Zero-Downtime Upgrades

Upgrades between versions now occur with zero downtime, ensuring a seamless transition and uninterrupted service.

New Numscript Interpreter

The new numscript interpreter is now available in experimental mode (numscript used to be bundled in the ledger, but is now a separate, standalone library: https://github.com/formancehq/numscript)

Configurable Feature Disabling at the Bucket Level

You can now disable specific features on a per-ledger basis at the bucket level, allowing for better optimization based on your usage patterns.

Enhanced Write Performance

Significant improvements have been made to write operations, resulting in a higher throughput of transactions per second.

Improved Read Performance

Most endpoints have been optimized for faster read operations, leading to a more responsive system overall.

Enhanced _bulk Endpoint

The _bulk endpoint now supports streaming, parallel processing, and atomic execution, providing greater flexibility and control over bulk processing, optimizing for performance, consistency, and reliability. For details, refer to Bulk processing.