Poetry v1.2.0.a2 Release Notes

Release Date: 2021-08-01 // over 2 years ago
  • โž• Added

    • ๐Ÿ‘ Poetry now supports dependency groups. (#4260)
    • ๐Ÿ”’ The install command now supports a --sync option to synchronize the environment with the lock file. (#4336)

    ๐Ÿ”„ Changed

    • ๐Ÿ‘Œ Improved the way credentials are retrieved to better support keyring backends. (#4086)
    • ๐Ÿ”€ The --remove-untracked option of the install command is now deprecated in favor of the new --sync option. (#4336)
    • The user experience when installing dependency groups has been improved. (#4336)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed performance issues when resolving dependencies. (#3839)
    • ๐Ÿ›  Fixed an issue where transitive dependencies of directory or VCS dependencies were not installed or otherwise removed. (#4202)
    • ๐Ÿ›  Fixed the behavior of the init command in non-interactive mode. (#2899)
    • ๐Ÿ›  Fixed the detection of the system environment when the setting virtualenvs.create is deactivated. (#4329)
    • ๐Ÿ›  Fixed the display of possible solutions for some common errors. (#4332)