You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,33 @@
3
3
<!-- prettier-ignore-start -->
4
4
5
5
6
+
## 0.8.23
7
+
8
+
Released on 2025-10-03.
9
+
10
+
### Enhancements
11
+
12
+
- Build `s390x` on stable Rust compiler version ([#16082](https://github.com/astral-sh/uv/pull/16082))
13
+
- Add `UV_SKIP_WHEEL_FILENAME_CHECK` to allow installing invalid wheels ([#16046](https://github.com/astral-sh/uv/pull/16046))
14
+
15
+
### Bug fixes
16
+
17
+
- Avoid rejecting already-installed URL distributions with `--no-sources` ([#16094](https://github.com/astral-sh/uv/pull/16094))
18
+
- Confirm that the directory name is a valid Python install key during managed check ([#16080](https://github.com/astral-sh/uv/pull/16080))
19
+
- Ignore origin when comparing installed tools ([#16055](https://github.com/astral-sh/uv/pull/16055))
20
+
- Make cache control lookups robust to username ([#16088](https://github.com/astral-sh/uv/pull/16088))
21
+
- Re-order lock validation checks by severity ([#16045](https://github.com/astral-sh/uv/pull/16045))
22
+
- Remove tracking of inferred dependency conflicts ([#15909](https://github.com/astral-sh/uv/pull/15909))
23
+
- Respect `--no-color` on the CLI ([#16044](https://github.com/astral-sh/uv/pull/16044))
24
+
- Deduplicate marker-specific dependencies in `uv pip tree` output ([#16078](https://github.com/astral-sh/uv/pull/16078))
25
+
26
+
### Documentation
27
+
28
+
- Document transparent x86_64 emulation on aarch64 ([#16041](https://github.com/astral-sh/uv/pull/16041))
29
+
- Document why we ban URLs from index dependencies ([#15929](https://github.com/astral-sh/uv/pull/15929))
30
+
- Fix rendering of `_CONDA_ROOT` in reference ([#16114](https://github.com/astral-sh/uv/pull/16114))
31
+
- Windows arm64 and Linux RISC-V64 are Tier 2 supported ([#16027](https://github.com/astral-sh/uv/pull/16027))
32
+
6
33
## 0.8.22
7
34
8
35
Released on 2025-09-23.
@@ -11,7 +38,7 @@ Released on 2025-09-23.
11
38
12
39
- Upgrade Pyodide to 0.28.3 ([#15999](https://github.com/astral-sh/uv/pull/15999))
13
40
14
-
### Security
41
+
### Security
15
42
16
43
- Upgrade `astral-tokio-tar` to 0.5.5 which [hardens tar archive extraction](https://github.com/astral-sh/tokio-tar/security/advisories/GHSA-3wgq-wrwc-vqmv) ([#16004](https://github.com/astral-sh/uv/pull/16004))
17
44
@@ -25,7 +52,7 @@ Released on 2025-09-23.
25
52
26
53
### Preview features
27
54
28
-
Add support for S3 request signing ([#15925](https://github.com/astral-sh/uv/pull/15925))
55
+
-Add support for S3 request signing ([#15925](https://github.com/astral-sh/uv/pull/15925))
0 commit comments