Skip to main content

Release 11.0

Release Date: January 8th, 2025



New FeatureImprovementBug FixEnterprise Only
new-featureimprovementbugenterprise
Clarifai Product Roadmap

We have a public roadmap that gives you a view of our upcoming plans and helps us gather your valuable feedback. You can explore the features we're considering, vote for the ones you want most, or submit new ideas. You can check it here.

Organization Settings and Management

StatusChangeDetails
new-featureIntroduced Financial Manager role for organizations
  • This role provides access to key financial data, including current spending based on the organization's pricing plan and budget settings, enabling better financial oversight and management.
improvementExpanded permissions for the Labeler Lead role
  • Labeler Leads can now create, modify, and delete concepts, giving them greater control over the labeling process.

Control Center

StatusChangeDetails
improvementMade improvements to the Control Center
  • We've hidden the totals column in the following charts within the Control Center: Total Model Predictions by ID and Total Model Predictions by Type. This update streamlines the display for better clarity and focus.
  • We've fixed an issue where the corresponding tab in the left sidebar would not be highlighted when viewing a detailed report page of a chart. The sidebar now properly reflects the selected section for a smoother navigation experience.
  • We've fixed an issue where dates were not appearing on some charts in the Control Center.
  • Pinning or unpinning charts now triggers a notification at the top of the screen, displaying either "Chart pinned to the Overview" or "Chart unpinned from the Overview," depending on the action.
  • We've made improvements to the calendar feature for a smoother and more flexible user experience:
    • Users can now manually input dates to select a custom date range.
    • Clicking the arrow in the dropdown window for selecting a custom date range now navigates through months one at a time, instead of two.
    • Users can now select a single day, removing the previous limitation of a minimum two-day range.
    • The current day is now highlighted with a non-filled circle for better visibility.
    • The ability to select future dates has been disabled.

Python SDK

StatusChangeDetails
improvementMade improvements to the Python SDK

Learn more about them here.
  • Changed labels to be optional in Dataloaders to better support data ingestion pipelines in the clarifai-datautils library, enabling greater flexibility during data processing.
  • Added model building logs to improve tracking and debugging.
  • Added user_id field to the RAG class for better user identification.
  • Added support for testing and running a model locally within a container.
  • Added CLI support for the Model Predict functionality.
  • Updated Dockerfile for Sglang to improve compatibility and performance.
  • Updated available Torch images, along with code refactoring for better maintainability.
  • Fixed an issue with model local testing to ensure smoother functionality.
  • Removed protobuf from requirements to resolve conflicts with clarifai-grpc.
  • Fixed edge case issues with bounding box information.
  • Added support for downloading data.parts as bytes for increased flexibility.
  • Changed default environment to prod for model uploads.
  • Added tests for all stream and generate methods to enhance reliability.
  • Added code coverage test reports to PRs for improved quality control.

Platform Improvements

StatusChangeDetails
improvementImproved navigation highlighting for top-level resources
  • Now, when users visit resource pages under the "My Apps" or "Community" sections, the corresponding navigation items are correctly highlighted. For example, visiting /user-id/app-id/models/model-id highlights the "My Apps" navigation item, visiting /explore/apps highlights the "Community" navigation item, and visiting /settings/billing results in no navigation item being highlighted, as it falls outside these sections.

Platform Bugs

StatusChangeDetails
bugFixed team name update issue
  • We've fixed an issue that prevented users from updating a team's name on the organization settings page. You can now easily rename your teams without any problems.
bugFixed default permissions selection issue
  • We've fixed an issue where the radio button for selecting default permissions for a team was not highlighting upon selection. You can now easily choose the default permissions when creating a new team.
bugFixed permission issue for organization ownership
  • We've fixed an issue where users without the necessary permissions could be added as owners of another organization. Previously, users who were not allowed to create multiple organizations could still be invited as owners. This is no longer possible, ensuring proper permission handling.

Workflow Bugs

StatusChangeDetails
bugFixed an issue with updating a workflow ID
  • Previously, attempting to edit a workflow and update its ID resulted in an error message stating, "ID already exists," even when no matching IDs existed in the system. This error would trigger immediately after entering the ID and persist even if the ID was partially removed. We fixed it, and workflow IDs can now be updated without errors.