Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.0a1 #3991

Merged
merged 3 commits into from
May 21, 2021
Merged

Release 1.2.0a1 #3991

merged 3 commits into from
May 21, 2021

Conversation

sdispater
Copy link
Member

@sdispater sdispater commented Apr 23, 2021

This release is the first testing release of the upcoming 1.2.0 version.

It drops support for Python 2.7 and 3.5.

Added

  • Poetry now supports a plugin system to alter or expand Poetry's functionality. (#3733)
  • Poetry now supports PEP 610. (#3876)
  • Several configuration options to better control the way virtual environments are created are now available. (#3157, #3711).
  • The new command now supports namespace packages. (#2768)
  • The add command now supports the --editable option to add packages in editable mode. (#3940)

Changed

  • Python 2.7 and 3.5 are no longer supported. (#3405)
  • The usage of the get-poetry.py script is now deprecated and is replaced by the install-poetry.py script. (#3706)
  • Directory dependencies are now in non-develop mode by default. (poetry-core#98)
  • Improved support for PEP 440 specific versions that do not abide by semantic versioning. (poetry-core#140)
  • Improved the CLI experience and performance by migrating to the latest version of Cleo. (#3618)
  • Packages previously considered as unsafe (pip, setuptools, wheels and distribute) can now be managed as any other package. (#2826)
  • Poetry no longer uses pip installed within the project virtualenvironment when installing packages. (#4011)
  • The new command now defaults to the Markdown format for README files. (#2768)

Fixed

  • Fixed an error where command line options were not taken into account when using the run command. (#3618)
  • Fixed an error in the way custom repositories were resolved. (#3406)

@sdispater sdispater added the kind/release Meta-issues/PRs as part of the release process label Apr 23, 2021
@sdispater sdispater requested a review from a team April 23, 2021 14:47
@aviramha
Copy link
Contributor

Hi @sdispater,
Any chance to include this #3406 in the release? This is a bug introduced in a patch change, and it is open for few months impacting a lot of users. It'd be wonderful to have it fixed...

@sdispater sdispater marked this pull request as draft April 26, 2021 15:45
@sdispater sdispater force-pushed the release-1.2.0a1 branch 2 times, most recently from c17a39c to f761fb8 Compare April 26, 2021 16:01
@GooseYArd
Copy link

#3483 is another critical issue for sites with private https repositories with certs issued by a non-public CA, or anywhere that a custom CA file location is configured via auth.yaml. I'm desperately hoping for this to be merged in time for 1.2.0.

@abn abn force-pushed the release-1.2.0a1 branch 2 times, most recently from 560dcc1 to a0fdc39 Compare May 7, 2021 01:49
@sdispater sdispater marked this pull request as ready for review May 21, 2021 13:05
@sdispater sdispater merged commit 4ec09d4 into master May 21, 2021
@sdispater sdispater deleted the release-1.2.0a1 branch May 21, 2021 14:02
Copy link

github-actions bot commented Mar 1, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/release Meta-issues/PRs as part of the release process
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants