All Versions
111
Latest Version
Avg Release Cycle
56 days
Latest Release
-

Changelog History
Page 4

  • v1.1.0.b2 Changes

    July 24, 2020

    ๐Ÿ”„ Changed

    • โž• Added support for build scripts without the setup.py file generation in the editable builder (#2718).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an error occurring when using older lock files (#2717).
  • v1.1.0.b1 Changes

    July 24, 2020

    ๐Ÿ”„ Changed

    • Virtual environments will now exclusively be built with virtualenv (#2666).
    • ๐Ÿ‘Œ Support for Python 2.7 and 3.5 is now officially deprecated and a warning message will be displayed (#2683).
    • ๐Ÿ‘Œ Improved metadata inspection of packages by using the PEP-517 build system (#2632).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed parallel tasks not being cancelled when the installation is interrupted or has failed (#2656).
    • ๐Ÿ›  Fixed an error where the editable builder would not expose all packages (#2664).
    • ๐Ÿ›  Fixed an error for Python 2.7 when a file could not be downloaded in the installer (#2709).
    • ๐Ÿ›  Fixed the lock file content-hash value not being updated when using the add and remove commands (#2710).
    • ๐Ÿ›  Fixed incorrect resolution errors being raised for packages with python requirements (#2712).
    • ๐Ÿ›  Fixed an error causing the build log messages to no longer be displayed (#2715).
  • v1.1.0.a3 Changes

    July 10, 2020

    โž• Added

    • ๐Ÿ†• New installer which provides a faster and better experience (#2595).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed resolution error when handling duplicate dependencies with environment markers (#2622).
    • ๐Ÿ›  Fixed erroneous resolution errors when resolving packages to install (#2625).
    • ๐Ÿ›  Fixed errors when detecting installed editable packages (#2602).
  • v1.1.0.a2 Changes

    June 26, 2020

    ๐Ÿš€ 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).
  • v1.1.0.a1 Changes

    March 27, 2020

    This release must be downloaded via the get-poetry.py script and not via the self update command.

    โž• Added

    • โž• Added a new --dry-run option to the publish command (#2199).

    ๐Ÿ”„ Changed

    • The core features of Poetry have been extracted in to a separate library: poetry-core (#2212).
    • ๐Ÿ— The build backend is no longer poetry.masonry.api but poetry.core.masonry.api which requires poetry-core>=1.0.0a5 (#2212).
    • The exceptions are now beautifully displayed in the terminal with various level of details depending on the verbosity (2230).
  • v1.0.10 Changes

    July 21, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿ”’ The lock files are now versioned to ease transitions for lock file format changes, with warnings being displayed on incompatibility detection (#2695).
    • The init and new commands will now provide hints on invalid given licenses (#1634).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed error messages when the authors specified in the pyproject.toml file are invalid (#2525).
    • ๐Ÿ›  Fixed empty .venv directories being deleted (#2064).
    • ๐Ÿ›  Fixed the shell command for tcsh shells (#2583).
    • ๐Ÿ›  Fixed errors when installing directory or file dependencies in some cases (#2582).
  • v1.0.9 Changes

    June 09, 2010

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue where packages from custom indices where continuously updated (#2525).
    • ๐Ÿ›  Fixed errors in the way Python environment markers were parsed and generated (#2526).
  • v1.0.8 Changes

    June 05, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a possible error when installing the root package (#2505).
    • ๐Ÿ›  Fixed an error where directory and VCS dependencies were not installed (#2505).
  • v1.0.7 Changes

    June 05, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an error when trying to execute some packages setup.py file (#2349).
  • v1.0.6 Changes

    June 05, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿš€ The self update command has been updated in order to handle future releases of Poetry (#2429).

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an error were a new line was not written when displaying the virtual environment's path with env info (#2196).
    • ๐Ÿ›  Fixed a misleading error message when the packages property was empty (#2265).
    • ๐Ÿ›  Fixed shell detection by using environment variables (#2147).
    • ๐Ÿ›  Fixed the removal of VCS dependencies (#2239).
    • ๐Ÿ›  Fixed generated wheel ABI tags for Python 3.8 (#2121).
    • ๐Ÿ›  Fixed a regression when building stub-only packages (#2000).
    • ๐Ÿ›  Fixed errors when parsing PEP-440 constraints with whitespace (#2347).
    • ๐Ÿ›  Fixed PEP 508 representation of VCS dependencies (#2349).
    • ๐Ÿ›  Fixed errors when source distributions were read-only (#1140).
    • ๐Ÿ›  Fixed dependency resolution errors and inconsistencies with directory, file and VCS dependencies (#2398).
    • ๐Ÿ›  Fixed custom repositories information not being properly locked (#2484).