-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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.0b3 #6003
Release 1.2.0b3 #6003
Conversation
Must we have another beta? All the issues listed as blockers in #5586 are either fixed or have fixes pending. Why not merge those fixes, and cut 1.2.0 proper? (There are some nice-to-haves left: but there always will be - and there can be a 1.2.1 and 1.2.2 at any time...) |
I agree that this release could have waited for the pending fixes, to become a proper In any case, letting this release aside, I share the sentiment that next release should be a proper |
So kill two birds with one stone: get a fix out for the hashes issue, and release 1.2.0! Seriously, why not go 1.2.0? What is the line of argument that says that poetry is not ready? |
Mostly, we need some time to work through those as all of the core team has been fairly busy with things other than Poetry the last week or two and it's hard to commit to getting every pending PR fixed up in the next day or two. In the mean time, Poetry 1.2 beta is still broken. I think it's good to cut a beta now, with a RC to follow in 4-5 days after the pending PRs are merged. I am going to push to get everything landed ASAP (e.g. rebasing/adding commits to people's PRs if the fixes are trivial vs waiting for author round-trips). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. You just have to add some entries for the PRs merged by @neersighted today. From my end, we might release the beta afterwards (unless someone wants to merge some more PRs before).
For the record, I had to use |
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. |
Full diff: 1.2.0b2...master
Provisional changelog for
1.2.0b3
Important: This release fixes a critical issue that prevented hashes from being retrieved when locking dependencies, due to a breaking change on PyPI JSON API (see #5972 and the upstream change for more details).
After upgrading, you have to clear Poetry cache manually to get that feature working correctly again:
Added
--only-root
topoetry install
to install a project without its dependencies (#5783)Changed
poetry init
(#5838)poetry init
to better specify how to skip adding dependencies (#5946)Fixed
experimental.system-git-client
option throughpoetry config
(#5818)~
was not correctly expanded invirtualenvs.path
(#5848)poetry publish
when keyring was not properly configured (#5889)Docs
pyproject.toml
(#5815)zsh
autocompletion instructions (#5859)@
operator (#5822)scripts
definition documentation (#5884)