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
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,46 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
### [0.59.0] - 2025-10-29
9
+
#### ✨ Highlights
10
+
11
+
This release introduces the ability to set the strategy used in the solve.
12
+
You can learn more about this feature in the [documentation](https://pixi.sh/dev/reference/pixi_manifest/#solve-strategy-optional).
13
+
14
+
However, the main reason we are making this release is because one of our dependencies `astral-tokio-tar` below 0.5.6 has a high severity security issue titled `TARmageddon`.
15
+
Updating that dependency fixes that.
16
+
17
+
18
+
#### Added
19
+
20
+
- Add `solve-strategy` to the manifest and solve by @bobozaur in [#4789](https://github.com/prefix-dev/pixi/pull/4789)
21
+
22
+
23
+
#### Changed
24
+
25
+
- Upgrade rust toolchain by @tdejager in [#4815](https://github.com/prefix-dev/pixi/pull/4815)
26
+
- Update patch script to patch versions by @tdejager in [#4823](https://github.com/prefix-dev/pixi/pull/4823)
27
+
- Configurable export name by @charles-turner-1 in [#4838](https://github.com/prefix-dev/pixi/pull/4838)
28
+
29
+
30
+
#### Documentation
31
+
32
+
- Use custom search separator by @Hofer-Julian in [#4835](https://github.com/prefix-dev/pixi/pull/4835)
33
+
34
+
35
+
#### Fixed
36
+
37
+
- CLI logging again by @tdejager in [#4812](https://github.com/prefix-dev/pixi/pull/4812)
38
+
- Slim down trampoline dependency tree by removing `pixi_utils` by @wolfv in [#4817](https://github.com/prefix-dev/pixi/pull/4817)
39
+
- Lefthook parallel by @Hofer-Julian in [#4836](https://github.com/prefix-dev/pixi/pull/4836)
40
+
- CVE-2025-62518 by updating astral-tokio-tar by @niklaskorz in [#4833](https://github.com/prefix-dev/pixi/pull/4833)
41
+
42
+
43
+
#### New Contributors
44
+
* @charles-turner-1 made their first contribution in [#4838](https://github.com/prefix-dev/pixi/pull/4838)
45
+
* @niklaskorz made their first contribution in [#4833](https://github.com/prefix-dev/pixi/pull/4833)
46
+
* @bobozaur made their first contribution in [#4789](https://github.com/prefix-dev/pixi/pull/4789)
0 commit comments