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 DetailsAdded 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 DetailsStorage 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 DetailsSuccess 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 DetailsAdding 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 DetailsFile 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 DetailsStatic site serving when serving a folder’s |
||
2 Minor improvements |
Digital Asset Management |
2024-10-10 |
Optimized virus scanning for static site files uploaded to File Store DetailsImproved 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 DetailsIncreased 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. DetailsInternal 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. DetailsSpecial 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 DetailsA 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. |