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

Release Notes

This is where we post our product release notes

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

August 2024

Week of August 19

New Features

  • Multi-Tenant Support: Runs are now stored in separate databases per tenant (project).
  • Azure OpenAI Integration: Added support for Azure OpenAI.
  • Prompt Template Functionality: Introduced a new function to add line numbers to prompt content.
  • Streaming Authentication: Streaming now uses access tokens for authentication.
  • Bulk Operations Endpoint: Added a new endpoint to handle bulk operations.
  • Namespace Support: Added namespaces to projects, allowing better organization and configuration.
  • Configurable Interaction Names: Made standard workflows configurable for interaction names.
  • View Run Results: Added a feature to view run results in a table format.
  • Content Object Type Selection: Added the ability to select the content type when uploading, or allow Composable to choose automatically.

Improvements

  • Helper Script: Added a script to recursively initialize submodules.
  • Standard Workflow Configurability: Refined the ability to configure interaction names in standard workflows for better flexibility.
  • Quickstart Documentation: Updated quickstart doc links to use docs.becomposable.com.
  • Error Display: Enabled default display of error messages for better user feedback.
  • Estimate Token Count: Updated the estimation of token counts after generating test data.
  • Navigation Enhancements: Reorganized the left panel navigation, and moved the analytics tab to within the Run and Environment pages for a more intuitive layout.
  • Workflow Selection UI: Implemented a modal window for selecting workflows to execute, improving user experience.
  • Filterable Select Lists: Improved select lists by adding filtering capabilities for large sets of values.

Bug Fixes

  • Dashboard Panels: Protected dashboard panels with error boundaries.
  • TypeRegistry Sorting: Fixed sorting of types alphabetically (Fixes #163).
  • Document Actions: Corrected actions to list rules instead of workflows and sorted rules for display (Fixes #163).
  • Workflow Definition Page: Fixed page title display issues.
  • Key Name Display: Fixed display issues for key names (Fixes #126).
  • Environment UI: Removed test environments from the list and showed names instead of IDs (Fixes #123).
  • Run Analytics: Fixed issues with run analytics (Fixes #211).
  • Workflow Cancel Button: Fixed functionality of the cancel button on workflows.
  • Prompt Versions Navigation: Fixed navigation issues for prompt versions (Fixes #221).
  • Schema Initialization: Corrected schema initialization when undefined (Fixes #209).
  • Training Sessions: Fixed various issues related to training session population and environment handling.
  • Overflow and Layout: Fixed overflow issues and improved layout of select lists (Fixes #231, #217).
  • Playground State: Fixed state management issues in the playground after saving changes (Fixes #228).
  • Metadata Modal: Added metadata modal for prompt templates (Fixes #222).
  • Navigation 404: Fixed 404 errors in navigation (Fixes #235).
  • Editing Versions: Prevented editing of versions (Fixes #232).