Skip to content

Commit

Permalink
Prepare the 2.17.0rc4 release (#19661)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw committed Aug 24, 2023
1 parent b08da30 commit 8cdb2d1
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions src/python/pants/notes/2.17.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,40 @@ work around the previous lack of such synax are now deprecated in favor of the o

The `PythonBinary` type is now deprecated, use `PythonBuildStandalone` instead.

## 2.17.0rc4 (Aug 23, 2023)

### User API Changes

* Require scie-pants 0.9.2 or newer, for new distribution model (Cherry-pick of #19654) ([#19655](https://github.com/pantsbuild/pants/pull/19655))

* Add Python 3.12 to the default interpreter universe (Cherry-pick of #19641) ([#19651](https://github.com/pantsbuild/pants/pull/19651))

### Bug Fixes

* Have Pants create the `immutable_inputs` base parent(s) (Cherry-pick of #19646) ([#19652](https://github.com/pantsbuild/pants/pull/19652))

* Use hardlinking when possible for mypy cache (Cherry-pick of #19633) ([#19650](https://github.com/pantsbuild/pants/pull/19650))

* Undo pyenv install marking files as RO (Cherry-pick of #19645) ([#19648](https://github.com/pantsbuild/pants/pull/19648))

* Make mypy cache move truly atomic (Cherry-pick of #19610) ([#19615](https://github.com/pantsbuild/pants/pull/19615))

* Use named cache for Docker-env PBS (Cherry-pick of #19611) ([#19616](https://github.com/pantsbuild/pants/pull/19616))

* Add path to cache key for Rust dep inference, for relative imports (cherry-pick of #19630) ([#19640](https://github.com/pantsbuild/pants/pull/19640))

### Documentation

* Backport to 2.17: Fix dead doc links (#19546) ([#19659](https://github.com/pantsbuild/pants/pull/19659))

* Additional mentions and tweaks in 2.17's "What's new" (Cherry-pick of #19629) ([#19642](https://github.com/pantsbuild/pants/pull/19642))

* docs: fix code examples for `setting-up-ide` and `interpreter-compatibility` docs (Cherry-pick of #19624) ([#19639](https://github.com/pantsbuild/pants/pull/19639))

* docs: fix markdown inconsistencies (Cherry pick of #19363) ([#19622](https://github.com/pantsbuild/pants/pull/19622))

* docs: add 2.16 entry to changelog (Cherry-pick of #19589) ([#19597](https://github.com/pantsbuild/pants/pull/19597))

## 2.17.0rc3 (Aug 13, 2023)

### User API Changes
Expand Down

0 comments on commit 8cdb2d1

Please sign in to comment.