Poetry v1.1.4 Release Notes

Release Date: 2020-10-23 // over 3 years ago
  • โž• Added

    • โž• Added installer.parallel boolean flag (defaults to true) configuration to enable/disable parallel execution of operations when using the new installer. (#3088)

    ๐Ÿ”„ Changed

    • When using system environments as an unprivileged user, user site and bin directories are created if they do not already exist. (#3107)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed editable installation of poetry projects when using system environments. (#3107)
    • ๐Ÿ›  Fixed locking of nested extra activations. If you were affected by this issue, you will need to regenerate the lock file using poetry lock --no-update. (#3229)
    • ๐Ÿ›  Fixed prioritisation of non-default custom package sources. (#3251)
    • ๐Ÿ›  Fixed detection of installed editable packages when non-poetry managed .pth file exists. (#3210)
    • ๐Ÿ›  Fixed scripts generated by editable builder to use valid import statements. (#3214)
    • ๐Ÿ›  Fixed recursion error when locked dependencies contain cyclic dependencies. (#3237)
    • ๐Ÿ›  Fixed propagation of editable flag for VCS dependencies. (#3264)