Skip to content
  • There are no suggestions because the search field is empty.

November '24 Release Notes

Product release notes for November 2024

For more details, please refer to the updated documentation on docs.becomposable.com.

New Features

  • Central Authentication: Added a new central authentication service that handles user authentication and authorization for all Composable Cloud environments.
  • Advanced Transcript Support: Added a new transcript field to content objects, allowing for the storage of advanced transcripts, including timestamps and speaker identification.
  • Support for External Blobs: Added support for attaching external blobs (stored in Google Cloud Storage or Amazon S3) to content objects.
  • Control Run Data Storage: Added an option to control the level of run data that is stored for interactions. Users can now choose to store only the output, only the input and output, or all data including the final prompt and schema.
  • Workflow Execution View: Added a new page to view workflow executions. This page provides a list of all workflow executions, both active and historical, and allows users to filter and search for specific executions.

Improvements

  • Project Namespace Validation: Improved project creation by disabling the "Create" button when a chosen project namespace is not unique or invalid. This prevents errors caused by attempting to create a project with an unusable namespace.
  • Improved UI for API Keys: Enhanced the UI for managing API keys, including the ability to copy API keys to the clipboard, confirm API key deletions, and automatically refresh the API key list after creating or deleting keys.
  • Improved Search Controls: Enhanced the text input control on search filters to allow quickly clearing the text with a single click.
  • Identify Public Vs Private Interactions: Interaction visibility outside a project is now displayed in the interaction versions table and interaction version page.
  • Prompt Template Sorting: The Prompt Templates list is now sorted by Updated descending, ensuring that the most recently added or updated templates are displayed at the top of the list to improve usability.
  • Llumiverse Moved to Becomposable: The Llumiverse repository of open-source LLM connectors available at https://github.com/llumiverse/llumiverse has moved to  https://github.com/becomposable/llumiverse so it's managed along with all other repositories.

Bug Fixes

  • Fixed Account List Overflow: Improved the user interface by adding the ability to scroll through the list of accounts when the number of accounts exceeds the visible space. 
  • Fixed Interaction Tag Overflow: Resolved an issue where long interaction tags would overflow their container and could not be cleared from the list. 
  • Fixed Description Modal Issue in Schema Editor: Addressed an issue where unsaved changes made to the description in the JSON Schema Editor modal caused an error.
  • Fixed Content Object Search with Facets: Resolved an issue where content object search would break when deleting objects while using facet filters.
  • Fixed Project Bucket Creation Timing: Addressed a race condition that occurred when creating a new project and simultaneously uploading multiple files to the project bucket.