All Versions
115
Latest Version
Avg Release Cycle
20 days
Latest Release
136 days ago

Changelog History
Page 12

  • v1.1.6 Changes

    February 06, 2018

    ๐Ÿ”‹ Features

    • Rules: Allow content triggers to catch all content events.
    • Rules: Ensure that the events for an aggregate are handled sequentially.
    • ๐Ÿ’ป UI: History stream in the dashboard.
    • ๐Ÿ’ป UI: Better UI for apps overview.
    • Apps: Added a ready to use blog sample.

    ๐Ÿ›  Bugfixes

    • ๐Ÿ’ป UI: History UI was throwing an exception when a user was referenced in the message.
    • ๐Ÿ’ป UI: A lot of style fixes.
  • v1.1.5 Changes

    February 03, 2018

    ๐Ÿ”‹ Features

    • Contents: Slugify function for custom scripts.

    ๐Ÿ›  Bugfixes

    • Migration: Assets and schemas were not removed before recreation.
    • Contents: OData queries only worked for data fields.
    • ๐Ÿฑ Assets: OData queries did not work at all and included too many fields (e.g. AppId, Id).
  • v1.1.4 Changes

    February 03, 2018

    ๐Ÿ”‹ Features

    • Login: Consent screen to inform the user about privacy policies.
  • v1.1.3 Changes

    February 03, 2018

    ๐Ÿ”‹ Features

    • Rules: Trigger when asset has changed
    • Rules: Action to purge cache items in fastly
    • Rules: Action to push events to Azure storage queues.

    ๐Ÿ›  Bugfixes

    • Rules: Layout fixes.

    ๐Ÿ”จ Refactorings

    • Freeze action, triggers and field properties using Fody.
    • Fetch derived types automatically for Swagger generation.
  • v1.1.2 Changes

    January 31, 2018

    ๐Ÿ”‹ 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.