Skip to content

Commit

Permalink
Prepare 2.3.0rc0 (pantsbuild#11590)
Browse files Browse the repository at this point in the history
[ci skip-rust]
  • Loading branch information
Eric-Arellano authored Feb 23, 2021
1 parent ddc75f4 commit b46790b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
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.dev3
2.3.0rc0
36 changes: 36 additions & 0 deletions src/python/pants/notes/2.3.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@

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

## 2.3.0rc0 (Feb 23, 2021)

### New Features

* A `tailor` goal to generate BUILD file targets automatically ([#11517](https://github.com/pantsbuild/pants/pull/11517))

* Generate `protobuf_library` targets with `./pants tailor` ([#11582](https://github.com/pantsbuild/pants/pull/11582))

* Support `--venv` mode for `pex_binary` targets. ([#11510](https://github.com/pantsbuild/pants/pull/11510))

* Auto-discover CA certs if TLS is used and `--remote-ca-certs-path` is unset ([#11572](https://github.com/pantsbuild/pants/pull/11572))

### User API Changes

* Deprecate --setuptools-{entry-point,interpreter-constraints} ([#11539](https://github.com/pantsbuild/pants/pull/11539))

* Deprecate `--remote-store-server` and `--remote-execution-server` in favor of `--remote-store-address` and `--remote-execution-address` ([#11570](https://github.com/pantsbuild/pants/pull/11570))

* Deprecate unused `--remote-store-initial-timeout`, `--remote-store-timeout-multiplier`, `--remote-store-maximum-timeout`, `--remote-store-connection-limit`, and `--remote-store-thread-count` ([#11577](https://github.com/pantsbuild/pants/pull/11577))

* Upgrade Pex to 2.1.31. ([#11588](https://github.com/pantsbuild/pants/pull/11588))

### Bug fixes

* Fix Black to work by default with Python 3.9 ([#11541](https://github.com/pantsbuild/pants/pull/11541))

* Fix MyPy to work by default with Python 3.9 ([#11537](https://github.com/pantsbuild/pants/pull/11537))

### Performance

* Use --venv mode for internal PEXes. ([#11557](https://github.com/pantsbuild/pants/pull/11557))

### Documentation

* Improve error message for unrecognized BUILD file symbols ([#11564](https://github.com/pantsbuild/pants/pull/11564))

## 2.3.0.dev3 (Feb 3, 2021)

### New Features
Expand Down

0 comments on commit b46790b

Please sign in to comment.