domino logo
  • Preview Features
  • Domino 5.6.0 (May 2023)
  • Domino 5.5.0 (March 2023)
  • Domino 5.5.2 (April 2023)
  • Domino 5.5.1 (March 2023)
  • Domino 5.4.1 (February 2023)
  • Domino 5.4.0 (December 2022)
  • Domino 5.3.2 (December 2022)
  • Domino 5.3.1 (October 2022)
  • Domino 5.3.0 (September 2022)
  • Domino 5.2.2 (August 2022)
  • Domino 5.2.1 (July 2022)
  • Domino 5.2.0 (June 2022)
  • Domino 5.1.4 (July 2022)
  • Domino 5.1.3 (May 2022)
  • Domino 5.1.2 (April 2022)
  • Domino 5.1.1 (March 2022)
  • Domino 5.1.0 (March 2022)
  • Domino 5.0.2 (March 2022)
  • Domino 5.0.1 (January 2022)
  • Domino 5.0.0 (December 2021)
  • Domino 4.6.4 (March 2022)
  • Domino 4.6.3 (January 2022)
  • Domino 4.6.2 (November 2021)
  • Domino 4.6.1 (October 2021)
  • Domino 4.6.0 (August 2021)
  • Domino 4.5.2 (August 2021)
  • Domino 4.5.1 (July 2021)
  • Domino 4.5.0 (June 2021)
  • Domino 4.4.2 (May 2021)
  • Domino 4.4.1 (March 2021)
  • Domino 4.4 (February 2021)
  • Domino 4.3.3 (December 2020)
  • Domino 4.3.2 (November 2020)
  • Domino 4.3.1 (October 2020)
  • Domino 4.3 (August 2020)
  • Domino 4.2
  • Domino 4.1
  • Domino 4.0
  • Domino 3.6
domino logo
About Domino
Domino Data LabKnowledge BaseData Science BlogTraining
Release Notes
>
Domino 5.6.0 (May 2023)

Domino 5.6.0 (May 2023)

See also the fleetcommand-agent Release Notes.

Validated frameworks

The following versions have been validated with Domino 5.6.0. Other versions might be compatible, but are not guaranteed.

  • Kubernetes 1.23 – 1.25

  • Ray - 2.0

  • Spark - 3.3.2

  • Dask - 2022.10.0

  • MPI - 4.1.4

New features

Project templates

Project Templates allow you to designate approved Git-based projects in Domino as template projects for everyone in your organization. This reduces the time required to set up new data science work and lets you evangelize best practices and standards in Domino projects. See Project Templates for details.

Multi-storage account support for datasets

Now you can configure additional storage accounts for new datasets and snapshots. Updates to existing datasets and snapshots are made in their original storage location. See Set Up Multiple Storage Accounts.

Experiment management GA

Domino experiment management leverages MLflow Tracking to enable easy logging of experiment parameters, metrics, and artifacts, while providing a Domino-native user experience to help you analyze your results. MLflow runs as a service in your Domino cluster, fully integrated within your workspace and jobs, and honoring role-based access control. Existing MLflow experiments works right out of the box with no code changes required.

In this GA release, we have added a comparison view, the ability to view time-series metrics, and is fully supported in hybrid environments.

See Experiments for complete details.

Data source support in Domino Nexus

Data sources are no longer in Preview for Domino Nexus.

Admins now have the ability to create data sources and configure which data planes they are accessible from.

Health checkups and diagnostics

The Fleetcommand CLI is extended to support registering existing Domino instances into Fleetcommand.

In-app feedback channel

Your input helps us prioritize development work that makes a difference to our customers. Now you can send feedback to Domino Data Lab straight from the Domino UI.

You can suggest new features or improvements, tell us about your experience using the product, and include screenshots to illustrate your feedback. Optionally, you can consent to being contacted by Domino for further discussion.

Click Feedback in the side nav to open the feedback window:

feedback

Improvements

  • Feature store (public preview)

    Domino’s feature store comes with these improvements in Domino 5.6.0:

    • The search feature in the global registry is improved to help you locate specific features and feature views.

    • The global registry now displays feature metadata so you can identify the features and feature views you need for your project.

    • Admins can now set up the online store in the Domino UI when they enable the feature store.

    • The documentation now includes a Feature Store Quickstart with a simple end-to-end example of how to publish and use a feature.

    The feature store remains a public preview feature in this release.

  • UI improvements

    This release includes a more performant and memory-efficient UI. Additionally, the project menu has a new layout:

    5.5 default project menu5.6 project menu

    5.5 project menu

    5.6 project menu

    In Domino 5.5, the new layout appeared only when the experiment management feature was explicitly enabled. In this release, the new layout always appears.

  • A Terraform module that enables automated provisioning of EKS infrastructure without the use of the AWS CDK. See the provisioning guide.

API changes

  • A new public API endpoint at /api/projects/v1/projects/{project_id}/copy-project copies a Git-based project to use as a template for a new project. See Project Templates for examples. This endpoint is no longer in beta. The path at /api/projects/beta/projects/{project_id}/copy-project is deprecated and will be removed in a future release.

Bug fixes

  • Users can see raw files whose size is ⇐ 5 MB (com.cerebro.domino.frontend.defaultMaxFileSizeToRenderInBytes) when they click on the "View Latest Raw File" button in the code file browser, even if their S3 buckets don’t have CORS enabled.

Known issues

  • S3 buckets must have CORS enabled in order to use "View Latest Raw File" button in the code file browser if the file is > 5 MB (com.cerebro.domino.frontend.defaultMaxFileSizeToRenderInBytes). As a workaround, use the Download button to download larger files and view them on your computer.

  • In Azure Blob Store deployments, projects with many files may fail to sync through the Domino CLI. To work around this issue, do not disable file locking when prompted by Domino.

  • You cannot view the latest raw file. In the navigation pane, go to Files and click a file to view its details. If you click View Latest Raw File, a blank page opens.

  • When uploading a large file to the Azure blob store by syncing a workspace, you may encounter a Java Out of Memory error from Azure if the file/blob already exists. To work around this issue, use the Domino CLI to upload the file to the project.

  • Model Monitoring data sources aren’t validated. If you enter an invalid bucket name and attempt to save, the entry will go through. However, you won’t be able to see metrics for that entry because the name points to an invalid bucket.

  • Domino instances that make use of Azure Blob Storage may experience stalled jobs within projects with many large files.

Domino Data LabKnowledge BaseData Science BlogTraining
Copyright © 2022 Domino Data Lab. All rights reserved.