uv 0.11.28 releases security fixes and performance enhancements
sdkengineer
patch
Version 0.11.28 of uv hardens ZIP handling against parser differentials by updating the astral-async-zip library. This release also includes performance optimizations by reducing allocations in various operations and enhancements to error reporting for better user feedback. These changes are relevant to all users of uv, particularly those dealing with complex dependency management scenarios.
- →Improve trace logs for unexpected error chains
- →Move lockfile update guidance to a hint
- →Preserve indentation for multiline error causes
- →Render user errors with their cause chains
- →Route final command errors through the printer to respect -q and -qq
Enhancements (7) ›
- Improve trace logs for unexpected error chains
- Move lockfile update guidance to a hint
- Preserve indentation for multiline error causes
- Render user errors with their cause chains
- Route final command errors through the printer to respect -q and -qq
- Use standard rendering for uv build errors
- Use standard rendering for tool requirement errors
Read the original announcement →
https://github.com/astral-sh/uv/releases/tag/0.11.28