-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
Prepare 2.0.0rc0 #10943
Prepare 2.0.0rc0 #10943
Conversation
# Rust tests and lints will be skipped. Delete if not intended. [ci skip-rust]
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.
Reviewers, as decided in #10916, we are no longer putting internal only changes in the changelog. Please check the PR description if you believe any of those changes were misclassified.
* Send SIGTERM to child processes upon SIGINT (#10930) | ||
`PR #10930 <https://github.com/pantsbuild/pants/pull/10930>`_ | ||
|
||
* Fix Python 3.8 syntax not working with dependency inference (#10907) |
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.
@cosmicexplorer I reworded this to emphasize the "So what?" to the user, rather than the "how it's done"
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.
Thanks!! Will keep in mind for the future.
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.
I like the decision to leave off internal-only changes. As @jsirois has said, that is what the git log is for.
* Send SIGTERM to child processes upon SIGINT (#10930) | ||
`PR #10930 <https://github.com/pantsbuild/pants/pull/10930>`_ | ||
|
||
* Fix Python 3.8 syntax not working with dependency inference (#10907) |
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.
Thanks!! Will keep in mind for the future.
Documentation | ||
~~~~~~~~~~~~~ | ||
|
||
* Differentiate between User API vs. Plugin API changes in changelog (#10916) |
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.
🔥 🔥 🔥
* Add MyPy Protobuf plugin support (#10931) | ||
`PR #10931 <https://github.com/pantsbuild/pants/pull/10931>`_ | ||
|
||
* Add `output_path` field to `python_binary`, `python_awslambda`, and `archive` (#10899) |
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.
Also great!!!
Internal only changes left off from the changelog:
Use cpython types in Rust functions that manipulate python objects (Use cpython types in Rust functions that manipulate python objects #10942)
PR #10942 <https://github.com/pantsbuild/pants/pull/10942>
_update libz-sys version to fix macOS compile error (update libz-sys version to fix macOS compile error #10941)
PR #10941 <https://github.com/pantsbuild/pants/pull/10941>
_Upgrade to Rust stable 1.47.0. (Upgrade to Rust stable 1.47.0. #10933)
PR #10933 <https://github.com/pantsbuild/pants/pull/10933>
_Finish CreateDigest Directory cleanup. (Finish CreateDigest Directory cleanup. #10935)
PR #10935 <https://github.com/pantsbuild/pants/pull/10935>
_Hotfix broken import from merge conflict (Hotfix broken import from merge conflict #10934)
PR #10934 <https://github.com/pantsbuild/pants/pull/10934>
_Revert "Port nailgun client to rust (Port nailgun client to rust #10865)" (Revert "Port nailgun client to rust (#10865)" #10929)
PR #10929 <https://github.com/pantsbuild/pants/pull/10929>
_An ExternalTool for downloading the grpc_python_plugin. (An ExternalTool for downloading the grpc_python_plugin. #10927)
PR #10927 <https://github.com/pantsbuild/pants/pull/10927>
_Port nailgun client to rust (Port nailgun client to rust #10865)
PR #10865 <https://github.com/pantsbuild/pants/pull/10865>
_print stacktraces during import errors (print stacktraces during import errors #10906)
PR #10906 <https://github.com/pantsbuild/pants/pull/10906>
_fs.Digest is declared in Rust (fs.Digest is declared in Rust #10905)
PR #10905 <https://github.com/pantsbuild/pants/pull/10905>
_add requests_ca_bundle to settable_env_vars (add requests_ca_bundle to settable_env_vars #10909)
PR #10909 <https://github.com/pantsbuild/pants/pull/10909>
_[ci skip-rust]