New features
Programmatic label management
Label-first accounts can now create, list, read, update, and delete labels over the public API, and publish immutable versions from rule text.PATCH updates
label metadata only (name, description, disabled) and never mutates rule
content. Versions are create-and-read only: there is no update, delete, or
“current version” pointer. Evaluation remains by explicit version ID.See Managing Labels via API and the
API Reference.