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.12.0rc3. #15913

Merged
merged 1 commit into from
Jun 23, 2022
Merged
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
34 changes: 34 additions & 0 deletions src/python/pants/notes/2.12.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# 2.12.x Release Series

## 2.12.0rc3 (Jun 23, 2022)

### New Features

* Add option for max wait before terminating interactive process (Cherry-pick of #15767) ([#15908](https://github.com/pantsbuild/pants/pull/15908))

### User API Changes

* Change the default `remote_cache_warnings` warnings behavior to `backoff`. (Cherry-pick of #15745) ([#15746](https://github.com/pantsbuild/pants/pull/15746))

### Plugin API Changes

* Introduce a plugin API to provide all thread local state, and deprecate stdio-specific methods (Cherry-pick of #15890) ([#15907](https://github.com/pantsbuild/pants/pull/15907))

### Bug fixes

* Upgrade to `nails` `0.13.0` to pick up support for `JDK >=13`. (Cherry-pick of #15899) ([#15906](https://github.com/pantsbuild/pants/pull/15906))

* Allow JVM memory controls to bound the process pool size to less than the process parallelism (Cherry-pick of #15903) ([#15905](https://github.com/pantsbuild/pants/pull/15905))

* Fix `[python-infer].inits` and `[python-infer].conftests` to consider `resolve` field (Cherry-pick of #15787) ([#15793](https://github.com/pantsbuild/pants/pull/15793))

* Record metrics for remote cache store errors (Cherry-pick of #15744) ([#15747](https://github.com/pantsbuild/pants/pull/15747))

* Fix help for `--process-total-child-memory-usage` and `--process-per-child-memory-usage` (Cherry-pick of #15733) ([#15737](https://github.com/pantsbuild/pants/pull/15737))

### Documentation

* Fix broken links to `tailor` documentation ([#15843](https://github.com/pantsbuild/pants/pull/15843))

* Adds current contents of readme.com docs to repo and adds notes on how to sync. (Cherry-picks #15810) ([#15820](https://github.com/pantsbuild/pants/pull/15820))

* Handle anchors in `doc_url()` correctly (cherrypick of #15812) ([#15823](https://github.com/pantsbuild/pants/pull/15823))

## 2.12.0rc2 (May 31, 2022)

### New Features
Expand Down