Squidex v1.1.2 Release Notes

Release Date: 2018-01-31 // about 6 years ago
  • ๐Ÿ”‹ 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.