|
1 | 1 | # Change Log
|
2 | 2 |
|
3 | 3 |
|
| 4 | +## [1.8.3] - 2024-05-03 |
| 5 | + |
| 6 | +### Added |
| 7 | + |
| 8 | +- Add support for untagged CPython builds with versions ending with a `+` ([#9207](https://github.com/python-poetry/poetry/pull/9207)). |
| 9 | + |
| 10 | +### Changed |
| 11 | + |
| 12 | +- Require `pkginfo>=1.10` to ensure support for packages with metadata version 2.3 ([#9130](https://github.com/python-poetry/poetry/pull/9130)). |
| 13 | +- Improve locking on FIPS systems ([#9152](https://github.com/python-poetry/poetry/pull/9152)). |
| 14 | + |
| 15 | +### Fixed |
| 16 | + |
| 17 | +- Fix an issue where unrecognized package metadata versions silently resulted in empty dependencies ([#9203](https://github.com/python-poetry/poetry/pull/9203), |
| 18 | +[#9226](https://github.com/python-poetry/poetry/pull/9226)). |
| 19 | +- Fix an issue where trailing slashes in git URLs where not handled correctly ([#9205](https://github.com/python-poetry/poetry/pull/9205)). |
| 20 | +- Fix an issue where `poetry self` commands printed a warning that the current project cannot be installed ([#9302](https://github.com/python-poetry/poetry/pull/9302)). |
| 21 | +- Fix an issue where `poetry install` sporadically failed with a `KeyError` due to a race condition ([#9335](https://github.com/python-poetry/poetry/pull/9335)). |
| 22 | + |
| 23 | +### Docs |
| 24 | + |
| 25 | +- Fix incorrect information about `poetry shell` ([#9060](https://github.com/python-poetry/poetry/pull/9060)). |
| 26 | +- Add a git subdirectory example to `poetry add` ([#9080](https://github.com/python-poetry/poetry/pull/9080)). |
| 27 | +- Mention interactive credential configuration ([#9074](https://github.com/python-poetry/poetry/pull/9074)). |
| 28 | +- Add notes for optional advanced installation steps ([#9098](https://github.com/python-poetry/poetry/pull/9098)). |
| 29 | +- Add reference to configuration credentials in documentation of poetry `publish` ([#9110](https://github.com/python-poetry/poetry/pull/9110)). |
| 30 | +- Improve documentation for configuring credentials via environment variables ([#9121](https://github.com/python-poetry/poetry/pull/9121)). |
| 31 | +- Remove misleading wording around virtual environments ([#9213](https://github.com/python-poetry/poetry/pull/9213)). |
| 32 | +- Remove outdated advice regarding seeding keyring backends ([#9213](https://github.com/python-poetry/poetry/pull/9213)). |
| 33 | +- Add a `pyproject.toml` example for a dependency with multiple extras ([#9138](https://github.com/python-poetry/poetry/pull/9138)). |
| 34 | +- Clarify help of `poetry add` ([#9230](https://github.com/python-poetry/poetry/pull/9230)). |
| 35 | +- Add a note how to configure credentials for TestPyPI for `poetry publish` ([#9255](https://github.com/python-poetry/poetry/pull/9255)). |
| 36 | +- Fix information about the `--readme` option in `poetry new` ([#9260](https://github.com/python-poetry/poetry/pull/9260)). |
| 37 | +- Clarify what is special about the Python constraint in `dependencies` ([#9256](https://github.com/python-poetry/poetry/pull/9256)). |
| 38 | +- Update how to uninstall plugins via `pipx` ([#9320](https://github.com/python-poetry/poetry/pull/9320)). |
| 39 | + |
| 40 | + |
4 | 41 | ## [1.8.2] - 2024-03-02
|
5 | 42 |
|
6 | 43 | ### Fixed
|
|
10 | 47 | - 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)).
|
11 | 48 | - Improve `lazy-wheel` to allow redirects for HEAD requests ([#9087](https://github.com/python-poetry/poetry/pull/9087)).
|
12 | 49 | - Improve debug logging for `lazy-wheel` errors ([#9059](https://github.com/python-poetry/poetry/pull/9059)).
|
13 |
| -- 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)). |
| 50 | +- Fix an issue where the hash of a metadata file could not be calculated correctly due to an encoding issue ([#9049](https://github.com/python-poetry/poetry/pull/9049)). |
14 | 51 | - 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)).
|
15 | 52 | - 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)).
|
16 | 53 |
|
@@ -2152,7 +2189,8 @@ Initial release
|
2152 | 2189 |
|
2153 | 2190 |
|
2154 | 2191 |
|
2155 |
| -[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.2...master |
| 2192 | +[Unreleased]: https://github.com/python-poetry/poetry/compare/1.8.3...master |
| 2193 | +[1.8.3]: https://github.com/python-poetry/poetry/releases/tag/1.8.3 |
2156 | 2194 | [1.8.2]: https://github.com/python-poetry/poetry/releases/tag/1.8.2
|
2157 | 2195 | [1.8.1]: https://github.com/python-poetry/poetry/releases/tag/1.8.1
|
2158 | 2196 | [1.8.0]: https://github.com/python-poetry/poetry/releases/tag/1.8.0
|
|
0 commit comments