Poetry v1.1.0.a2 Release Notes

Release Date: 2020-06-26 // almost 4 years ago
  • ๐Ÿš€ 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).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed errors when handling duplicate dependencies with environment markers (#2342).
    • ๐Ÿ›  Fixed the detection of installed packages (#2360).