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

Prepare 2.4.0.dev3 #11751

Merged
merged 2 commits into from
Mar 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/python/pants/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0.dev2
2.4.0.dev3
38 changes: 38 additions & 0 deletions src/python/pants/notes/2.4.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,44 @@

See https://www.pantsbuild.org/v2.4/docs/release-notes-2-4 for an overview of the changes in this release series.

## 2.4.0.dev3 (Mar 19, 2021)

### New Features

* Add support for gRPC mypy stub files ([#11658](https://github.com/pantsbuild/pants/pull/11658))

* Support extra test runner output. ([#11741](https://github.com/pantsbuild/pants/pull/11741))

* Send opt-in anonymous telemetry to bugout ([#11697](https://github.com/pantsbuild/pants/pull/11697))

* Add `[python-setup].requirement_constraints_target` for upcoming Poetry macro ([#11724](https://github.com/pantsbuild/pants/pull/11724))

### User API Changes

* Kill SETTABLE_ENV_VARS allow list. ([#11743](https://github.com/pantsbuild/pants/pull/11743))

### Plugin API Changes

* Implement the IO methods required for `input`, and add `Console.input`. ([#11703](https://github.com/pantsbuild/pants/pull/11703))

* Mutually exclusive options no longer change the `dest` ([#11718](https://github.com/pantsbuild/pants/pull/11718))

### Bug fixes

* Invalidate all files in the graph when file watching receives a rescan event. ([#11734](https://github.com/pantsbuild/pants/pull/11734))

* Fix a deadlock involving `scheduler.all_digests`, and add a note. ([#11723](https://github.com/pantsbuild/pants/pull/11723))

* Fix source root stripping to not strip `requirements.txt` files in plugins ([#11712](https://github.com/pantsbuild/pants/pull/11712))

* Fix the mypy-protobuf interpreter constraint. ([#11695](https://github.com/pantsbuild/pants/pull/11695))

### Documentation

* Make `-ldebug` less chatty when using remote caching ([#11667](https://github.com/pantsbuild/pants/pull/11667))

* Improve error message for unmatched globs ([#11699](https://github.com/pantsbuild/pants/pull/11699))

## 2.4.0.dev2 (Mar 12, 2021)

### New Features
Expand Down