Skip to content

Commit 88500f1

Browse files
radoeringabn
authored andcommitted
Add poetry 1.8.2 to history
1 parent a353240 commit 88500f1

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

content/history.md

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

7+
## [1.8.2] - 2024-03-02
8+
9+
### Fixed
10+
11+
- Harden `lazy-wheel` error handling if the index server is behaving badly in an unexpected way ([#9051](https://github.com/python-poetry/poetry/pull/9051)).
12+
- Improve `lazy-wheel` error handling if the index server does not handle HTTP range requests correctly ([#9082](https://github.com/python-poetry/poetry/pull/9082)).
13+
- Improve `lazy-wheel` error handling if the index server pretends to support HTTP range requests but does not respect them ([#9084](https://github.com/python-poetry/poetry/pull/9084)).
14+
- Improve `lazy-wheel` to allow redirects for HEAD requests ([#9087](https://github.com/python-poetry/poetry/pull/9087)).
15+
- Improve debug logging for `lazy-wheel` errors ([#9059](https://github.com/python-poetry/poetry/pull/9059)).
16+
- Fix an issue where the hash of a metadata file could not be calculated correctly due to an encoding issue ([#9048](https://github.com/python-poetry/poetry/pull/9048)).
17+
- Fix an issue where `poetry add` failed in non-package mode if no project name was set ([#9046](https://github.com/python-poetry/poetry/pull/9046)).
18+
- Fix an issue where a hint to non-package mode was not compliant with the final name of the setting ([#9073](https://github.com/python-poetry/poetry/pull/9073)).
19+
720
## [1.8.1] - 2024-02-26
821

922
### Fixed
@@ -2035,7 +2048,8 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
20352048

20362049
Initial release
20372050

2038-
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.1...main
2051+
[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.2...main
2052+
[1.8.2]: https://github.com/python-poetry/poetry/releases/tag/1.8.2
20392053
[1.8.1]: https://github.com/python-poetry/poetry/releases/tag/1.8.1
20402054
[1.8.0]: https://github.com/python-poetry/poetry/releases/tag/1.8.0
20412055
[1.7.1]: https://github.com/python-poetry/poetry/releases/tag/1.7.1

0 commit comments

Comments
 (0)