Released:
Add Anthropic Claude sonnet 3.5 support:
Anthropic's Claude Sonnet 3.5 Foundational Model is now available from the LLM Chat Message
Node.
This groundbreaking model sets new benchmarks for reasoning, knowledge, and coding proficiency. With marked improvements in nuance, humour, and complex instructions, Claude Sonnet 3.5 is a game-changer for demanding tasks like customer support and workflow orchestration. It also boasts Anthropic's strongest vision capabilities yet, excelling at interpreting charts, graphs, and transcribing text from images.
Add AWS Bedrock integration: The initial integration of AWS Bedrock into our platform. Users can now connect their AWS Bedrock account and leverage its powerful language models to enhance their Flows. This integration allows you to seamlessly access AWS Bedrock's Foundational Models directly within our Flow designer. With this integration we are taking advantage of the large token limits the AWS Bedrock integrations make available. We're also allowing our Enterprise customers to navigate their vendor relationships and complex hosting requirements by leveraging their AWS account.
Add flow:cancel node: Adds a new Flow Node that allows users to cancel a scheduled, executing, or pending Flow execution. This provides more control over Flow execution and can be useful for stopping unnecessary or unwanted Flow runs.
Remove use of Access Mode from Schemas, Flows, and Experiences: This update moves us to relying on Roles exclusively for configuring access to Schemas, Flows, and Experiences, significantly simplifying the process for setting up Authenticated and Public access. Access Mode will now only need to be configured for Spaces, as this will be the sole location for expanding access beyond Space Members.
Update string inputs to Flows to use autogrowing textareas: Flows now use autogrowing textareas for string inputs, providing a more intuitive and user-friendly experience. This change allows users to easily view and edit longer strings of text within the Flow builder, without the need for scrolling or resizing. This enhancement improves the overall usability and efficiency of creating and managing Flows.
Log NotEnoughTokensError
to Flow Execution logs:
A new log entry has been added to the Flow Execution logs indicating that the execution failed due to insufficient token usage. The log entry details the error, including the attempted charge, attempted charge type, and the attempted amount to ensure continued usage. This information will help identify and address the issue of running out of tokens during Flow execution.
Add "Schedule Execution" input to Create Execution page: The user can now schedule the execution of a Flow by adding a "Schedule Execution" input on the Create Execution page. This allows users to specify a date and time for the Flow to be executed, providing more control over when their Flows run.
Additionally, the UI has been updated to include a "Cancelled At" time in a tooltip, which displays the time at which an execution was cancelled. This provides users with more detailed information about the status of their Flow executions.
Add fonts to list of Allowed File Types: The File field in Schemas now supports the ability to upload font files, such as TTF and OTF formats. This allows users to include custom fonts in their Content Items in the Experience, enabling more design flexibility and branding consistency across their digital Experiences.
Extended Block Background configuration - Adding Image support with position, size & repeat: Users can now define multiple background display elements for Blocks using a combination of images and colours. This enhancement allows them to configure the background of a Block with greater flexibility, enabling the use of both image and colour backgrounds. Users can specify the position, size, and repeat properties for the images, as well as a single colour background which must be the last one in the list, following CSS rules.
Add Support for Naming the For Each
Datum:
This update introduces the ability to name the For Each
datum, which enhances the user experience when working with complex Experiences. Previously, the datum name was automatically generated, which could be insufficient in certain situations. With this change, users can now provide a meaningful name for the For Each datum, making it easier to understand and manage the flow of their Experiences.
Add ability to select a path to a list in the For Each
config:
This update adds the ability to select a path to a list in the For Each
configuration, providing more flexibility when developing complex Experiences. Users can now specify the list they want to iterate over, enabling the creation of more sophisticated and dynamic Flows.
Related Releases