Note that lock files generated with this release are not compatible with previous releases of Poetry.
Added
- The
install
command now supports a--remove-untracked
option to ensure only packages from the lock file are present in the environment (#2172). - Some errors will now be provided with possible solutions and links to the documentation (#2396).
Changed
- Editable installations of Poetry projects have been improved and are now faster (#2360).
- Improved the accuracy of the dependency resolver in case of dependencies with environment markers (#2361)
- Environment markers of dependencies are no longer stored in the lock file (#2361).
- Improved the way connection errors are handled when publishing (#2285).