Release v1.2.0
Changes
- The
cmgr update-schema
command andPOST /schemas/{schema_name}
cmgrd endpoint now function as upserts: if the specified schema does not yet exist, a warning is logged and it is created. This allows clients to easily apply updates to schemas without needing to consider whether they already exist (ca62a57)