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.1rc1. #16238

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

## 2.12.1rc1 (Jul 19, 2022)

### Plugin API Changes

* Generically compute dynamic defaults for `Field`s (Cherry-pick of #16206) ([#16220](https://github.com/pantsbuild/pants/pull/16220))

### Bug fixes

* Fix scala plugins args order causing cache issues (Cherry-pick of #16228) ([#16233](https://github.com/pantsbuild/pants/pull/16233))

* Fix explicit dependencies of `parametrize`d targets not working for some target types (Cherry-pick of #16197) ([#16213](https://github.com/pantsbuild/pants/pull/16213))

* Fill address parameters in all cases, rather than only when a consumer is `parametrize`d. (Cherry-pick of #16198) ([#16211](https://github.com/pantsbuild/pants/pull/16211))

* Use filelists to make archive creation tasks more reliable (Cherry-pick of #16183) ([#16185](https://github.com/pantsbuild/pants/pull/16185))

### Documentation

* Document the "fromfile" feature. (cherrypick of #16205) ([#16207](https://github.com/pantsbuild/pants/pull/16207))

## 2.12.1rc0 (Jul 14, 2022)

### User API Changes
Expand Down