Skip to content

Changelog

Every production release of Combine Data Controller, newest first.Subscribe by RSS.

v3.0.0

The first release of the new platform generation, and the first entry in this changelog. Governance now runs before data lands, not after.

Before you upgrade

  • A policy that used to raise a warning now refuses the write. Review your policies before you upgrade.

New

Governance runs before the data lands, not afterprocessesAction required

Ownership, sovereignty and policy checks now run as a pre-hook, so a record that fails a check never enters the governed store.

Every decision is recorded against the process instance that triggered it, so a refused write is traceable to the rule that refused it.

A single place to see who owns whataccess

The Ownership Registry records the owning team for every asset and routes approvals and exceptions to them automatically.

Improved

Governed reads of many records got about five times fasterdata-browser

Egress aggregates the records it reads instead of fetching them one at a time, and caches the governance decision for the duration of the read.

Fixed

Replaying a dead-letter message no longer loses its correlation iddead-letter-queue

A replayed message kept its payload but started a new trace. The replay now continues the original trace.