Released: 9 August, 2024
New Feature
Deploy Large Files Using Multi-Part Upload
Artifactory now implements a fast and reliable multi-part upload approach for large files with the JFrog CLI. The new multi-part upload is designed so that in the case of an upload failure a retry mechanism resumes uploads from the point of failure, thus preserving all content that was uploaded before the failure. In contrast, with the standard upload, an upload failure will result in the loss of all data and require a restart from the beginning.
Multi-part Upload is available using S3 and GCP storage types. The default value for the minimum file size requiring multi-part upload is 200 MB, although this value can be changed. For more information, click here.
Change to Existing Feature
The system property for synchronizing metadata in Federated repositories (introduced in release 7.90.5) has been renamed:
Old name (7.90.5 & 7.90.6):
artifactory.federated.mirror.events.metadata.enabled
New name (7.90.7 and above):
artifactory.federated.mirror.events.upload.info.propagate.enabled
Resolved Issues
JIRA Issue | Component | Severity | Description |
---|---|---|---|
RTDEV-46304 | Packages | Critical | Fixed an issue where Terraform anonymous requests were causing 401 errors for other anonymous requests that were made during the same time period. |
RTDEV-45842 | Installation | High | Fixed an issue whereby Upgrading self-hosted deployments from version 7.71 directly to 7.90.5 and 7.90.6 failed due to a problematic Artifactory revision number. |