Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

588 B

Changelog

v1.1.2

Features

  • Assets: OData support, except full text search ($search)
  • Rules: Slack action
  • Rules: Algolia action

Bugixes

  • Rules: Color corrections for actions.

Breaking Changes

  • Asset structure has changed: Migration will update the ocllection automatically.
  • Asset endpoint:
    • take query parameter renamed to $top for OData compatibility.
    • skip query parameter renamed to $skip for OData compatibility.
    • query query parameter replaced with OData. Use $query=contains(fileName, 'MyQuery') instead.