Skip to content

Commit 9463bb5

Browse files
authored
history: add Poetry 2.3.4 (#206)
1 parent edc8826 commit 9463bb5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/history.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ layout: single
44
title: History
55
---
66

7+
## [2.3.4] - 2026-04-12
8+
9+
### Fixed
10+
11+
- Fix a performance regression in the wheel installer that was introduced in Poetry 2.3.3 ([#10821](https://github.com/python-poetry/poetry/pull/10821)).
12+
- Fix a path traversal vulnerability in sdist extraction on Python 3.10.0-3.10.12 and 3.11.0-3.11.4 that could allow malicious tarball files to write files outside the target directory ([#10837](https://github.com/python-poetry/poetry/pull/10837)).
13+
714
## [2.3.3] - 2026-03-29
815

916
### Fixed
@@ -2573,7 +2580,8 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
25732580

25742581
Initial release
25752582

2576-
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.3.3...main
2583+
[Unreleased]: https://github.com/python-poetry/poetry/compare/2.3.4...main
2584+
[2.3.4]: https://github.com/python-poetry/poetry/releases/tag/2.3.4
25772585
[2.3.3]: https://github.com/python-poetry/poetry/releases/tag/2.3.3
25782586
[2.3.2]: https://github.com/python-poetry/poetry/releases/tag/2.3.2
25792587
[2.3.1]: https://github.com/python-poetry/poetry/releases/tag/2.3.1

0 commit comments

Comments
 (0)