P4 DAM 2025.3 release notes
Released: July 2025
On this page:
Before you install or upgrade
P4 DAM is built on top of Perforce TeamHub. Installing or upgrading P4 DAM uses Perforce TeamHub packages. Upgrading is usually a zero-downtime operation and can be performed on a live system.
Before you upgrade to P4 DAM 2025.3, you must be using P4 DAM 2025.2. For detailed instructions, see Upgrade instructions.
View wireframes in 3D models
You can now view wireframes in 3D models to better understand shape and structure. Choose from three display options: Off, X-Ray, and Shaded. You can also change the color of the wireframe.
To learn more, see View 3D model wireframes.
View vertex color in 3D models
If you use vertex colors in 3D models in your workflow, you can now toggle the vertex color display on or off.
To learn more, see View 3D model vertex coloring.
Duplicate asset bundles
You can now duplicate an asset bundle to create a new version that includes the same items as the original bundle.
To learn more, see Duplicate an asset bundle.
Sketch on previews of Adobe Photoshop assets to provide clear visual feedback
You can now add sketches to comments on previews of Adobe Photoshop (.psd) assets to give clear visual feedback. Use the pen, highlighter, and shape tools, and change the sketch color and size.
You can also show or hide sketches for individual comments to focus on specific feedback.
To learn more, see Add sketches to comments on 2D images and 3D models.
Create asset reviews to control which assets appear on the Kanban board
You can now create a review on an asset before the asset appears on the Kanban board. This gives you control over which assets appear on the board, instead of all assets appearing automatically.
To learn more, see Create asset reviews.
Add descriptions to assets and asset bundles
You can now add a description to an asset and an asset bundle to help others understand its purpose.
To learn more, see View asset details and metadata.
View 2D and 3D technical specification details
You can now view technical information about an asset to help you understand specific details, such as:
-
2D assets – Details for pixel resolution and the power of 2 status.
-
3D assets – Details for values related to geometry, structure, and visuals.
This feature requires P4 Search 2025.2.1 or later.
To learn more, see View asset details and metadata.
Find product information with the new AI-powered search
On the main page of the P4 DAM documentation site, you can now enter a question to get an AI-generated answer. Optionally, you can filter your search by product. Answers combine content from the current version of the product documentation and the Perforce knowledge base. This new search experience helps you locate information more efficiently.
Enhancements
-
Added support for P4 Server 2025.1.
-
Changed the font used throughout P4 DAM to Noto Sans.
-
Improved the Kanban board, including new filters and updated font weight for better readability.
-
The new asset version panel can be resized to view the version list, status, and icons.
-
Upgraded Curl to version 8.14.1.
-
Upgraded GraphicsMagick to 1.3.45.
-
Upgraded libjpeg-turbo to 3.1.0.
-
Upgraded MongoDB to version 8.0.10.
-
Upgraded Mongoid to 9.0.6.
-
Upgraded Python to version 3.12.11.
-
Upgraded Rails to 8.0.2.
-
Upgraded Redis to version 7.2.9.
-
Upgraded Ruby to 3.4.4.
Additional notes
-
Removed support for Red Hat Enterprise Linux 7.
-
Removed support for CentOS 7.
Bug fixes
-
Unsupported assets in asset bundles could not be downloaded and or uploaded as preview images.
-
When removing tags on an asset and saving the changes, an incorrect error message was displayed.
-
When uploading a folder with a locked asset, the lock icon was missing next to the folder.
-
When a timeout occurs during the upload of a cover image for an asset bundle, the selected asset from the bundle fails to render as the cover image.
Upgrade instructions
You must be using P4 DAM 2025.2 to upgrade to 2025.3. If you are using an earlier version, you must first upgrade to P4 DAM 2025.2.
If you have MongoDB configured to use authentication, follow these instructions:
-
Before upgrading the TeamHub package, run the following command on Standard or DB nodes (replace adminuser/adminpass with the MongoDB admin credentials):
/opt/hth/embedded/bin/mongosh --username adminuser --password adminpass --port 4002 --eval 'db.adminCommand( { setFeatureCompatibilityVersion: "7.0", confirm: true } )'
-
Verify the featureCompatibilityVersion is reported as version 7.0:
/opt/hth/embedded/bin/mongosh --username adminuser --password adminpass --port 4002 --eval "db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )"
-
Create the version file and then proceed with upgrading TeamHub:
echo 7.0 > /var/opt/hth/db/mongodb-fcv
Now you have run the steps, you can upgrade P4 DAM. See Upgrade.
If you do not have MongoDB configured to use authentication, see Upgrade.