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.3.0.dev1 #11490

Merged
merged 3 commits into from
Jan 22, 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.3.0.dev0
2.3.0.dev1
36 changes: 36 additions & 0 deletions src/python/pants/notes/2.3.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
# 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))

### 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))

### 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
Expand Down