Skip to content

Commit

Permalink
Prepare 2.9.0.dev2 (#13674)
Browse files Browse the repository at this point in the history
[ci skip-rust]
  • Loading branch information
stuhood authored Nov 18, 2021
1 parent 0cf96bb commit 9393470
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
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))

* [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

0 comments on commit 9393470

Please sign in to comment.