Skip to main content
Version: Early Access

Digital.ai Release 25.1.x release notes

Support Policy

See Digital.ai Support Policy.

Upgrade Instructions

The Digital.ai Release upgrade process you use depends on the version from which you are upgrading, and the version to which you want to go.

For upgrade instructions, see:

Early Access (EA) Releases

  • The last released production version is Digital.ai Release 24.3.
  • The upcoming release is Digital.ai Release 25.1.
  • This page lists the new features, enhancements, and bug fixes available with the monthly early access (EA) releases of Digital.ai Release 25.1.
  • Here's the link to download the installers and plugins for the EA releases: Early Access Downloads.

Release Operator

The following are the Docker images for the Release Operator:

Early access release version 24.3.0-beta.5 includes the following new features and enhancements.

November 2024 Release 25.1.0-beta.1

Early Access version Release 25.1.0-beta.1.

Lock Task Permission

Enhanced controls around task locking and assignment to improve security and task ownership integrity. Only users with the appropriate permissions can lock or unlock tasks.

Key Changes:

  • Users who are not assigned to a task can no longer reassign ownership of locked tasks, even if they have the Perform task transitions or Assign task ownership permissions.
  • Only users with the Lock task permission can lock or unlock tasks. This includes tasks in both templates and releases.
  • Only users assigned to a locked task (either as an owner or a member of the team) can complete, fail, or abort the task. This applies to releases.
  • New permission Assign locked task ownership is introduced - A new permission allows users to reassign the owner or team of locked tasks in a release. This ensures that releases are not blocked if the assigned user is unavailable (e.g., no longer within the organization). This permission is recommended for administrators and applies to releases.

lock tasks

For more information, see Lock Tasks.

Activity logs (now History) Updates

Activity logs in Release has been renamed to History. The History page is available contextually with templates, releases, workflow templates and executions, delivery patterns, deliveries, and triggers. For more information, see Release History.

API For a Single Task History

The API endpoint release activity logs now supports retrieving details for a specific task by including the task ID in the request. For example, GET /api/v1/activities/Applications/Folder{identifier}/Release{identifier}/Phase{identifier}/Task{identifier}

Watcher Changes Tracked

Changes made to the task Watchers field are now logged in the release History. Adding or removing watchers is recorded in the release history, providing a record of who is following specific tasks. For more information, see Watchers.

watchers history

Copy Task ID

A new Copy ID option has been added to both the task card and Task Drawer to let you quickly copy the task's ID to the clipboard for later use. For example, copy and use the task ID in API calls.

The copied task ID follows the format: Applications/Folder{identifier}/Release{identifier}/Phase{identifier}/Task{identifier}

threedots

For more information, see Managing Tasks and Components of Task Drawer.