Skip to content

Commit

Permalink
Prepare 2.14.0rc1 (#16883)
Browse files Browse the repository at this point in the history
[ci skip-rust]

Co-authored-by: Stu Hood <stuhood@gmail.com>
  • Loading branch information
Eric-Arellano and stuhood committed Sep 17, 2022
1 parent d97a4f7 commit 286372a
Showing 1 changed file with 22 additions and 0 deletions.
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

0 comments on commit 286372a

Please sign in to comment.