Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.1.0 (29-07-2024)

🚀 New Features

  • Advanced Conditional Steps: New Advanced Conditional steps are now available in the workflow builder to support building complex if-else logic statements with multiple branches.

  • Workflow Error Notifications: Workflows can now be configured to send notifications via email or webhook in the event of an error occurring during execution. Emails can be setup to be sent to one or more recipients every time an error occurs, or report any errors in batches every hour/day/week/month. Webhook requests support custom headers and basic authentication for secure communication.

🛠️ Improvements

  • Object Data Binding: Data binding to entire objects from payload/schema is now supported in the workflow builder.

  • Adaptive Card - Subject/From Addresses: Users can now set a subject & from address for adaptive card notifications which will be displayed with messages within the Looply Notifications Centre.

  • Workflow Configuration Error Status: Workflows may now receive a Configuration Error status if an invalid workflow design is saved during development. E.g. workflow has no obvious termination point or contains conditions with no output branches to follow. Workflows with this status cannot be executed or activated.

🪲 Bug Fixes

  • Fixed an issue where viewing workflow executions after testing steps resulting in a 404 error.

  • Executions of draft workflows now correctly reflect the workflow steps at the time of the execution when viewing in workflow history.

  • Fixed an issue where users could not view the execution history of workflows triggered from within another workflow.

  • Fixed SchemaValidation error when updating an app with the notifications centre enabled.

  • Fixed an issue where all HTTP/SAP request hardcoded body values were being treated as string.

  • Fixed a bug where the adaptive card designer preview didn't update as changes were made until refreshed.

  • Fixed an issue where executing incorrectly configured workflows would result in a previous version being executed instead.

  • Fixed an issue where incorrect binding on adaptive card designer could result in the black screen of death.

2.0.3 (23-04-2024)

🪲 Bug Fixes

  • Fixed an issue where the user was unable to create a new SAP integration profile using basic authentication.

2.0.2 (18-04-2024)

🛠️ Improvements

  • New warning dialog message to provide feedback when a workflow is saved with configuration errors.

  • UI improvements on various screens for better user experience on smaller screens.

  • Replaced Integrations sidebar with a new overlay sidebar to prevent UI issues on smaller screens.

  • Changed where workflow history is stored/read from to support increased amount of workflow execution logs.

  • Updated password error message to include minimum number of required characters.

🪲 Bug Fixes

  • Fixed an issue where SAP HTTP Requests were silently failing validation checks.

2.0.1 (26-03-2024)

🛠️ Improvements

  • SAP OAuth2 URL: Updated SAP integration configuration settings to now support OAuth2 authorisation outside of the host domain. As a result of this, the OAuth2 host URL field has been renamed token URL - allowing users to provide 2 different URLs for token and authorisation.

2.0.0 (29-02-2024)

🚀 New Features

  • New Workflow Steps: Await Response, Redirect, Override Payload and Terminate steps are now available for use in the workflow builder.

  • Looply Workflows now support multiple loops or skipping of steps.

  • Adaptive Card - Update/Delete Notify: Users can now select an option to notify the recipients when their adaptive card is updated or deleted within Teams.

  • Adaptive Card - More Detail Cards: Users can now enable & configure an expanded detailed card to be attached to their initial adaptive card within Teams which opens in a pop-up window via a button click.

  • View specific run data within Workflow History when steps have executed multiple times.

  • Workflows are now validated at the point of activation to prevent missing step data.

  • Adaptive Card Designer: Added functionality to swap between card versions & toggle between different workflow schemas for data binding.

  • Workflow Redirect Lines: Redirect steps now implement new smart edge functionality which prevents connections from colliding with other steps.

  • Terminate Executions: Users can now terminate in progress workflow executions within the Workflow Execution screen.

🛠️ Improvements

  • Multiple Adaptive Card Recipients: Users can now enter multiple recipients when sending adaptive cards within workflows which can be manually entered or bound from previous step data.

  • Adaptive Card SEND action steps now allow for Teams or External responses to be added independently of each other (previously required both).

  • Workflow Adaptive Card Version Selection: Users can now choose to select DRAFT card versions or select an option to always use the latest version when sending adaptive cards via workflow.

  • Workflow Adaptive Card action step responses have been changed from running horizontally to linear within workflows.

  • Users can now trigger the current workflow using Trigger Workflow steps (previously not supported).

  • Workflow History: list view has been changed to allow more logs and includes pagination.

  • Adaptive Card Designer: users now have the option to delete specific card versions.

  • General workflow builder UI improvements.

🪲 Bug Fixes

  • Fixed an issue where users could add workflow steps with multiple branches in the middle of 2 steps (creating conflicts).

  • Fixed an issue where workflow step names were not being displayed or were incorrectly cased.

  • Fixed an issue where workflow last modified date was incorrect.

  • Resolved an issue where the Adaptive Card Designer & WFB Function Code Editor themes were conflicting with each other.

1.1.0 (07-11-2023)

🚀 New Features

  • New search feature for the User Manager Tab within the Looply App creation screen.

🛠️ Improvements

  • Changed the location of the final Deploy button within the Looply App creation screen.

  • Improved the way Looply fetches users from your teams account.

  • Increased number of users shown per page on the User Manager and Install History tabs within the Looply App creation screen.

  • Disabled Help section navigation options (Not yet available).

  • Restyled the description tab within the Microsoft Teams integration sidebar.

🪲 Bug Fixes

  • Fixed an issue where installing a Looply App to any user would not update the Install History tab.

1.0.0 (16-10-2023)

Initial Looply alpha version featuring authenticated Looply dashboard with adaptive card designer, workflow builder, workflow history, integrations and app creation.

🚀 Features

  • Dashboard 2FA authentication + ability to login with TOTP authenticators

  • Integrated Microsoft Adaptive Card Designer

  • Looply Workflow Builder

  • View Workflow History using Looply's Execution History screen

  • Looply Integrations - supporting Microsoft + SAP

  • Create, customise and deploy Microsoft Teams apps

  • Looply Developer API + manage/create API keys

  • Create and manage organisations within Looply

  • Account home dashboard with usage analytics

Last updated