Skip to content

Commit 1b62e16

Browse files
authored
Prepare the 1.10.0.dev3 release. (#6369)
1 parent a03144b commit 1b62e16

File tree

4 files changed

+81
-1
lines changed

4 files changed

+81
-1
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ Shuo Li <[email protected]>
4343
Justin Trobec <[email protected]>
4444
Le Nucksi <[email protected]>
4545
Robert Stapenhurst <[email protected]>
46+

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ Created by running `./build-support/bin/contributors.sh`.
143143
+ Pankaj Gupta
144144
+ Patrick Lawson
145145
+ Paul Groudas
146+
+ Paul Yau
146147
+ Peiyu Wang
147148
+ Peter Seibel
148149
+ Qicheng Ma

src/python/pants/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0.dev2
1+
1.10.0.dev3

src/python/pants/notes/master.rst

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,84 @@ Master Pre-Releases
44
This document describes ``dev`` releases which occur weekly from master, and which do
55
not undergo the vetting associated with ``stable`` releases.
66

7+
1.10.0.dev3 (08/20/2018)
8+
------------------------
9+
10+
New features
11+
~~~~~~~~~~~~
12+
13+
* Add contrib dist support to pants_requirement. (#6365)
14+
`PR #6365 <https://github.com/pantsbuild/pants/pull/6365>`_
15+
16+
* Allow pex download path to be overridden (#6348)
17+
`PR #6348 <https://github.com/pantsbuild/pants/pull/6348>`_
18+
19+
Bugfixes
20+
~~~~~~~~
21+
22+
* Fix Single Address Exclude (#6366)
23+
`PR #6366 <https://github.com/pantsbuild/pants/pull/6366>`_
24+
25+
* Add an environment marker to `pants_requirement`. (#6361)
26+
`PR #6361 <https://github.com/pantsbuild/pants/pull/6361>`_
27+
28+
* Make requirements on codegen products optional. (#6357)
29+
`PR #6357 <https://github.com/pantsbuild/pants/pull/6357>`_
30+
31+
* Use --entry-point not -c when building pex (#6349)
32+
`PR #6349 <https://github.com/pantsbuild/pants/pull/6349>`_
33+
`PR #6267 <https://github.com/pantsbuild/pants/pull/6267>`_
34+
35+
* Recover from cancelled remote execution RPCs (#6188)
36+
`PR #6188 <https://github.com/pantsbuild/pants/pull/6188>`_
37+
38+
* Use forked version of grpcio (#6344)
39+
`PR #6344 <https://github.com/pantsbuild/pants/pull/6344>`_
40+
`PR #211 <https://github.com/pingcap/grpc-rs/pull/211>`_
41+
42+
* added fullpath to fix path concat issue with files when not in git root (#6331)
43+
`PR #6331 <https://github.com/pantsbuild/pants/pull/6331>`_
44+
45+
* Log test targets that failed to run. (#6335)
46+
`PR #6335 <https://github.com/pantsbuild/pants/pull/6335>`_
47+
48+
Refactoring, Improvements, and Tooling
49+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
50+
51+
* Run clippy with nightly rust on CI (#6347)
52+
`PR #6347 <https://github.com/pantsbuild/pants/pull/6347>`_
53+
54+
* Fix formatting of store.rs (#6350)
55+
`PR #6350 <https://github.com/pantsbuild/pants/pull/6350>`_
56+
`PR #6336 <https://github.com/pantsbuild/pants/pull/6336>`_
57+
58+
* Download Directory recursively from remote CAS (#6336)
59+
`PR #6336 <https://github.com/pantsbuild/pants/pull/6336>`_
60+
61+
* Process execution: Create symlink to JDK on demand (#6346)
62+
`PR #6346 <https://github.com/pantsbuild/pants/pull/6346>`_
63+
64+
* Simplify ExecuteProcessRequest construction (#6345)
65+
`PR #6345 <https://github.com/pantsbuild/pants/pull/6345>`_
66+
67+
* ci.sh uses positive rather than negative flags (#6342)
68+
`PR #6342 <https://github.com/pantsbuild/pants/pull/6342>`_
69+
70+
* Merge directories with identical files (#6343)
71+
`PR #6343 <https://github.com/pantsbuild/pants/pull/6343>`_
72+
73+
* Set chunk size in process_executor (#6337)
74+
`PR #6337 <https://github.com/pantsbuild/pants/pull/6337>`_
75+
76+
Migration to Python3 compatibility
77+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
78+
79+
* Python 3 - fixes to get backend mostly green (#6360)
80+
`PR #6360 <https://github.com/pantsbuild/pants/pull/6360>`_
81+
82+
* Python 3 - fixes to get green contrib (#6340)
83+
`PR #6340 <https://github.com/pantsbuild/pants/pull/6340>`_
84+
785
1.10.0.dev2 (08/10/2018)
886
------------------------
987

0 commit comments

Comments
 (0)