Changelog
The Universal Mod Distribution Engine
Filter Updates
Narrow the chronological feed by release cycle or deployment category.
Update Timeline
Chronological record of platform deployments, infrastructure shifts, and API revisions.
2024-05-18: Nexus CDN Migration & Asset Pipeline v3
Rolled out edge caching for 14TB of mod assets across Frankfurt, Tokyo, and Virginia nodes. Reduced average download latency by 340ms. Added WebP conversion for preview thumbnails and updated the S3 upload SDK to handle multipart uploads exceeding 5GB.
2024-05-14: OAuth2 Token Rotation & Scope Hardening
Patched CVE-2024-1892 in the authentication middleware. Forced token rotation for all active API keys with write:mods scope. Implemented rate limiting on /api/v2/auth/token endpoints to prevent credential enumeration.
2024-05-11: Dependency Graph Resolver & Load Order Sync
Fixed infinite recursion in the mod dependency parser when circular references exceeded depth 12. Corrected load-order drift between Vortex and Mod Organizer 2 manifests. Added fallback checksum validation for .7z archives.
2024-05-08: Creator Dashboard Analytics v2
Deployed real-time download tracking with 15-minute granularity. Added geographic heatmaps for top 500 mods. Integrated Stripe webhook reconciliation for patron tiers and added CSV export for quarterly revenue reports.
2024-04-30: SQL Injection Mitigation & Query Param Sanitization
Removed legacy string concatenation in the search index builder. Replaced with prepared statements across the PostgreSQL cluster. Added input validation for /search?q= and /mods/sort= parameters. Patched XSS vector in comment rendering.
2024-04-27: Forum Markdown Parser & Image Embed Scaling
Resolved layout shift caused by unbounded max-width on embedded GIFs. Fixed broken table-of-contents generation for posts exceeding 2000 words. Corrected timezone offset calculation for user activity timestamps.