Change8

0.9.14

📦 uvView on GitHub →
3 features🐛 3 fixes1 deprecations🔧 6 symbols

Summary

uv 0.9.14 introduces performance improvements via SIMD HTML parsing and several bug fixes for shell integration and dependency management. It also standardizes the working directory environment variable to UV_WORKING_DIR.

Migration Steps

  1. Update environment variables: Replace UV_WORKING_DIRECTORY with UV_WORKING_DIR in your shell configuration or CI scripts.
  2. Run the provided shell or powershell script to install version 0.9.14.

✨ New Features

  • Enable SIMD for HTML parsing by bumping astral-tl to v0.7.10.
  • Attach the specific subcommand to the User-Agent string for better telemetry.
  • Prefer UV_WORKING_DIR over UV_WORKING_DIRECTORY for consistency.

🐛 Bug Fixes

  • Allow earlier post releases when using exclusive ordering.
  • Prefer updating existing .zshenv files instead of creating new ones in tool update-shell.
  • Respect -e (editable) flags in the uv add command.

🔧 Affected Symbols

astral-tluv addtool update-shellUV_WORKING_DIRUV_WORKING_DIRECTORY.zshenv

⚡ Deprecations

  • The environment variable UV_WORKING_DIRECTORY is being superseded by UV_WORKING_DIR for consistency.