Change8

0.7.15

📦 uvView on GitHub →
5 features🐛 2 fixes

Summary

uv 0.7.15 introduces several enhancements, a preview feature for symlink support in build backends, and fixes bugs related to Windows venv creation and source URL parsing.

✨ New Features

  • Consistently use `Ordering::Relaxed` for standalone atomic use cases.
  • Warn on ambiguous relative paths for `--index`.
  • Skip GitHub fast path when rate-limited.
  • Preserve newlines in `schema.json` descriptions.
  • Allow symlinks in the build backend.

🐛 Bug Fixes

  • Add check for using minor version link when creating a venv on Windows.
  • Strip query parameters when parsing source URL.