From 63c93b001d9189b4772393a35a97f200799ff12a Mon Sep 17 00:00:00 2001 From: Eric Arellano Date: Thu, 21 Jan 2021 13:13:21 -0700 Subject: [PATCH 1/2] Prepare 2.3.0.dev1 # Rust tests and lints will be skipped. Delete if not intended. [ci skip-rust] --- src/python/pants/VERSION | 2 +- src/python/pants/notes/2.3.x.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/src/python/pants/VERSION b/src/python/pants/VERSION index df2a6cb1474..02cbf3a498c 100644 --- a/src/python/pants/VERSION +++ b/src/python/pants/VERSION @@ -1 +1 @@ -2.3.0.dev0 +2.3.0.dev1 diff --git a/src/python/pants/notes/2.3.x.md b/src/python/pants/notes/2.3.x.md index c08261caaa7..eab125b68d1 100644 --- a/src/python/pants/notes/2.3.x.md +++ b/src/python/pants/notes/2.3.x.md @@ -1,3 +1,35 @@ +# 2.3.x Stable Releases + +See https://www.pantsbuild.org/v2.3/docs/release-notes-2-3 for an overview of the changes in this release series. + +## 2.3.0.dev1 (Jan 21, 2021) + +### New Features + +* Support Pex CLI `--unzip` and `--include-tools`. ([#11483](https://github.com/pantsbuild/pants/pull/11483)) + +### Plugin API Changes + +* Remove `RunInfo` class ([#11456](https://github.com/pantsbuild/pants/pull/11456)) + +### Bug fixes + +* Fix use of remote store when in eager cache mode ([#11468](https://github.com/pantsbuild/pants/pull/11468)) + +* Workaround Rust 1.49 breaking macOS processes with a materialized argv0 ([#11452](https://github.com/pantsbuild/pants/pull/11452)) + +### Performance + +* Use speculation for remote cache reads ([#11429](https://github.com/pantsbuild/pants/pull/11429)) + +### Documentation + +* Change logging level for Scrubbed PYTHONPATH to be debug ([#11480](https://github.com/pantsbuild/pants/pull/11480)) + +* Add failure logging to the StoreGCService. ([#11460](https://github.com/pantsbuild/pants/pull/11460)) + +* Document address storage in AsyncFieldMixin. ([#11448](https://github.com/pantsbuild/pants/pull/11448)) + ## 2.3.0.dev0 (Jan 10, 2021) ### User API Changes From 0001812e9afbbd8c74ebde9f847f961189a241d8 Mon Sep 17 00:00:00 2001 From: Eric Arellano Date: Thu, 21 Jan 2021 15:55:08 -0700 Subject: [PATCH 2/2] Add another change # Rust tests and lints will be skipped. Delete if not intended. [ci skip-rust] --- src/python/pants/notes/2.3.x.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/python/pants/notes/2.3.x.md b/src/python/pants/notes/2.3.x.md index eab125b68d1..b86f8414be6 100644 --- a/src/python/pants/notes/2.3.x.md +++ b/src/python/pants/notes/2.3.x.md @@ -8,6 +8,10 @@ See https://www.pantsbuild.org/v2.3/docs/release-notes-2-3 for an overview of th * Support Pex CLI `--unzip` and `--include-tools`. ([#11483](https://github.com/pantsbuild/pants/pull/11483)) +### User API Changes + +* Remove deprecated `--pants-bootstrapdir` and `--pants-configdir` options ([#11491](https://github.com/pantsbuild/pants/pull/11491)) + ### Plugin API Changes * Remove `RunInfo` class ([#11456](https://github.com/pantsbuild/pants/pull/11456))