What’s new in File Store

Learn about the recent changes release in File Store since it was released in September 2024.

2024 Releases Summary

Type ID Capability Release date Release version Description

1 New and revised features

Digital Asset Management

2024-10-10

Logging service enhancements for File Store Service

Details

Added logging for static site setting changes to display in the DXP Console log service.

Logs now appear in the log service when a tenant setting is changed for auditing and support purposes.

1 New and revised features

Digital Asset Management

2024-10-10

Storage metrics collection for File Store

Details

Storage metrics for File Store are now being collected. These metrics can be shown in various dashboards to provide clients and services with insights into storage usage within File Store.

1 New and revised features

Digital Asset Management

2024-10-31

Added logging for REST API

Details

Success and error log support is now available in the File Store so that you can view and debug issues with the REST API through the DXP Logs Service.

1 New and revised features

Digital Asset Management

2024-10-31

Added URLs to API endpoints

Details

Adding URLs to API endpoints allows users interfacing with the REST API to view the mapped URLs for a file. You can now view file and folder URLs returned from any endpoints within the REST API.

1 New and revised features

Digital Asset Management

2024-10-31

Increased virus scanner stack efficiency

Details

File Store now offers a scalable virus scanner stack that allows files to be processed more efficiently. Files uploaded to the File Store now take less time to scan.

1 New and revised features

Digital Asset Management

2024-10-31

Redirect to trailing slash

Details

Static site serving when serving a folder’s index.html file will now redirect to the version of the folder with a trailing slash. The redirect behavior supports the output structure of many common static site generators, allowing static site content payloads to be served without modification.

2 Minor improvements

Digital Asset Management

2024-10-10

Optimized virus scanning for static site files uploaded to File Store

Details

Improved virus scanning batching and error reporting to reduce wait times for file deployment or static site updates. File scans occur more frequently and efficiently, leading to faster access and deploy times overall.

2 Minor improvements

Digital Asset Management

2024-10-10

Cloud infrastructure optimizations for improved API request times

Details

Increased cloud infrastructure memory and processor limits to improve request processing times and faster request handling. API requests to directories with large numbers of files are now more performant.

3 Bug fixes

Digital Asset Management

2024-10-10

File Store database delete operations now have better synchronicity.

Details

Internal cloud version history triggered deletes from the File Store DB, causing some API requests to miss files. This abnormal delete operation caused a temporary impact on API queries showing all files within a directory. A validation script was updated to keep file and DB storage in sync, ensuring no lasting performance impacts.

3 Bug fixes

Digital Asset Management

2024-10-10

Virus scanner queue deadlock issues resolved.

Details

Special reserved characters in file names or paths caused the virus scanner queue to become deadlocked. The virus scanner could slow down or become unresponsive until the issue was resolved. More robust handling of virus scanner queuing was implemented. The virus scanner now functions more efficiently and can self-recover from issues.

3 Bug fixes

Digital Asset Management

2024-10-10

Race condition encountered during large file uploads resolved

Details

A race condition occurred when uploading large files using multi-part upload, causing the virus scanner to mark the placeholder file as the newest version. The race condition affecting the virus scanner made large files difficult to upload and process. In some cases, the files became corrupted. The race condition was removed which means that File Store can handle multi-part uploads correctly.