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.9.0.dev2 #13674

Merged
merged 2 commits into from
Nov 18, 2021
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.9.0.dev1
2.9.0.dev2
36 changes: 36 additions & 0 deletions src/python/pants/notes/2.9.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# 2.9.x Release Series

## 2.9.0.dev2 (Nov 18, 2021)

### New Features

* [jvm] Add support for compiling cycles between Java and Scala ([#13653](https://github.com/pantsbuild/pants/pull/13653))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we documenting JVM in 2.9 now?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO, yes. We're starting to blog about it, so it's time.


* [jvm]: Add Export types to dependency inference code and include exports in compile results for Java sources ([#13603](https://github.com/pantsbuild/pants/pull/13603))

* Allow tailor to pick up `docker_image` targets for any file with "Dockerfile" in it ([#13601](https://github.com/pantsbuild/pants/pull/13601))

* [jvm] Add Scala consumed-symbols inference. ([#13632](https://github.com/pantsbuild/pants/pull/13632))

* [jvm] Add basic extraction of consumed symbols for Scala ([#13628](https://github.com/pantsbuild/pants/pull/13628))

### User API Changes

* Report standard backends in anonymous telemetry ([#13670](https://github.com/pantsbuild/pants/pull/13670))

* Add `[twine].ca_certs_path` option. ([#13593](https://github.com/pantsbuild/pants/pull/13593))

* Bump twine to 3.6.0 and add tool lockfile ([#13594](https://github.com/pantsbuild/pants/pull/13594))

* Ban `*` globs and `!` ignores in `source: str` field ([#13629](https://github.com/pantsbuild/pants/pull/13629))

### Bug fixes

* Pass Docker env vars to `docker publish`. ([#13669](https://github.com/pantsbuild/pants/pull/13669))

* Fix download URL for `grpc_python_plugin` on macos. ([#13656](https://github.com/pantsbuild/pants/pull/13656))

* Fix Python dependency inference breaking with `python_source` targets ([#13627](https://github.com/pantsbuild/pants/pull/13627))

* Fix swallowing of git stderr. ([#13626](https://github.com/pantsbuild/pants/pull/13626))

* Register skip fields for python linters and mypy also on the `python_test_utils` target. ([#13616](https://github.com/pantsbuild/pants/pull/13616))

## 2.9.0.dev1 (Nov 13, 2021)

### New Features
Expand Down