v2.12.5
- Add support for stream response in swagger API auto-generated document.
- Allow to use properties with custom types in notifications and use them in the Liquid templates.
Example:
Notification.cs
class OrderNotification { public CustomerOrder Order { get; set; } }
Liquid template
{{ customer_order.total }}