Skip to content

Release v1.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 02:16

Changes

  • The cmgr update-schema command and POST /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)