-
Notifications
You must be signed in to change notification settings - Fork 10
/
notes-1.24.x.html
757 lines (735 loc) · 40.3 KB
/
notes-1.24.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
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
<!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.24.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.24.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 toc-here">
1.24.x Stable Releases
</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 ">
<a href="notes-1.17.x.html">1.17.x Stable Releases</a>
</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_rc_101">1.24.1rc1 (6/16/2020)</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_102">Bugfixes</a></li>
<li class="toc-h1"><a href="#heading_rc_103">1.24.1rc0 (02/06/2020)</a></li>
<li class="toc-h2"><a href="#heading_apichanges_104">API Changes</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_105">Bugfixes</a></li>
<li class="toc-h1"><a href="#heading__106">1.24.0 (01/28/2020)</a></li>
<li class="toc-h1"><a href="#heading_rc_107">1.24.0rc1 (01/23/2020)</a></li>
<li class="toc-h2"><a href="#heading_apichanges_108">API Changes</a></li>
<li class="toc-h1"><a href="#heading_rc_109">1.24.0rc1 (01/08/2020)</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_110">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_111">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h1"><a href="#heading_rc_112">1.24.0rc0 (12/19/2019)</a></li>
<li class="toc-h2"><a href="#heading_apichanges_113">API Changes</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-h1"><a href="#heading_dev_117">1.24.0.dev3 (12/13/2019)</a></li>
<li class="toc-h2"><a href="#heading_apichanges_118">API Changes</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_119">New Features</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_120">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_121">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h1"><a href="#heading_dev_122">1.24.0.dev2 (12/08/2019)</a></li>
<li class="toc-h2"><a href="#heading_apichanges_123">API Changes</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_124">New Features</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_125">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_126">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h2"><a href="#heading_documentation_127">Documentation</a></li>
<li class="toc-h1"><a href="#heading_dev_128">1.24.0.dev1 (12/02/2019)</a></li>
<li class="toc-h2"><a href="#heading_apichanges_129">API Changes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_130">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h1"><a href="#heading_dev_131">1.24.0.dev0 (11/29/2019)</a></li>
<li class="toc-h2"><a href="#heading_apichanges_132">API Changes</a></li>
<li class="toc-h2"><a href="#heading_newfeatures_133">New Features</a></li>
<li class="toc-h2"><a href="#heading_bugfixes_134">Bugfixes</a></li>
<li class="toc-h2"><a href="#heading_refactoringimproveme_135">Refactoring, Improvements, and Tooling</a></li>
<li class="toc-h2"><a href="#heading_versionupdates_136">Version updates</a></li>
</ul>
</nav>
<!-- main content start -->
<!-- generated by pants! -->
<title>1.24.x Stable Releases</title>
<p style="font: 200% bold">1.24.x Stable Releases</p>
<p>This document describes releases leading up to the <tt class="docutils literal">1.24.x</tt> <tt class="docutils literal">stable</tt> series.</p>
<div class="section" id="rc1-6-16-2020">
<h1 id="heading_rc_101">1.24.1rc1 (6/16/2020)</h1>
<p>N.B.: No further releases are expected in the <tt class="docutils literal">1.24.x</tt> <tt class="docutils literal">stable</tt> series. This <tt class="docutils literal">.1rc1</tt>
release is for those upgrading through stable versions who wish to retain pytest console
coverage support in Pants "v1".</p>
<div class="section" id="bugfixes">
<h2 id="heading_bugfixes_102">Bugfixes</h2>
<ul class="simple">
<li>Restore pytest coverage console report. (#10019)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/10019">PR #10019</a></li>
</ul>
</div>
</div>
<div class="section" id="rc0-02-06-2020">
<h1 id="heading_rc_103">1.24.1rc0 (02/06/2020)</h1>
<div class="section" id="api-changes">
<h2 id="heading_apichanges_104">API Changes</h2>
<ul class="simple">
<li>correctly fingerprint scoverage options and copy output into dist/ (#8705)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8705">PR #8705</a></li>
</ul>
</div>
<div class="section" id="id1">
<h2 id="heading_bugfixes_105">Bugfixes</h2>
<ul class="simple">
<li>remove custom NodeResolveFingerprintStrategy (#8398)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8398">PR #8398</a></li>
</ul>
</div>
</div>
<div class="section" id="id2">
<h1 id="heading__106">1.24.0 (01/28/2020)</h1>
<p>The first stable release of the <cite>1.24.x</cite> series!</p>
</div>
<div class="section" id="rc1-01-23-2020">
<h1 id="heading_rc_107">1.24.0rc1 (01/23/2020)</h1>
<div class="section" id="id3">
<h2 id="heading_apichanges_108">API Changes</h2>
<ul class="simple">
<li>Only compile non-module exports for <cite>export-dep-as-jar</cite> goal (#8914)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8914">PR #8914</a></li>
</ul>
</div>
</div>
<div class="section" id="rc1-01-08-2020">
<h1 id="heading_rc_109">1.24.0rc1 (01/08/2020)</h1>
<div class="section" id="id4">
<h2 id="heading_bugfixes_110">Bugfixes</h2>
<ul class="simple">
<li>Fix <cite>./pants lint2</cite> for Black and isort (#8877)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8877">PR #8877</a></li>
<li>Report a deprecation for the option name rather than for the dest. (#8856)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8856">PR #8856</a></li>
</ul>
</div>
<div class="section" id="refactoring-improvements-and-tooling">
<h2 id="heading_refactoringimproveme_111">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>[IntelliJ] Export only modulizable targets when in <cite>export-dep-as-jar</cite> (#8812)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8812">PR #8812</a></li>
</ul>
</div>
</div>
<div class="section" id="rc0-12-19-2019">
<h1 id="heading_rc_112">1.24.0rc0 (12/19/2019)</h1>
<div class="section" id="id5">
<h2 id="heading_apichanges_113">API Changes</h2>
<ul class="simple">
<li>Upgrade fasteners (#8826)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8826">PR #8826</a></li>
<li>Separate v1/v2 backend and plugin registration (#8817)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8817">PR #8817</a></li>
<li>Deprecate old style of passthrough args for isort, Pytest, and MyPy (#8842)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8842">PR #8842</a></li>
<li>Deprecate passthrough args for <cite>./pants login</cite> (#8843)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8843">PR #8843</a></li>
<li>Upgrade ansicolors to 1.1.8 (#8839)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8839">PR #8839</a></li>
<li>Add new MyPy subsystem and deprecate <cite>--lint-mypy-config-file</cite> and <cite>--lint-mypy-version</cite> (#8829)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8829">PR #8829</a></li>
<li>Deprecate unused global <cite>--timeout</cite> option (#8805)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8805">PR #8805</a></li>
</ul>
</div>
<div class="section" id="new-features">
<h2 id="heading_newfeatures_114">New Features</h2>
<ul class="simple">
<li>A v2 backend for generating AWS Lambdas. (#8835)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8835">PR #8835</a></li>
<li>Add user-facing-name abstraction to Node and use it in v2 console UI (#8828)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8828">PR #8828</a></li>
<li>Add timeout options to Pytest rule (#8783)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8783">PR #8783</a></li>
</ul>
</div>
<div class="section" id="id6">
<h2 id="heading_bugfixes_115">Bugfixes</h2>
<ul class="simple">
<li>Fix V2 formatters failing when formatting the same file (#8823)
<a class="reference external" href="https://github.com/pantsbuild/pants/issues/8722">Issue #8722</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8823">PR #8823</a></li>
<li>V2 console UI: fix bug with InteractiveProcessRequest (#8833)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8833">PR #8833</a></li>
<li>Fix terminal display with v2 UI (#8821)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8821">PR #8821</a></li>
<li>move the subdirectory for exception logs to .pids/ (#8511)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8511">PR #8511</a></li>
</ul>
</div>
<div class="section" id="id7">
<h2 id="heading_refactoringimproveme_116">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Use rule-author-supplied description for UI (#8846)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8846">PR #8846</a></li>
<li>Change signature of store_dict extern (#8844)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8844">PR #8844</a></li>
<li>Use f-strings on src/python/pants/option (#8837)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8837">PR #8837</a></li>
<li>Convert <cite>src/python/pants/backend/jvm</cite> to use f-strings (#8703)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8703">PR #8703</a></li>
<li>Update itertools to 0.8.2 (#8840)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8840">PR #8840</a></li>
<li>Port <cite>./pants generate-pants-ini</cite> to V2 (#8830)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8830">PR #8830</a></li>
<li>Improve output of <cite>./pants help</cite> (#8820)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8820">PR #8820</a></li>
<li>A rule to produce a Distdir product. (#8831)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8831">PR #8831</a></li>
<li>Typecheck <cite>rules/core</cite>, <cite>testutil/engine/util.py</cite>, and 30 more files (#8824)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8824">PR #8824</a></li>
<li>Refactor <cite>help</cite> (#8816)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8816">PR #8816</a></li>
</ul>
</div>
</div>
<div class="section" id="dev3-12-13-2019">
<h1 id="heading_dev_117">1.24.0.dev3 (12/13/2019)</h1>
<div class="section" id="id8">
<h2 id="heading_apichanges_118">API Changes</h2>
<ul class="simple">
<li>Deprecate <cite>--requirements</cite> for PythonToolBase subclasses in favor of <cite>--version</cite> and <cite>--extra-requirements</cite> (#8789)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8789">PR #8789</a></li>
<li>Rename V2 goals to use the same naming scheme (#8774)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8774">PR #8774</a></li>
</ul>
</div>
<div class="section" id="id9">
<h2 id="heading_newfeatures_119">New Features</h2>
<ul class="simple">
<li>Add Flake8 linter to V2 (#8791)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8791">PR #8791</a></li>
<li>Support working_directory in EPRs. (#8784)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8784">PR #8784</a></li>
<li>Make v2 binary goal pay attention to --pants-distdir (#8775)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8775">PR #8775</a></li>
</ul>
</div>
<div class="section" id="id10">
<h2 id="heading_bugfixes_120">Bugfixes</h2>
<ul class="simple">
<li>Fix V2 binary to work with multiple targets (#8781)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8781">PR #8781</a></li>
<li>Fix graph ambiguity of using multiple linters/formatters in V2 (#8801)
<a class="reference external" href="https://github.com/pantsbuild/pants/issues/8722">Issue #8722</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8801">PR #8801</a></li>
<li>Fix registration of unions that are split across multiple backends (#8810)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8810">PR #8810</a></li>
<li>Fix enginedisplay printing (#8799)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8799">PR #8799</a></li>
<li>Add cherry-picked commit to 1.23.0 (#8804)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8804">PR #8804</a></li>
<li>Version changes should invalidate pytest runs. (#8790)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8790">PR #8790</a></li>
<li>Fix pantsbuild wheel publishing. (#8782)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8782">PR #8782</a></li>
<li>Revert "Upgrade to Pex 2.0.3. (#8704)" (#8787)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8704">PR #8704</a>
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8787">PR #8787</a></li>
<li>Add parent-build-id option to know what runs are inner runs and not to run them with pantsd (#8724)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8724">PR #8724</a></li>
</ul>
</div>
<div class="section" id="id12">
<h2 id="heading_refactoringimproveme_121">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>A rule to create a pex from a target closure. (#8811)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8811">PR #8811</a></li>
<li>V2 console UI: Logging improvements (#8806)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8806">PR #8806</a></li>
<li>Rework <cite>Goal.Options</cite> so that V2 goals work with MyPy (#8742)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8742">PR #8742</a></li>
<li>Fix V2 linters needing to implement a formatter no-op (#8795)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8795">PR #8795</a></li>
<li>[IntelliJ] Refactor some code in export-dep-as-jar goal (#8792)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8792">PR #8792</a></li>
<li>Load the bootstrapped zinc compiler from the zinc server's classpath. (#8753)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8753">PR #8753</a></li>
<li>Curl in release script fails much more verbosely (#8780)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8780">PR #8780</a></li>
<li>This test has been flaky far too long. (#8788)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8788">PR #8788</a></li>
<li>[V2 UI] Pipe Python-side <cite>Console</cite> to the engine when --v2-ui is set (#8771)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8771">PR #8771</a></li>
<li>Prep for 1.23.0 (#8785)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8785">PR #8785</a></li>
<li>Cleanup type ignore. (#8777)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8777">PR #8777</a></li>
<li>Remove deprecated <cite>./pants mypy</cite> in favor of <cite>./pants lint.mypy</cite> (#8773)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8773">PR #8773</a></li>
</ul>
</div>
</div>
<div class="section" id="dev2-12-08-2019">
<h1 id="heading_dev_122">1.24.0.dev2 (12/08/2019)</h1>
<div class="section" id="id13">
<h2 id="heading_apichanges_123">API Changes</h2>
<ul class="simple">
<li>Add option to attach Subsystems to streaming workunits (#8720)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8720">PR #8720</a></li>
<li>Allow passing arguments to Pytest, isort, and Black in V2 (#8729)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8729">PR #8729</a></li>
</ul>
</div>
<div class="section" id="id14">
<h2 id="heading_newfeatures_124">New Features</h2>
<ul class="simple">
<li>Add <cite>fast-dependencies</cite> V2 rule (#8759)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8759">PR #8759</a></li>
</ul>
</div>
<div class="section" id="id15">
<h2 id="heading_bugfixes_125">Bugfixes</h2>
<ul class="simple">
<li>Fix V2 Black not being distributed to end users (#8776)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8776">PR #8776</a></li>
<li>Fix V2 isort config option when only using a single config file (#8768)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8768">PR #8768</a></li>
</ul>
</div>
<div class="section" id="id16">
<h2 id="heading_refactoringimproveme_126">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Bump test_pytest_run.py timeout. (#8778)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8778">PR #8778</a></li>
<li>Upgrade to Pex 2.0.3. (#8704)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8704">PR #8704</a></li>
<li>Deprecate <cite>--dependencies-external-only</cite> and the default including external dependencies (#8763)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8763">PR #8763</a></li>
<li>Update reqwests dependency to 0.9.22
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8755">PR #8755</a></li>
<li>Simplify <cite>.travis.yml</cite> setup now that more shards can use remote execution (#8754)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8754">PR #8754</a></li>
<li>Fix internal unmatched globs warnings (#8735)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8735">PR #8735</a></li>
<li>Partially type check 300 more files (#8741)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8741">PR #8741</a></li>
</ul>
</div>
<div class="section" id="documentation">
<h2 id="heading_documentation_127">Documentation</h2>
<ul class="simple">
<li>Update "powered by" page. (#8761)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8761">PR #8761</a></li>
</ul>
</div>
</div>
<div class="section" id="dev1-12-02-2019">
<h1 id="heading_dev_128">1.24.0.dev1 (12/02/2019)</h1>
<div class="section" id="id18">
<h2 id="heading_apichanges_129">API Changes</h2>
<ul class="simple">
<li>Remove deprecated option mypy_version (#8751)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8751">PR #8751</a></li>
</ul>
</div>
<div class="section" id="id19">
<h2 id="heading_refactoringimproveme_130">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Add missing source file (#8737)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8737">PR #8737</a></li>
</ul>
</div>
</div>
<div class="section" id="dev0-11-29-2019">
<h1 id="heading_dev_131">1.24.0.dev0 (11/29/2019)</h1>
<p>Note: This was not published due to infrastructure issues. dev1 is effectively identical.</p>
<div class="section" id="id20">
<h2 id="heading_apichanges_132">API Changes</h2>
<ul class="simple">
<li>Deprecate <cite>--run-py-args</cite> and <cite>--run-cpp-args</cite> (#8726)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8726">PR #8726</a></li>
<li>Treat all <cite>MaterializeToDirectories</cite> paths as relative to the buildroot (#8696)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8696">PR #8696</a></li>
<li>Use default argument for <cite>DirectoryToMaterialize</cite>'s <cite>path_prefix</cite> (#8711)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8711">PR #8711</a></li>
</ul>
</div>
<div class="section" id="id21">
<h2 id="heading_newfeatures_133">New Features</h2>
<ul class="simple">
<li>[IntelliJ] Export source jars of dependencies in <cite>export-dep-as-jar</cite> (#8723)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8723">PR #8723</a></li>
<li>Add available targets to the exported json in order to support proper highlighting in the BUILD files (#8688)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8688">PR #8688</a></li>
<li>Add --dep-as-jar option for idea-plugin (#8632)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8632">PR #8632</a></li>
<li>Add <cite>SchedulerSession.materialize_directory()</cite> for less boilerplate in V2 rules (#8709)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8709">PR #8709</a></li>
<li>[experimental] Add export-dep-as-jar task (#8628)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8628">PR #8628</a></li>
<li>Support publishing plugins that expose rules. (#8693)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8693">PR #8693</a></li>
<li>Allow @rule-authors to give rules names (#8592)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8592">PR #8592</a></li>
</ul>
</div>
<div class="section" id="id22">
<h2 id="heading_bugfixes_134">Bugfixes</h2>
<ul class="simple">
<li>Fix unused variable breaking master branch (#8734)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8734">PR #8734</a></li>
<li>Don't check that plugins are exact requirements. (#8721)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8721">PR #8721</a></li>
<li>Don't choke on plugin requirements that are URLs. (#8708)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8708">PR #8708</a></li>
<li>Fix bug in create_html_page - undefined variable (#8700)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8700">PR #8700</a></li>
<li>No-op when V2 <cite>fmt</cite>, <cite>lint</cite>, and <cite>test</cite> have a target with empty sources (#8730)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8730">PR #8730</a></li>
</ul>
</div>
<div class="section" id="id23">
<h2 id="heading_refactoringimproveme_135">Refactoring, Improvements, and Tooling</h2>
<ul class="simple">
<li>Allow V2 isort to use multiple config files (#8731)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8731">PR #8731</a></li>
<li>Refactor V2 Black and isort for better de-duplication (#8732)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8732">PR #8732</a></li>
<li>Refactor <cite>fmt-v2</cite> to use Workspace (#8691)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8691">PR #8691</a></li>
<li>add types to await Get[X](...)!! (#8697)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8697">PR #8697</a></li>
<li>Add V2 implementation of isort (#8689)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8689">PR #8689</a></li>
<li>Assign some names to rules (#8695)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8695">PR #8695</a></li>
<li>Convert <cite>contrib/confluence</cite>, <cite>contrib/thrifty</cite>, <cite>contrib/cpp</cite>, <cite>contrib/scrooge</cite>, <cite>contrib/scalajs</cite> to use f-strings (#8702)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8702">PR #8702</a></li>
<li>Add <cite>TestBase.request_single_product()</cite> for less boilerplate when writing V2 tests (#8698)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8698">PR #8698</a></li>
<li>Convert <cite>contrib/node</cite> and <cite>contrib/go</cite> to use f-strings. (#8699)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8699">PR #8699</a></li>
<li>Remove yielding @rules (#8652)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8652">PR #8652</a></li>
</ul>
</div>
<div class="section" id="version-updates">
<h2 id="heading_versionupdates_136">Version updates</h2>
<ul class="simple">
<li>Bump default MyPy to 0.740 (#8358)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8358">PR #8358</a></li>
<li>Bump to latest junit-runner to pull in #8674. (#8692)
<a class="reference external" href="https://github.com/pantsbuild/pants/pull/8692">PR #8692</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.24.x.html 2022-12-03T01:08:59.823795
</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>