The Wire · Showcase
ASGIREF PURGES ARCHIVED NGINX UNIT, FIXES BROKEN DEPENDENCY LINKS
By RepoJournal · Filed · About Django
Django's ASGIREF is cleaning house, removing the archived and unmaintained NGINX Unit while fixing outdated documentation links that have been steering developers to broken URLs.
The maintenance push addresses a critical hygiene issue: NGINX Unit has been archived as of October 2025 and its GitHub repository is now frozen, making it a liability to recommend [1] [2]. Alongside the removal, the team corrected a broken Uvicorn documentation link and updated the Starlette repository reference to point to its stable 1.0 release [3] [4]. These aren't glamorous changes, but they matter: developers consulting ASGIREF's deployment guides were hitting dead links and outdated project statuses. The fixes ensure that anyone spinning up an ASGI server gets current, working references on their first read.
Action items
- → Upgrade ASGIREF if you reference its deployment documentation or recommend NGINX Unit to others django/asgiref [plan]
- → Review your ASGI deployment docs if you've been pointing teams to NGINX Unit django/asgiref [monitor]
References
- [1] Remove NGINX Unit because it is archived and unmaintained. django/asgiref
- [2] Remove NGINX Unit ↗ django/asgiref
- [3] Update uvicorn's outdated link and starlette status ↗ django/asgiref
- [4] Update outdated links and starlette status django/asgiref