Skip to content

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 14:28
· 306 commits to main since this release

Added

  • Backend: Started with full API tests, including Email, SMS, Webhooks.
  • Emails: Custom MJML engine, based on .NET with 30x performance.
  • Emails: Support for fluid templates.
  • Events New filter to get events by channel.
  • Integrations: Javascript conditions to decide when an integration should be used.
  • Notifications: Better control when to send notifications through which channel.
  • Notifications: New filter to get notifications by channel.
  • Notifications: New tracking tokens with more information.
  • Topics: New topic management.
  • UI: Added a few hints to forms.

Changed

  • Backend: Improved enum serialization.
  • Backend: Updated all dependencies.
  • Notifications: Better tracking of notification channels.
  • UI: Frontend topics and improved SDK.
  • UI: New login screen.

Fixed

  • Mobile Push: Fixed removing of mobile push tokens.
  • UI: Fix layout of apps list.
  • UI: Fixed constant reloading of the user in the user dialog.

Security

  • Apps: Better check whether you have access to an app to prevent 500er http requests and return 403 properly in all cases.