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: content/history.md
+56-19Lines changed: 56 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,42 @@ layout: single
4
4
title: History
5
5
---
6
6
7
+
## [1.8.3] - 2024-05-08
8
+
9
+
### Added
10
+
11
+
- Add support for untagged CPython builds with versions ending with a `+` ([#9207](https://github.com/python-poetry/poetry/pull/9207)).
12
+
13
+
### Changed
14
+
15
+
- Require `pkginfo>=1.10` to ensure support for packages with metadata version 2.3 ([#9130](https://github.com/python-poetry/poetry/pull/9130)).
16
+
- Improve locking on FIPS systems ([#9152](https://github.com/python-poetry/poetry/pull/9152)).
17
+
18
+
### Fixed
19
+
20
+
- Fix an issue where unrecognized package metadata versions silently resulted in empty dependencies ([#9203](https://github.com/python-poetry/poetry/pull/9203),
- Fix an issue where trailing slashes in git URLs where not handled correctly ([#9205](https://github.com/python-poetry/poetry/pull/9205)).
23
+
- 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)).
24
+
- 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)).
25
+
26
+
### Docs
27
+
28
+
- Fix incorrect information about `poetry shell` ([#9060](https://github.com/python-poetry/poetry/pull/9060)).
29
+
- Add a git subdirectory example to `poetry add` ([#9080](https://github.com/python-poetry/poetry/pull/9080)).
- Add a `pyproject.toml` example for a dependency with multiple extras ([#9138](https://github.com/python-poetry/poetry/pull/9138)).
37
+
- Clarify help of `poetry add` ([#9230](https://github.com/python-poetry/poetry/pull/9230)).
38
+
- Add a note how to configure credentials for TestPyPI for `poetry publish` ([#9255](https://github.com/python-poetry/poetry/pull/9255)).
39
+
- Fix information about the `--readme` option in `poetry new` ([#9260](https://github.com/python-poetry/poetry/pull/9260)).
40
+
- Clarify what is special about the Python constraint in `dependencies` ([#9256](https://github.com/python-poetry/poetry/pull/9256)).
41
+
- Update how to uninstall plugins via `pipx` ([#9320](https://github.com/python-poetry/poetry/pull/9320)).
42
+
7
43
## [1.8.2] - 2024-03-02
8
44
9
45
### Fixed
@@ -13,7 +49,7 @@ title: History
13
49
- 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
50
- Improve `lazy-wheel` to allow redirects for HEAD requests ([#9087](https://github.com/python-poetry/poetry/pull/9087)).
15
51
- 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)).
52
+
- 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)).
17
53
- 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
54
- 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
55
@@ -144,7 +180,7 @@ title: History
144
180
- Set Poetry as `user-agent` for all HTTP requests ([#8394](https://github.com/python-poetry/poetry/pull/8394)).
145
181
- Do not install `setuptools` per default in Python 3.12 ([#7803](https://github.com/python-poetry/poetry/pull/7803)).
146
182
- Do not install `wheel` per default ([#7803](https://github.com/python-poetry/poetry/pull/7803)).
147
-
- Remove `setuptools` and `wheel` when running `poetry install --sync` if they are not required by the project ([#8600](https://github.com/python-poetry/poetry/pull/#8600)).
183
+
- Remove `setuptools` and `wheel` when running `poetry install --sync` if they are not required by the project ([#8600](https://github.com/python-poetry/poetry/pull/8600)).
148
184
- Improve error message about PEP-517 support ([#8463](https://github.com/python-poetry/poetry/pull/8463)).
- Read the `description` field when extracting metadata from `setup.py` files ([#8545](https://github.com/python-poetry/poetry/pull/8545)).
@@ -612,24 +648,24 @@ For a detailed breakdown of user-facing changes, refer to the [1.2.0 release ann
612
648
### Docs
613
649
614
650
- Added note about how to add a git dependency with a subdirectory ([#6218](https://github.com/python-poetry/poetry/pull/6218))
615
-
- Fixed several style issues in the docs ([#6255](https://github.com/python-poetry/poetry/pull/6255))
616
-
- Fixed outdated info about `--only` parameter ([#6264](https://github.com/python-poetry/poetry/pull/6264))
651
+
- Fixed several style issues in the docs ([#6254](https://github.com/python-poetry/poetry/pull/6254))
652
+
- Fixed outdated info about `--only` parameter ([#6263](https://github.com/python-poetry/poetry/pull/6263))
617
653
618
654
## [1.2.0rc2] - 2022-08-26
619
655
620
656
### Fixed
621
657
622
-
- Fixed an issue where virtual environments were created unnecessarily when running `poetry self` commands ([#6226](https://github.com/python-poetry/poetry/pull/6226))
623
-
- Ensure that packages' `pretty_name` are written to the lock file ([#6243](https://github.com/python-poetry/poetry/pull/6243))
658
+
- Fixed an issue where virtual environments were created unnecessarily when running `poetry self` commands ([#6225](https://github.com/python-poetry/poetry/pull/6225))
659
+
- Ensure that packages' `pretty_name` are written to the lock file ([#6237](https://github.com/python-poetry/poetry/pull/6237))
624
660
625
661
### Improvements
626
662
627
-
- Improved the consistency of `Pool().remove_repository()` to make it easier to write poetry plugins ([#6231](https://github.com/python-poetry/poetry/pull/6231))
663
+
- Improved the consistency of `Pool().remove_repository()` to make it easier to write poetry plugins ([#6214](https://github.com/python-poetry/poetry/pull/6214))
628
664
629
665
### Docs
630
666
631
-
- Removed mentions of Python 2.7 from docs ([#6235](https://github.com/python-poetry/poetry/pull/6235))
632
-
- Added note about the difference between groups and extras ([#6232](https://github.com/python-poetry/poetry/pull/6232))
667
+
- Removed mentions of Python 2.7 from docs ([#6234](https://github.com/python-poetry/poetry/pull/6234))
668
+
- Added note about the difference between groups and extras ([#6230](https://github.com/python-poetry/poetry/pull/6230))
- Added in info output to `poetry lock --check` ([#5081](https://github.com/python-poetry/poetry/pull/5081)).
891
927
- Added new argument `--all` for `poetry env remove` to delete all venv of a project at once ([#3212](https://github.com/python-poetry/poetry/pull/3212)).
892
928
- Added new argument `--without-urls` for `poetry export` to exclude source repository urls from the exported file ([#4763](https://github.com/python-poetry/poetry/pull/4763)).
893
-
- Added a `new installer.max-workers` property to the configuration ([#3516](https://github.com/python-poetry/poetry/pull/3516)).
929
+
- Added a new `installer.max-workers` property to the configuration ([#3516](https://github.com/python-poetry/poetry/pull/3516)).
894
930
- Added experimental option `virtualenvs.prefer-active-python` to detect current activated python ([#4852](https://github.com/python-poetry/poetry/pull/4852)).
895
931
- Added better windows shell support ([#5053](https://github.com/python-poetry/poetry/pull/5053)).
- Fixed an issue where envs in MSYS2 always reported as broken ([#4942](9https://github.com/python-poetry/poetry/pull/4942))
944
+
- Fixed an issue where envs in MSYS2 always reported as broken ([#4942](https://github.com/python-poetry/poetry/pull/4942))
909
945
- Fixed an issue where conda envs in windows are always reported as broken([#5008](https://github.com/python-poetry/poetry/pull/5008))
910
946
- Fixed an issue where Poetry doesn't find its own venv on `poetry self update` ([#5048](https://github.com/python-poetry/poetry/pull/5048))
911
947
@@ -1026,7 +1062,7 @@ It **drops** support for Python 2.7 and 3.5.
1026
1062
- Fixed an error where VCS dependencies were always updated. ([#3947](https://github.com/python-poetry/poetry/pull/3947))
1027
1063
- Fixed an error where the incorrect version of a package was locked when using environment markers. ([#3945](https://github.com/python-poetry/poetry/pull/3945))
1028
1064
1029
-
## [1.1.5] - 2021-03-03
1065
+
## [1.1.5] - 2021-03-04
1030
1066
1031
1067
### Fixed
1032
1068
@@ -1889,7 +1925,7 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
1889
1925
- Improved dependency resolution to avoid unnecessary operations.
1890
1926
- Improved dependency resolution speed.
1891
1927
- Improved CLI reactivity by deferring imports.
1892
-
- License classifer is not automatically added to classifers.
1928
+
- License classifier is not automatically added to classifiers.
1893
1929
1894
1930
### Fixed
1895
1931
@@ -1930,7 +1966,7 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
1930
1966
1931
1967
### Changed
1932
1968
1933
-
- Changed how wilcard constraints are handled.
1969
+
- Changed how wildcard constraints are handled.
1934
1970
1935
1971
### Fixed
1936
1972
@@ -2048,7 +2084,8 @@ This release **must** be downloaded via the `get-poetry.py` script and not via t
0 commit comments