immudb Blog Posts

immudb 1.11.0: Bringing Tamper-Proof Audit Logging to PostgreSQL Applications

Written by blog | Aug 3, 2026, 6:59:59 AM

The release of immudb 1.11.0 marks one of the most significant milestones in the evolution of the project since SQL support was introduced. While immudb has always provided cryptographically verifiable, immutable storage, version 1.11 expands its capabilities beyond protecting data itself — it now also protects the history of every interaction with that data.

Traditional databases rely on mutable transaction logs and external audit systems. Even when sophisticated logging frameworks are deployed, administrators with sufficient privileges can often modify or delete those logs, making forensic investigations and compliance audits considerably more difficult. immudb approaches the problem differently by treating audit information as first-class immutable data.

Built-in Immutable Audit Logging

The headline feature of immudb 1.11 is built-in immutable audit logging. Every significant database operation — including who performed it, what was accessed or modified, and precisely when it occurred — can now be recorded directly inside immudb's append-only, cryptographically verifiable storage engine.

Because audit records are protected by the same Merkle-tree based verification model as application data, any attempt to alter history becomes immediately detectable. This removes an entire class of trust assumptions that have traditionally existed around database administrators and external logging infrastructure.

Expanding PostgreSQL Compatibility

Equally important is the continued expansion of PostgreSQL compatibility. Rather than requiring applications to be rewritten for a proprietary API, immudb increasingly allows existing PostgreSQL applications, drivers, ORMs, and development workflows to operate with minimal changes while benefiting from cryptographic verification and immutable storage semantics.

This dramatically lowers the barrier for adoption, allowing organizations to introduce tamper-proof data protection without undertaking a costly database migration project.

A Single Platform for Compliance and Regulated Industries

For regulated industries, these capabilities solve a longstanding architectural problem. Compliance frameworks such as SOX, PCI DSS, FDA 21 CFR Part 11, financial regulations, and many government security standards all require trustworthy audit trails. Traditionally, achieving this required multiple independent systems — transaction databases, SIEM platforms, log collectors, immutable object storage, and complex retention policies.

immudb consolidates these requirements into a single cryptographically verifiable platform where both the business data and the audit trail share identical trust guarantees.

Cryptographic Integrity Without Blockchain Overhead

From an engineering perspective, immudb continues to differentiate itself from blockchain-based approaches. Instead of relying on distributed consensus and its associated latency, immudb provides cryptographic integrity verification while maintaining the performance characteristics expected from modern enterprise databases.

It remains suitable for high-throughput workloads ranging from financial transactions and software supply chain metadata to AI agent logs, configuration management, security events, and digital evidence.

Immutable Logging for Autonomous AI Agents

As AI systems become increasingly autonomous, trustworthy logging is becoming just as important as trustworthy data. Autonomous agents may execute thousands of actions every minute, making immutable evidence of every decision essential for debugging, compliance, and incident response.

The immutable audit logging introduced in immudb 1.11 provides exactly this capability without requiring organizations to redesign their existing applications.

From Immutable Database to Trust Infrastructure

With version 1.11, immudb evolves from being an immutable database into a comprehensive trust infrastructure. Organizations no longer need to ask whether their data has been modified — they can now also prove who interacted with it, when they did so, and that neither the data nor its history has been altered since.

That shift represents an important step toward verifiable computing in modern enterprise systems.