uv Skips Compression for Temporary Editable Wheels
uv_build uses an uncompressed archive writer for editable wheels. Regular wheels continue to use compressed entries in the accompanying regression test.
TOPIC
uv_build uses an uncompressed archive writer for editable wheels. Regular wheels continue to use compressed entries in the accompanying regression test.
uv refactors project-edit recovery around snapshots of the files an operation may change. The guard is established before modifications and restores recorded content unless…
FastAPI fixes frontend responses so dependency-generated headers and background tasks can reach the response sent to the client. The change aligns this path with…
FastAPI introduces an automatic directory-check mode for app.frontend. In a development environment, a missing frontend build directory produces a warning; outside that environment, the…
Vite now distinguishes the word “type” from longer import names such as “typescript” during dependency scanning. The correction is small, but it prevents ordinary…
Vite fixes a configuration-merge crash involving server.ws set to false and a merged hot-module-replacement configuration. A missing property descriptor is now checked before it…
Vite changes the order in which it assembles Rolldown output settings so that its computed comments configuration is not overwritten by a later object…
Vite wraps its file watcher so that adding a watched file after shutdown begins cannot reopen it. The patch targets late calls from plugins…
Vite adjusts source-position calculations to account for carriage-return-plus-line-feed endings. Error frames can then point to the intended characters in files that use CRLF.
Vite tightens its dependency-path check to match a complete node_modules directory segment. A name that merely contains those characters no longer qualifies.
Vite now prepares proxy URL matchers when the development server is created. Regular expressions no longer need to be constructed again for each matching…
uv preserves query parameters when recording the origin of an archive package while removing username and password credentials from that metadata URL. The fix…
uv moves the marker for a completed Git checkout beside the checkout directory. A repository’s own .ok file can then coexist with uv’s readiness…
uv corrects how it reads an always-false dependency marker after serialization. A condition that cannot match a Python version now retains that meaning when…
uv pip install and uv pip sync gain a check mode that reports required changes and returns a failing exit status when the environment…