release-3.88.0-08
📦 nexus-repositoryView on GitHub →
✨ 2 features🐛 3 fixes🔧 4 symbols
Summary
Nexus Repository 3.88.0 introduces support for the modern Maven Snapshot versioning scheme and fixes critical bugs related to Docker pulls and resource utilization. Users should review migration steps if they heavily rely on specific snapshot version formats.
Migration Steps
- If relying on the old Maven Snapshot versioning scheme, review component indexing after upgrading, as the new scheme is now the default.
- Review any custom scripts utilizing the component metadata endpoint, as the structure of the returned metadata object has been slightly refined for consistency.
✨ New Features
- Added support for the new Maven Snapshot versioning scheme (e.g., 1.0.0-20240101.123456-1) in the Maven Repository Manager.
- Introduced a new REST API endpoint for retrieving detailed component metadata: GET /service/rest/v1/components/{id}/metadata.
🐛 Bug Fixes
- Resolved an issue where Docker pull requests failed intermittently when using authentication tokens.
- Fixed a bug causing high CPU utilization during large-scale repository cleanup operations.
- Corrected an error in the UI where the 'Last Accessed' timestamp was displayed incorrectly for certain blob stores.