Release Notes v2.8 (December 2022)

Release Capsule and Provenance Improvements

Improvements include:

  • Ability to Copy Link to Clipboard and open a Data Asset on a specific file.

Pipelines Improvements

Settings Page

A gear icon on Pipelines opens a Settings menu containing:

  • Options on how to run the pipeline - On Demand instance vs. Spot instance. On-demand is the default.

  • AWS IAM Role selection

  • Verbose logs can be turned off or on for debugging.

Note: Pipelines run with a default IAM role. If external data is used, users can select another role with permissions to access external data and AWS batch. Admins must define these roles and provide access through IdP.

Public API

Public API is a feature that manages the Code Ocean core functionalities. The Share API adds and updates permissions for Data Assets, in addition to any existing permissions.

Improvements to Packages Autocomplete

Case sensitivity for autocomplete has been removed, allowing packages to show in the UI dropdown, even if letter casing is not correct.

Increased Length Limit for Secrets

The secret limit has been increased from 190 characters.

Periods Allowed in Data Asset Folder Name

Data Asset default folder name allows for periods(.) in addition to letters, numbers, underscore, and dash.

Last updated