-
Notifications
You must be signed in to change notification settings - Fork 10
/
notes-1.17.x.html
659 lines (637 loc) · 36.1 KB
/
notes-1.17.x.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
<!DOCTYPE html>
<html lang="en">
<!--
Copyright 2014 Pants project contributors (see CONTRIBUTORS.md).
Licensed under the Apache License, Version 2.0 (see LICENSE).
-->
<head>
<meta charset="utf-8"/>
<title>1.17.x Stable Releases</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="pants-logo.ico">
<!-- In case this is a "test publish", tell search engines where real version lives: -->
<link rel="canonical" href="http://pantsbuild.org/notes-1.17.x.html">
<link rel="stylesheet" href="bootstrap-custom.min.css">
<link rel="stylesheet" href="bootstrap-custom-theme.min.css">
<link rel="stylesheet" href="docsite.css">
</head>
<body>
<div class="header">
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand navbar-brand-img" href="index.html">
<img src="pants-logo.ico" alt="[pantsbuild logo]">
</a>
<a class="navbar-brand" href="index.html">
Pants v1
</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">Docs</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="https://www.github.com/pantsbuild/pants">GitHub</a></li>
<li>
<form class="navbar-form navbar-left search" role="search" action="https://www.google.com/search">
<div class="form-group">
<input type="text" name="as_q" class="form-control query" placeholder="Search">
<input name="as_sitesearch" value="pantsbuild.org" type="hidden">
</div>
</form>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
<div class="deprecated">Pants v1 is no longer maintained. See <a href="https://www.pantsbuild.org/">here</a> for the Pants v2 documentation.</div>
</nav>
</div>
<div class="page">
<div class="container-fluid">
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-2">
<div class="site-toc">
<ul>
<li class="toc-h1 toc-heading">
Getting Started
</li>
<li class="toc-h1 toc-link ">
<a href="install.html">Installing Pants</a>
</li>
<li class="toc-h1 toc-link ">
<a href="setup_repo.html">Setting Up Pants</a>
</li>
<li class="toc-h1 toc-link ">
<a href="first_tutorial.html">Tutorial</a>
</li>
<li class="toc-h1 toc-link ">
<a href="common_tasks.html">Common Tasks</a>
</li>
<li class="toc-h1 toc-link ">
<a href="orgs.html">Pants for Organizations</a>
</li>
<li class="toc-h1 toc-heading">
Pants Basics
</li>
<li class="toc-h1 toc-link ">
<a href="why_use_pants.html">Why Use Pants?</a>
</li>
<li class="toc-h1 toc-link ">
<a href="first_concepts.html">Pants Concepts</a>
</li>
<li class="toc-h1 toc-link ">
<a href="build_files.html">BUILD files</a>
</li>
<li class="toc-h1 toc-link ">
<a href="target_addresses.html">Target Addresses</a>
</li>
<li class="toc-h1 toc-link ">
<a href="3rdparty.html">Third-Party Dependencies</a>
</li>
<li class="toc-h1 toc-link ">
<a href="options.html">Pants Options</a>
</li>
<li class="toc-h1 toc-link ">
<a href="invoking.html">Invoking Pants</a>
</li>
<li class="toc-h1 toc-link ">
<a href="reporting_server.html">Reporting Server</a>
</li>
<li class="toc-h1 toc-link ">
<a href="ide_support.html">IDE Support</a>
</li>
<li class="toc-h1">
<a class="sidebar-nav-heading" class="toc-drop" data-toggle="collapse" href="#JVM-Support" aria-expanded="false" aria-controls="JVM-Support">JVM Support<span class="caret"></span></a>
<ul class="collapse sidebar-nav sidebar-submenu" id="JVM-Support">
<li class="toc-h1 toc-link ">
<a href="jvm_projects.html">JVM Projects with Pants</a>
</li>
<li class="toc-h1 toc-link ">
<a href="3rdparty_jvm.html">JVM Dependency Management</a>
</li>
<li class="toc-h1 toc-link ">
<a href="scala.html">Scala Support</a>
</li>
<li class="toc-h1 toc-link ">
<a href="publish.html">Publishing Artifacts</a>
</li>
<li class="toc-h1 toc-link ">
<a href="from_maven.html">Pants for Maven Experts</a>
</li>
</ul>
</li>
<li class="toc-h1">
<a class="sidebar-nav-heading" class="toc-drop" data-toggle="collapse" href="#Python-Support" aria-expanded="false" aria-controls="Python-Support">Python Support<span class="caret"></span></a>
<ul class="collapse sidebar-nav sidebar-submenu" id="Python-Support">
<li class="toc-h1 toc-link ">
<a href="python_readme.html">Python Projects with Pants</a>
</li>
<li class="toc-h1 toc-link ">
<a href="3rdparty_py.html">Python 3rdparty Pattern</a>
</li>
</ul>
</li>
<li class="toc-h1 toc-link ">
<a href="go_readme.html">Go support for Pants</a>
</li>
<li class="toc-h1 toc-link ">
<a href="node_readme.html">Node.js Support</a>
</li>
<li class="toc-h1 toc-heading">
Code & Doc Generation
</li>
<li class="toc-h1 toc-link ">
<a href="thrift_deps.html">Thrift</a>
</li>
<li class="toc-h1 toc-link ">
<a href="grpcio_gen.html">Python gRPC + protobufs</a>
</li>
<li class="toc-h1 toc-link ">
<a href="page.html">Markdown</a>
</li>
<li class="toc-h1 toc-heading">
Getting Help
</li>
<li class="toc-h1 toc-link ">
<a href="tshoot.html">Troubleshooting</a>
</li>
<li class="toc-h1 toc-link ">
<a href="community.html">Community</a>
</li>
<li class="toc-h1 toc-heading">
Reference
</li>
<li class="toc-h1 toc-link ">
<a href="build_dictionary.html">Pants BUILD Dictionary</a>
</li>
<li class="toc-h1 toc-link ">
<a href="options_reference.html">Pants Reference</a>
</li>
<li class="toc-h1">
<a class="sidebar-nav-heading" class="toc-drop" data-toggle="collapse" href="#Release-Notes" aria-expanded="false" aria-controls="Release-Notes">Release Notes<span class="caret"></span></a>
<ul class="" id="Release-Notes">
<li class="toc-h1 toc-link ">
<a href="notes-1.30.x.html">1.30.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.29.x.html">1.29.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.28.x.html">1.28.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.27.x.html">1.27.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.26.x.html">1.26.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.25.x.html">1.25.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.24.x.html">1.24.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.23.x.html">1.23.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.22.x.html">1.22.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.21.x.html">1.21.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.20.x.html">1.20.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.19.x.html">1.19.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.18.x.html">1.18.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link toc-here">
1.17.x Stable Releases
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.16.x.html">1.16.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.15.x.html">1.15.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.14.x.html">1.14.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.13.x.html">1.13.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.12.x.html">1.12.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.11.x.html">1.11.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.10.x.html">1.10.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.9.x.html">1.9.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.8.x.html">1.8.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.7.x.html">1.7.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.6.x.html">1.6.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.5.x.html">1.5.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.4.x.html">1.4.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.3.x.html">1.3.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.2.x.html">1.2.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.1.x.html">1.1.x Stable Releases</a>
</li>
<li class="toc-h1 toc-link ">
<a href="notes-1.0.x.html">1.0.x Stable Releases</a>
</li>
</ul>
</li>
<li class="toc-h1 toc-heading">
Developer
</li>
<li class="toc-h1 toc-link ">
<a href="dev.html">Pants Developer Center</a>
</li>
<li class="toc-h1 toc-link ">
<a href="export.html">Export Format</a>
</li>
<li class="toc-h1 toc-link ">
<a href="architecture.html">Architecture</a>
</li>
<li class="toc-h1 toc-heading">
Blogs
</li>
<li class="toc-h1 toc-link ">
<a href="coursier_migration.html">Twitter's Coursier Migration</a>
</li>
</ul>
</div> <!-- site-toc -->
</div>
<div class="col-md-8">
<div class="content">
<div class="mainflow">
<nav class="pagetoc">
<ul>
<li class="toc-h1"><a href="#heading__101">1.17.0 (8/01/2019)</a></li>
<li class="toc-h1"><a href="#heading_rc_102">1.17.0rc2 (7/26/2019)</a></li>
<li class="toc-h2"><a href="#heading_apichanges_103">API Changes</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_104">Bugfixes</a></li>
<li class="toc-h1"><a href="#heading_rc_105">1.17.0rc1 (6/22/2019)</a></li>
<li class="toc-h2"><a href="#heading_apichanges_106">API Changes</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_107">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_108">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h1"><a href="#heading_rc_109">1.17.0rc0 (5/30/2019)</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_110">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_111">New Features</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_112">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h1"><a href="#heading_dev_113">1.17.0.dev1 (5/22/2019)</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_114">New Features</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_115">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_116">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h2"><a href="#heading_documentation_117">Documentation</a></li>
<li class="toc-h1"><a href="#heading_dev_118">1.17.0.dev0 (5/13/2019)</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_119">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_120">Refactoring, Improvements, and Tooling</a></li>
</ul>
</nav>
<!-- main content start -->
<!-- generated by pants! -->
<title>1.17.x Stable Releases</title>
<p style="font: 200% bold">1.17.x Stable Releases</p>
<p>This document describes releases leading up to the <tt class="docutils literal">1.17.x</tt> <tt class="docutils literal">stable</tt> series.</p>
<div class="section" id="id1">
<h1 id="heading__101">1.17.0 (8/01/2019)</h1>
<p>The first stable release of <cite>1.17.x</cite>, with no changes since the previous rc.</p>
</div>
<div class="section" id="rc2-7-26-2019">
<h1 id="heading_rc_102">1.17.0rc2 (7/26/2019)</h1>
<div class="section" id="api-changes">
<h2 id="heading_apichanges_103">API Changes</h2>
<ul class="simple">
<li>Add concurrent flag, which overrides --enable-pantsd (#7944)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7944">PR #7944</a></li>
</ul>
</div>
<div class="section" id="bugfixes">
<h2 id="heading_bugfixes_104">Bugfixes</h2>
<ul class="simple">
<li>Add some of the wording from #7913 that wasn't merged in #7924 (#7958)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7958">PR #7958</a></li>
<li>Crash pailgun client on SIGINT if we haven't received the pid yet (#7924)
<a class="reference external" href="https://github.com/pantsbuild/pants/issues/7920">Issue #7920</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7924">PR #7924</a></li>
</ul>
</div>
</div>
<div class="section" id="rc1-6-22-2019">
<h1 id="heading_rc_105">1.17.0rc1 (6/22/2019)</h1>
<div class="section" id="id2">
<h2 id="heading_apichanges_106">API Changes</h2>
<ul class="simple">
<li>Use <cite>--no-enabled-shared</cite> for Linux wheel-builder interpreter so that the released PEX works with statically built interpreters (#7794)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7794">PR #7794</a></li>
</ul>
</div>
<div class="section" id="id3">
<h2 id="heading_bugfixes_107">Bugfixes</h2>
<ul class="simple">
<li>Use Selectors module for more robust and efficient syscalls (#7882)
<a class="reference external" href="https://github.com/pantsbuild/pants/issues/7880">Issue #7880</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7882">PR #7882</a></li>
<li>Fix Nailgun failure when the port is not specified (#7878)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7878">PR #7878</a></li>
<li>Fix Junit runner failing when <cite>--extra-jvm-options</cite> provided (#7877)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7877">PR #7877</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7067">PR #7067</a></li>
<li>Fix <cite>py-thrift-namespace-clash-check</cite> type issue when logging with <cite>--no-strict</cite> mode (#7864)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7864">PR #7864</a></li>
<li>Fix rsc compile transitive dep bug introduced in #7742 (#7825)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7825">PR #7825</a></li>
</ul>
</div>
<div class="section" id="refactoring-improvements-and-tooling">
<h2 id="heading_refactoringimproveme_108">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Reinstate PosixFS Threadpool (#7848)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7848">PR #7848</a></li>
<li>Avoid redundant work while hackily_snapshot()ing. (#7829)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7829">PR #7829</a></li>
</ul>
</div>
</div>
<div class="section" id="rc0-5-30-2019">
<h1 id="heading_rc_109">1.17.0rc0 (5/30/2019)</h1>
<div class="section" id="id4">
<h2 id="heading_bugfixes_110">Bugfixes</h2>
<ul class="simple">
<li>make assorted rsc task fixes (#7742)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7742">PR #7742</a></li>
<li>Fix symlinking logic in the presence of broken links. (#7791)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7791">PR #7791</a></li>
<li>Fix doc bug for <cite>--fast</cite> in testrunner_task_mixin (#7797)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7797">PR #7797</a></li>
<li>Fix dependency cycle between <cite>backend/native/subsystems</cite> and <cite>backend/python/subsystems</cite> (#7793)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7793">PR #7793</a></li>
<li>Fix <cite>create_subprocess_encoding_environment</cite> rule. (#7789)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7789">PR #7789</a></li>
</ul>
</div>
<div class="section" id="new-features">
<h2 id="heading_newfeatures_111">New Features</h2>
<ul class="simple">
<li>Rsc native image support (#7809)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7809">PR #7809</a></li>
<li>Hermetic zinc runs with a native-image (#7796)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7796">PR #7796</a></li>
</ul>
</div>
<div class="section" id="id5">
<h2 id="heading_refactoringimproveme_112">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Name threads in the WorkerPool by the name of their parent workunit name (#7813)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7813">PR #7813</a></li>
<li>Blacklist pailgun_server test (#7812)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7812">PR #7812</a></li>
<li>Make futures_helper_thread not Resettable (#7811)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7811">PR #7811</a></li>
<li>Force sequential runs under pantsd (#7781)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7781">PR #7781</a></li>
<li>Upgrade isort and add/fix support for skip config. (#7804)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7804">PR #7804</a></li>
<li>Always use the global interpreter for PythonExecutionTaskBase. (#7801)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7801">PR #7801</a></li>
<li>Update to rust 1.35.0 (#7798)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7798">PR #7798</a></li>
<li>Add scalastyle to the v2 unit test blacklist. (#7800)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7800">PR #7800</a></li>
<li>Run majority of unit tests in CI with V2 Pytest runner (#7724)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7724">PR #7724</a></li>
<li>Have the daemon wait until we stop writing to the socket. (#7782)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7782">PR #7782</a></li>
<li>Properly render multiline output when a V2 task fails (#7783)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7783">PR #7783</a></li>
<li>Deflake serverset test (#7780)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7780">PR #7780</a></li>
<li>Extract RuleGraph into a separate crate (#7767)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7767">PR #7767</a></li>
</ul>
</div>
</div>
<div class="section" id="dev1-5-22-2019">
<h1 id="heading_dev_113">1.17.0.dev1 (5/22/2019)</h1>
<div class="section" id="id6">
<h2 id="heading_newfeatures_114">New Features</h2>
<ul class="simple">
<li>Turn on reproducible PEX builds, e.g. for <cite>./pants binary</cite> command (#7734)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7734">PR #7734</a></li>
<li>Support running Kythe on recent JVMs. (#7703)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7703">PR #7703</a></li>
</ul>
</div>
<div class="section" id="id7">
<h2 id="heading_bugfixes_115">Bugfixes</h2>
<ul class="simple">
<li>Fix PytestRun to honor user <cite>conftest.py</cite> plugins. (#7784)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7784">PR #7784</a></li>
<li>Only python_binary's constraint should be included in a built pex (#7776)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7776">PR #7776</a></li>
<li>Revert v2 zipkin support due to #7415. (#7773)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7773">PR #7773</a></li>
<li>Use patched protobuf with RUSTSEC-2019-0003 fix. (#7770)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7770">PR #7770</a></li>
<li>Fix hermetic environment issues with V2 tasks (#7721)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7721">PR #7721</a></li>
<li>Handle empty test targets for <cite>junit_xml_dir</cite>. (#7752)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7752">PR #7752</a></li>
<li>Align mypy interpreter constraint with reality. (#7754)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7754">PR #7754</a></li>
<li>Fix using sets with V2 <cite>Struct</cite> causing unhashable TypeError (#7747)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7747">PR #7747</a></li>
<li>Confluence publishing uses correct text types (#7746)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7746">PR #7746</a></li>
<li>Fix invalidation of awslambda bundling. (#7744)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7744">PR #7744</a></li>
<li>Fix Python 2 regression for V2 pytest (#7736)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7736">PR #7736</a></li>
<li>Fix 'current' platform check for python_dist() targets with C/C++ sources (#7687)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7687">PR #7687</a></li>
<li>Bump pex to 1.6.7 (#7731)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7731">PR #7731</a></li>
<li>Fixes for pants release 1.17.0.dev0 (#7727)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7727">PR #7727</a></li>
<li>Fix ordering of args from compiler_option_sets and add test for scalac profiling (#7683)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7683">PR #7683</a></li>
</ul>
</div>
<div class="section" id="id8">
<h2 id="heading_refactoringimproveme_116">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Create Pipe wrapper around pipes (#7740)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7740">PR #7740</a></li>
<li>OSX ignore serverset::tests::reattempts_unhealthy. (#7774)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7774">PR #7774</a></li>
<li>Ignore <cite>RUSTSEC-2019-0003</cite>. (#7766)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7766">PR #7766</a></li>
<li>Memoize graph walks on Context (#7758)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7758">PR #7758</a></li>
<li>Skip broken test_pantsd_memory_usage for python2. (#7765)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7765">PR #7765</a></li>
<li>Skip broken <cite>CTypesIntegrationTest</cite> methods. (#7764)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7764">PR #7764</a></li>
<li>Hash an entire json input in one call. (#7759)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7759">PR #7759</a></li>
<li>Fix doc comment locations (#7757)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7757">PR #7757</a></li>
<li>Don't require <cite>ack</cite>, <cite>grep</cite> can do the job. (#7753)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7753">PR #7753</a></li>
<li>Extract a generalized V2 rule to inject <cite>__init__.py</cite> files (#7722)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7722">PR #7722</a></li>
<li>Tweak V2 pytest's execute process description to get more cache hits (#7737)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7737">PR #7737</a></li>
<li>Use @union to make the v2 test runner generic (#7661)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7661">PR #7661</a></li>
<li>Thread-local logging (#7690)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7690">PR #7690</a></li>
<li>Tone down logging when making ShardedLmdbs (#7733)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7733">PR #7733</a></li>
<li>Add logging for V2 test scheduler as temporary workaround until V2 UI is finished (#7729)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7729">PR #7729</a></li>
<li>Apply more shellcheck fixes to build-support scripts (#7719)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7719">PR #7719</a></li>
<li>Rename V2's <cite>MergedDirectories</cite> to <cite>DirectoriesToMerge</cite> (#7730)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7730">PR #7730</a></li>
<li>Always use curl --fail (#7717)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7717">PR #7717</a></li>
<li>Pipe LineOriented through the console (#7723)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7723">PR #7723</a></li>
<li>Properly resolve transitive dependencies in V2 Pytest runner (#7720)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7720">PR #7720</a></li>
<li>Add intrinsic to lift a Digest to a Snapshot (#7725)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7725">PR #7725</a></li>
<li>Add support for source roots in V2 <cite>./pants test</cite> (#7696)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7696">PR #7696</a></li>
<li>Add support in <cite>check_header.py</cite> for Python 3-style headers (#7713)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7713">PR #7713</a></li>
<li>Add <cite>shellcheck.py</cite> and apply first round of fixes (#7698)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7698">PR #7698</a></li>
</ul>
</div>
<div class="section" id="documentation">
<h2 id="heading_documentation_117">Documentation</h2>
<ul class="simple">
<li>Release notes for 1.16.0rc3 (#7778)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7778">PR #7778</a></li>
<li>Release notes for 1.16.0rc2 (#7768)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7768">PR #7768</a></li>
<li>Release notes for 1.16.0rc1 (#7748)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7748">PR #7748</a></li>
</ul>
</div>
</div>
<div class="section" id="dev0-5-13-2019">
<h1 id="heading_dev_118">1.17.0.dev0 (5/13/2019)</h1>
<div class="section" id="id9">
<h2 id="heading_bugfixes_119">Bugfixes</h2>
<ul class="simple">
<li>Fix dependency cycle with cache folder (#7693)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7693">PR #7693</a></li>
<li>Use global instance of PythonSetup for resolve requirements task base (#7672)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7672">PR #7672</a></li>
</ul>
</div>
<div class="section" id="id10">
<h2 id="heading_refactoringimproveme_120">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Setup MyPy config and enforce types for build-support scripts (#7704)
<a class="reference external" href="https://github.com/pantsbuild/pants/issues/6742">Issue #6742</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7704">PR #7704</a></li>
<li>Add builtin Rust rule to strip prefixes from directories for source root support (#7699)
<a class="reference external" href="https://github.com/pantsbuild/pants/issues/7697">Issue #7697</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7699">PR #7699</a></li>
<li>Refactor and modernize <cite>check_header.py</cite> to use Python 3 (#7635)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7635">PR #7635</a></li>
<li>Add pantsd_invalidation_globs option into pants.ini (#7705)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7705">PR #7705</a></li>
<li>Mark build-support Python files as Pants targets to lint build-support (#7633)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7633">PR #7633</a></li>
<li>Refactor <cite>check_banned_imports.py</cite> to allow Python 3 files to import <cite>subprocess</cite> (#7706)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7706">PR #7706</a></li>
<li>Rerun cbindgen on changes to src (#7708)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7708">PR #7708</a></li>
<li>add stack traces to unhashable TypeErrors in the engine (#7532)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7532">PR #7532</a></li>
<li>Convert <cite>check_banned_imports.sh</cite> to Python to workaround Bash array issues and for less duplication (#7702)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7702">PR #7702</a></li>
<li>Output stderr in V2 test rule (#7694)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7694">PR #7694</a></li>
<li>Remove now-unused Path type (#7701)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7701">PR #7701</a></li>
<li>Improve V2 <cite>./pants test</cite> output to make it easier to parse results of multiple targets (#7676)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7676">PR #7676</a></li>
<li>Allow V2 console rules to use colors (#7689)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7689">PR #7689</a></li>
<li>Refactor <cite>PythonSetup.interpreter_or_constraints()</cite> to take a <cite>compatibility</cite> value rather than a <cite>PythonTarget</cite> (#7691)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7691">PR #7691</a></li>
<li>Remove ResettablePool (#7688)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7688">PR #7688</a></li>
<li>PosixFS no longer has its own threadpool (#7685)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7685">PR #7685</a></li>
<li>Refactor v2 TestResult model to use enum (#7677)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7677">PR #7677</a></li>
<li>V2 <cite>./pants test.pytest</cite> selects interpreter based off of compatibility constraints (#7679)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/7679">PR #7679</a></li>
</ul>
</div>
</div>
<!-- main content end -->
<div class="generated">
Generated by <a href="docs.html">publish_docs</a>
from dist/markdown/html/src/python/pants/notes/1.17.x.html 2022-12-03T01:08:59.773959
</div>
</div> <!-- mainflow -->
</div> <!-- content -->
</div>
<div class="col-md-1">
</div>
</div> <!-- row -->
</div> <!-- container-fluid -->
</div> <!-- page -->
<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha384-I6F5OKECLVtK/BL+8iSLDEHowSAfUo76ZL9+kGAgTRdiByINKJaqTPH/QVNS1VDb" crossorigin="anonymous"></script>
<script src="bootstrap-custom.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78111411-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>