Scope admins can delete fresh low-use versions (
58e9a4e)
Scope admins gained a tightly constrained version-deletion path that was previously staff-only. Deletes are now allowed only within 24 hours of publish, under 10 downloads, and when no dependent package would be stranded, preserving registry immutability while fixing bad releases faster.
Staff can open tickets to users (
a264027)
A new staff-only endpoint lets admins start a conversation with a user by creating a staff_outreach ticket, seeding it with the staff member’s outbound first message and an audit log entry. The change adds ticket/email plumbing and frontend support so outreach behaves like a normal ticket thread instead of a separate messaging system.
Symbol search now loads on first use (
464729c)
Package docs no longer fetch and index the full symbol search data on every page mount. The index is built only after the search box is focused or typed into, cutting unnecessary work for visitors who never use symbol search and preserving the search experience once they do.
Other misc changes
- SPDX license data refreshed from upstream (2820565)