Skip to main content

🚀 Features

  • Workflow RBAC
    Added Role-Based Access Control for workflows with governance UI for managing permissions.
  • AIS Hosted Vector Store
    Introduced AIS Hosted Vector Store setup for managed vector database storage.
  • Guardrails Workflow Component
    Added guardrails component support for implementing safety constraints in workflows.
  • Connector Form State Persistence
    Added form state persistence for connectors to maintain user input across sessions.
  • SQL Schema for Vector Store Tables
    Added SQL schema option during vector store table creation for customized data structures.
  • Workflow Auditability
    Implemented workflow auditability features for tracking changes and compliance.
  • Custom Compliance Support
    Added custom compliance support with custom list input capabilities.
  • Chatbot Chat Sessions
    Implemented chatbot chat sessions support for persistent conversations.
  • User Uploadable Chat Avatar
    Added ability for users to upload custom chat avatars.
  • Scatterplot Visualization
    Introduced scatterplot visualization type for data analysis.
  • Stepped Form Persistent State
    Implemented persistent state for stepped forms to preserve progress.
  • Coverage Report Prefix
    Added prefix to coverage report in UI-CI workflow for better organization.

🐛 Bug Fixes

  • Workflow Run ID in Error
    Fixed workflow run ID display in error messages.
  • Unit Test Coverage CI
    Reverted unit test coverage display in CI.
  • See More Endpoint Payload
    Corrected payload for see more endpoint.
  • File Download Error Handling
    Fixed error string handling in handle_file_download_error.
  • Chat Assistant Date Display
    Fixed date display alongside time in chat assistant with proper formatting.
  • Cursor Assertion Error
    Fixed missing cursor assertion error.
  • Coverage File Collection
    Fixed coverage collection from all files.
  • Delete Data App Session Policy
    Updated delete data app session policy.
  • Workflow Name During Setup
    Fixed showing the name of the workflow during setup process.
  • Odoo Abstract Field
    Fixed abstract field not available in model in some Odoo versions.

🚜 Refactor

  • Model Provider Selection
    Changed to allow model selection only after provider is selected.
  • Fallback Value Formatting
    Changed fallback and formatted value handling.

⚙️ Miscellaneous Tasks

  • Workflow Error Handling
    Added raise error in await workflow result for better error propagation.
  • Server Gem Update
    Updated Server Gem to version 0.34.12.
  • Vector DB Connector Filters
    Added filter changes for vector DB connectors and storage components.
  • Parsing Flag Removal
    Removed need parsing flag from workflow processing.
  • Auth Failure Logging
    Added logs for authentication failures.
  • Workflows Page Title
    Added page title for Workflows section.
  • Chatbot Interface Tests
    Improved tests for chatbot interface and helpers.
  • Prompt Input Sample
    Added sample input to prompt input component.
  • Unit Test Coverage
    Added comprehensive unit tests for workflow builder.
  • Assistant Workspace IDs
    Removed ASSISTANT_ENABLED_WORKSPACE_IDS constant.
  • CI Naming Updates
    Updated CI name and job titles for clarity.
  • Integrations Gem Update
    Upgraded integrations gem to version 0.34.13.
  • Knowledge Base Database
    Added Knowledge Base and Knowledge Base File to database.
  • Dynamic SQL Payload
    Updated DynamicSql in Payload Generator.
  • Tool Model
    Added Tool model for workflow tooling support.
  • Knowledge Base Create API
    Added Knowledge Base Create API endpoint.