Evolving Apis And Schemas

Use when changing anything other systems or stored data already depend on — editing a .proto file, writing a database migration, adding or dropping a column, renaming a field, changing a response shape, changing an enum, or altering a queue message format. Triggers include "will this break clients", "is this backward compatible", "buf breaking", "ALTER TABLE", "migration", "deprecate this endpoint", and any change to a published API version.

osmontero Updated

File contents

osmontero/opencode-skills/tree/main/skills/evolving-apis-and-schemas commit 2b6c510fc8

Frequently asked questions

npx skillmds@latest add osmontero/evolving-apis-and-schemas