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.11.0.dev3 #14708

Merged
merged 1 commit into from
Mar 4, 2022
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.11.0.dev2
2.11.0.dev3
44 changes: 44 additions & 0 deletions src/python/pants/notes/2.11.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# 2.11.x Release Series

## 2.11.0.dev3 (Mar 04, 2022)

### New Features

* Add `[python].resolves_generate_lockfiles` to enable multiple resolves but with manual generation of lockfiles ([#14675](https://github.com/pantsbuild/pants/pull/14675))

* Add `python_resolve` field to `protobuf_source` and `thrift_source` to support multiple resolves with codegen ([#14698](https://github.com/pantsbuild/pants/pull/14698))

* JVM: add war file packaging ([#13888](https://github.com/pantsbuild/pants/pull/13888))

* Improve `export` to include pip in the venv. ([#14640](https://github.com/pantsbuild/pants/pull/14640))

### User API Changes

* Remove `[python-protobuf].runtime_dependencies` in favor of Pants discovering the dependency ([#14695](https://github.com/pantsbuild/pants/pull/14695))

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

### Plugin API Changes

* Add `SkipOption` and improve `ArgsListOption` ([#14660](https://github.com/pantsbuild/pants/pull/14660))

* Move `BinaryPath` and `BashBinary` from `pants.engine.process` to `pants.core.util_rules.system_binaries` ([#14629](https://github.com/pantsbuild/pants/pull/14629))

### Bug fixes

* Fix rendering of "Scheduling: ..." workunits introduced by workunit filtering. ([#14681](https://github.com/pantsbuild/pants/pull/14681))

* Give interactive processes a chance to gracefully shutdown ([#14580](https://github.com/pantsbuild/pants/pull/14580))

* Don't show no-op regex-lint output. ([#14656](https://github.com/pantsbuild/pants/pull/14656))

* Go: introduce cache key for compile actions ([#14661](https://github.com/pantsbuild/pants/pull/14661))

* Go: Properly disable CGo ([#14623](https://github.com/pantsbuild/pants/pull/14623))

### Performance

* Add support for rendering a summary of objects held by the graph ([#14638](https://github.com/pantsbuild/pants/pull/14638))

* Reduce memory usage by interning Tasks and RuleGraph entries. ([#14683](https://github.com/pantsbuild/pants/pull/14683))

* Skip capture of `TRACE` workunits by default ([#13483](https://github.com/pantsbuild/pants/pull/13483))

## 2.11.0.dev2 (Feb 25, 2022)

### New Features
Expand Down