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.14.0rc1 #16883

Merged
merged 4 commits into from
Sep 17, 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
22 changes: 22 additions & 0 deletions src/python/pants/notes/2.14.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# 2.14.x Release Series

## 2.14.0rc1 (Sep 16, 2022)

### New Features

* Add retries to NetDownload intrinsic. (Cherry-pick of #16798) ([#16879](https://github.com/pantsbuild/pants/pull/16879))

### Bug fixes

* Upgrade `javaparser`, and use a permissive language level to support parsing more code (Cherry-pick of #16896) ([#16904](https://github.com/pantsbuild/pants/pull/16904))

* Preserve stdio when a local process times out. (Cherry-pick of #16841) ([#16880](https://github.com/pantsbuild/pants/pull/16880))

* go: analyze imports paths by module to enable multiple `go_mod` targets (Cherry pick of #16386) ([#16799](https://github.com/pantsbuild/pants/pull/16799))

### Documentation

* Don't mention a specific version in the manual install instructions (cherrypick of #16888) ([#16889](https://github.com/pantsbuild/pants/pull/16889))

* Add IBM, Coinbase, and Astranis case studies (Cherry-pick of #16805) ([#16814](https://github.com/pantsbuild/pants/pull/16814))

* Fix broken shortlinks that invoked "docs:" instead of "doc:" (Cherry-pick of #16804) ([#16811](https://github.com/pantsbuild/pants/pull/16811))

## 2.14.0rc0 (Sep 09, 2022)

### New Features
Expand Down