|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [1.1.0b3] - 2020-09-18 |
| 4 | + |
| 5 | +### Changed |
| 6 | + |
| 7 | +- Improved the error reporting when HTTP error are encountered for legacy repositories ([#2459](https://github.com/python-poetry/poetry/pull/2459)). |
| 8 | +- When displaying the name of packages retrieved from remote repositories, the original name will now be used ([#2305](https://github.com/python-poetry/poetry/pull/2305)). |
| 9 | +- Failed package downloads will now be retried on connection errors ([#2813](https://github.com/python-poetry/poetry/pull/2813)). |
| 10 | + |
| 11 | +### Fixed |
| 12 | + |
| 13 | +- Fixed the detection of the type of installed packages ([#2722](https://github.com/python-poetry/poetry/pull/2722)). |
| 14 | +- Fixed deadlocks when installing packages on systems not supporting non-ascii characters ([#2721](https://github.com/python-poetry/poetry/pull/2721)). |
| 15 | +- Fixed handling of wildcard constraints for packages with prereleases only ([#2821](https://github.com/python-poetry/poetry/pull/2821)). |
| 16 | +- Fixed dependencies of some packages not being discovered by ensuring we use the PEP-516 backend if specified ([#2810](https://github.com/python-poetry/poetry/pull/2810)). |
| 17 | +- Fixed recursion errors when retrieving extras ([#2787](https://github.com/python-poetry/poetry/pull/2787)). |
| 18 | +- Fixed `PyPI` always being displayed when publishing even for custom repositories ([#2905](https://github.com/python-poetry/poetry/pull/2905)). |
| 19 | +- Fixed handling of packages extras when resolving dependencies ([#2887](https://github.com/python-poetry/poetry/pull/2887)). |
| 20 | + |
| 21 | + |
3 | 22 | ## [1.1.0b2] - 2020-07-24
|
4 | 23 |
|
5 | 24 | ### Changed
|
@@ -961,7 +980,8 @@ Initial release
|
961 | 980 |
|
962 | 981 |
|
963 | 982 |
|
964 |
| -[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.0b2...master |
| 983 | +[Unreleased]: https://github.com/python-poetry/poetry/compare/1.1.0b3...master |
| 984 | +[1.1.0b3]: https://github.com/python-poetry/poetry/releases/tag/1.1.0b3 |
965 | 985 | [1.1.0b2]: https://github.com/python-poetry/poetry/releases/tag/1.1.0b2
|
966 | 986 | [1.1.0b1]: https://github.com/python-poetry/poetry/releases/tag/1.1.0b1
|
967 | 987 | [1.1.0a3]: https://github.com/python-poetry/poetry/releases/tag/1.1.0a3
|
|
0 commit comments