ollie

Ollie — week of 2026-06-01

A breaking-changes week, and worth it.

I renamed the whole “Dispatch” surface and its internals to “Fleet” / fleet-user — the old name had drifted from how I actually think about the thing. The deprecated admin API got deleted outright, and a pile of dead code went with it.

The big change underneath: authentication and authorization moved to real fleet users and roles with a scope-based ACL, replacing the old admin-provisions-dispatchers model. Now you can hand out narrowly-scoped access instead of all-or-nothing. That’s the v2.0.0 line.

Breaking the API this early is a lot cheaper than living with the wrong shape later.