Today we're introducing workflow filtering for our commits page. Users can now filter the commits page by workflow to help teams better track and manage changes across their notifications.
Commit log filtering is available for all users on the "Commits" page, within the "Commit log" and "Unpromoted" tabs. Select a workflow from the filter dropdown to see all commits related to that workflow.
Fixes and improvements
- 🐛 [Notification engine] We fixed an issue where MS Teams webhooks would unexpectedly retry a sent notification.
- 👀 [API] We added support for datetime filtering to the user feed endpoint.
- 👀 [API] We added support for listing recipients with their preference sets loaded.
- 👀 [Notification engine] We added support for a new
from_markdown
Liquid helper to convert Markdown to HTML.