DDroomwork Developers

Changelog

Every change to the published API, newest first. M1 acceptance row 7 asks for this to be published on the portal, and section 3 of the API conventions decides what belongs in it: anything a consumer could notice.

The specifications published at M1 are the contract. Within a major version changes are additive, and section 3.1 is the lookup for what counts as breaking.

Unreleased

Changed

1.0.0, 18 September 2026

The M1 specifications, accepted by Droomwork on 18 September 2026. From this day they are the contract: what you integrate against keeps working, and a change to any of them is announced here first. The entries below are what changed on the way to acceptance.

Changed

Added

Removed

Changed

A consumer sees two changes. Nothing is skipped, which is the point. And an event can be absent from a page taken immediately after it was created, for as long as some older write is still in flight, where before it would have been there or gone. starting_after still takes an event identifier and is unchanged in shape.

The per stream read is not affected. ?stream=&after={sequence} is exact, its sequence is assigned under a lock and has no gaps, and it remains what section 17.3 tells a consumer replaying to use. See ADR-0019.

Fixed