-
-
Notifications
You must be signed in to change notification settings - Fork 652
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare the 2.4.0.dev0 release. (#11613)
- Loading branch information
Showing
4 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.3.0rc0 | ||
2.4.0.dev0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# 2.4.x Stable Releases | ||
|
||
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.dev0 (Feb 27, 2021) | ||
|
||
### New Features | ||
|
||
* Add `--stats-log` to log metrics at end of run ([#11599](https://github.com/pantsbuild/pants/pull/11599)) | ||
|
||
### User API Changes | ||
|
||
* Deprecate --python-setup-resolver-version option. ([#11611](https://github.com/pantsbuild/pants/pull/11611)) | ||
|
||
* Remove deprecated --remote-store options. ([#11609](https://github.com/pantsbuild/pants/pull/11609)) | ||
|
||
* Remove deprecated --process-execution-speculation options. ([#11610](https://github.com/pantsbuild/pants/pull/11610)) | ||
|
||
* Remove deprecated `--remote-execution-server` and `--remote-store-server` options ([#11603](https://github.com/pantsbuild/pants/pull/11603)) | ||
|
||
* Deprecate unused `--process-execution-local-enable-nailgun` ([#11600](https://github.com/pantsbuild/pants/pull/11600)) | ||
|
||
### Bug fixes | ||
|
||
* Upgrade Pex to 2.1.32 to fix venv script shebangs being too long for some Linux systems. ([#11604](https://github.com/pantsbuild/pants/pull/11604)) | ||
|
||
### Performance | ||
|
||
* Release the Pants PEX in `--venv` mode. ([#11591](https://github.com/pantsbuild/pants/pull/11591)) | ||
|
||
### Documentation | ||
|
||
* Less chatty plugin resolution logging ([#11593](https://github.com/pantsbuild/pants/pull/11593)) | ||
|