|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.3.2 |
| 4 | + |
| 5 | +### Configuration |
| 6 | + |
| 7 | +- Add support for configuring `python-downloads` with `UV_PYTHON_DOWNLOADS` ([#6436](https://github.com/astral-sh/uv/pull/6436)) |
| 8 | +- Add support for configuring the `python-preference` with `UV_PYTHON_PREFERENCE` ([#6432](https://github.com/astral-sh/uv/pull/6432)) |
| 9 | +- Deny invalid members in workspace schema ([#6450](https://github.com/astral-sh/uv/pull/6450)) |
| 10 | + |
| 11 | +### Performance |
| 12 | + |
| 13 | +- Stop streaming wheels when `METADATA` is discovered (if range requests aren't supported) ([#6470](https://github.com/astral-sh/uv/pull/6470)) |
| 14 | + |
| 15 | +### Bug fixes |
| 16 | + |
| 17 | +- Remove URI type from JSON Schema ([#6449](https://github.com/astral-sh/uv/pull/6449)) |
| 18 | +- Fix retrieval of credentials for URLs from cache ([#6452](https://github.com/astral-sh/uv/pull/6452)) |
| 19 | +- Restore `cache` suffix on Windows cache path ([#6482](https://github.com/astral-sh/uv/pull/6482)) |
| 20 | +- Treat `.pyw` files as scripts in `uv run` on Windows ([#6453](https://github.com/astral-sh/uv/pull/6453)) |
| 21 | +- Treat invalid extras as `false` in marker evaluation ([#6395](https://github.com/astral-sh/uv/pull/6395)) |
| 22 | + |
| 23 | +### Documentation |
| 24 | + |
| 25 | +- Add `uv run` hint to the `uvx` guide ([#6454](https://github.com/astral-sh/uv/pull/6454)) |
| 26 | +- Add a guide for using uv with FastAPI ([#6401](https://github.com/astral-sh/uv/pull/6401)) |
| 27 | +- Add tip for using `managed = false` to disable project management ([#6465](https://github.com/astral-sh/uv/pull/6465)) |
| 28 | +- Clarify the `uv tool run`, `uvx`, and `uv run` relationships ([#6455](https://github.com/astral-sh/uv/pull/6455)) |
| 29 | +- Fix references to `--python-downloads` (it is `--no-python-downloads`) ([#6439](https://github.com/astral-sh/uv/pull/6439)) |
| 30 | +- Further clarifications to the tools documentation ([#6474](https://github.com/astral-sh/uv/pull/6474)) |
| 31 | +- Update docs dockerfile (bullseye -> bookworm) ([#6441](https://github.com/astral-sh/uv/pull/6441)) |
| 32 | +- Update the installation documentation page ([#6468](https://github.com/astral-sh/uv/pull/6468)) |
| 33 | +- Update pip compatibility pages to mention configuration files support ([#6410](https://github.com/astral-sh/uv/pull/6410)) |
| 34 | +- Add `uv run` docs for gui scripts ([#6478](https://github.com/astral-sh/uv/pull/6478)) |
| 35 | + |
3 | 36 | ## 0.3.1
|
4 | 37 |
|
5 | 38 | ### Enhancements
|
@@ -2709,3 +2742,4 @@ path ([#1433](https://github.com/astral-sh/uv/pull/1433))
|
2709 | 2742 |
|
2710 | 2743 | <!-- prettier-ignore-end -->
|
2711 | 2744 |
|
| 2745 | + |
0 commit comments