The ergonomic and hermetic software build system for Python, Java, Scala, Go, and Shell. Pants lets you fearlessly scale up your codebase.
Project description
Pants is an Apache2 licensed build tool written in Python and Rust.
The latest documentation can be found at pantsbuild.org.
2.15.x Release Series
2.15.0rc1 (Dec 26, 2022)
Bug fixes
-
scala: support scala v3 which has different compiler/library artifacts (Cherry pick of #17855) (#17866)
-
Restore support for :all: in only_binary/no_binary. (Cherry-pick of #17779) (#17784)
-
Test DebugAdapter requests, and fix issues (Cherry-pick of #17678) (#17768)
-
chdir in
rule_runner.run_interactive_process(Cherry-pick of #17722) (#17765)
Performance
- Run python sources with a VenvPex (Cherry-pick of #17700) (#17761)
Documentation
-
Document batched
pytestexecution. (Cherry-pick of #17845) (#17853) -
Tweak the docs about defaults. (Cherry-pick of #17829) (#17838)
2.15.0rc0 (Dec 08, 2022)
Bug fixes
-
More precise running workunit for processes executing remotely (Cherry-pick of #17719) (#17725)
-
Fix twine env vars propagation for
publishgoal. (Cherry-pick of #17650) (#17659) -
Allow for
run --debug-adapterto match breakpoints when source is running in a sandbox (Cherry-pick of #17566) (#17584) -
Do not try to create
""output directory inCreateArchive(Cherry-pick of #17538) (#17548)
Documentation
-
Fix broken docs links to manual build instructions (Cherry-pick of #17608) (#17610)
-
Update team pages for SJ and Dan! (Cherry-pick of #17534) (#17568)
-
Add Shantanu Kumar to Contributors list (Cherry-pick of #17579) (#17587)
2.15.0a1 (Nov 11, 2022)
New Features
- A --resolve flag, to specify the resolves to export. (Cherry-pick of #17416) (#17461)
User API Changes
- Deprecate the old export semantics. (Cherry-pick of #17465) (#17466)
Bug fixes
-
Fix memoization of
CoarsenedTarget.closure(Cherry-pick of #17516) (#17518) -
Support parsing targets from additional paths not containing BUILD files. (Cherry-pick of #17451) (#17513)
-
Ensure lockfile target exists before injecting a dependency to it. (Cherry-pick of #17365) (#17505)
-
Ensure correct eq/hash semantics for PythonArtifact. (Cherry-pick of #17484) (#17492)
-
Flip the default for
pullondocker_imagetoFalse(Cherry-pick of #17459) (#17460) -
Isolate config seed values from the DEFAULT section. (Cherry-pick of #17474) (#17485)
-
Fix poorly understood stdout redirection issue. (Cherry-pick of #17471) (#17473)
-
Fix propagation of the remote-execution-append-only-caches path (Cherry-pick of #17469) (#17472)
-
Fix dep inference from
shuint2_teststargets. (Cherry-pick of #17417) (#17422) -
Fix
EnvironmentNameused intestruns (Cherry-pick of #17412) (#17415) -
Restore debug hints for
testexecution (Cherry-pick of #17406) (#17407)
Performance
-
Skip loading of local cache data when possible (Cherry-pick of #17495) (#17524)
-
Symlink site-packages into
pylintvenvs when possible. (Cherry-pick of #17488) (#17491) -
Filter coarsened targets to only those that are relevant in
pylintrunner rule (Cherry-pick of #17487) (#17490)
Documentation
-
Fix line breaks in a docs page. (Cherry-pick of #17527) (#17528)
-
Clarify how
__defaults__apply to target generators. (Cherry-pick of #17493) (#17499) -
Fix version templating in
vcs_versiondocs (Cherry-pick of #17423) (#17425)
2.15.0a0 (Oct 28, 2022)
New Features
-
Add support for batched
pytestexecution (#17385) -
Add a
batch_sizeparameter to thetestsubsystem. (#17361) -
Replace
skipplaceholders with realSkipOptions in test subsystems. (#17360)
Plugin API Changes
-
Refactor optional typing in generic partitioning utils. (#17371)
-
Refactor plumbing for
testgoal to support batched tests. (#17134) -
Rework partitioning types for more flexibility. (#17288)
Bug fixes
-
Ensure PATH to shims are absolute for the protobuf buf linter. (#17367)
-
Include process execution strategy in Process cache key (#17340)
-
Fix use of
--shardwith--debug/--debug-adapterintest. (#17321) -
go: properly handle xtest packages when building (#17307)
-
Retry the streaming portion of downloads, as well as the setup. (#17298)
Performance
- Implement cancellation of remote processes (#17341)
Documentation
-
Document Synthetic Targets API.(#17330)
-
Initial documentation for Environments (#17096)
-
Add 2.14 blog post link to changelog page. (#17381)
-
Document the existence of the init-pants action. (#17378)
-
Add a section about
testto plugin API guide. (#17362) -
Revise the error message associated with OOM-killed events (#17373)
-
Fix linebreak issues in the targets docs page. (#17364)
-
Fix a nit in the Getting Help docs. (#17295)
2.15.0.dev5 (Oct 19, 2022)
New Features
-
Synthesize targets for Python lockfiles (#17097)
-
Refactor
shunit2into a proper subsystem. (#17257) -
Add lcov support (#17256)
-
New API to create synthetic targets. (#16998)
-
Support custom post renderers in Helm deployments (#17215)
-
Add a
fixgoal (#17202) -
Add basic support for pyright typechecking (#17163)
User API Changes
-
Upgrade Pex to 2.1.111. (#17267)
-
Upgrade the Pants-provided
coverageto version 6.5.X (#17254) -
Upgrade default Flake8 version to 5.0 (#17226)
-
Add Snowflake connector to module mapping (#17165)
-
Always include relevant params in workunit descriptions, and include descriptions in traces by default (#17119)
Plugin API Changes
-
Rename
SubPartitiontoBatchin partitioning types. (#17263) -
Make fmt/lint result types less boilerplate-y (#17192)
-
Begin migration to explicitly scoped environments (#17155)
Bug fixes
-
Fix remote execution not working with remote caching and eager fetch mode (#17272)
-
Remote cache reads are resilient to remote execution writing to the cache (#17195)
-
Adjust
ensure_remote_has_recursiveto succeed if content only exists remotely (#17204) -
Declaring Javascript, Prettier, and Pyright backends/plugins in BUILD (#17190)
-
Set PEX_ROOT for export post-processing command. (#17177)
-
Fix macros depending on macros from other files (#17183)
-
go/gofmt: filter out non-go files from file list (#17171)
-
Fix dep inference with empty lines in multiline imports. (#17284)
Documentation
2.15.0.dev4 (Oct 07, 2022)
New Features
-
Optionally export venvs via symlink into the pex_root. (#17130)
-
go: add cgo support for tailor (#17087)
User API Changes
- Upgrade Pex to 2.1.108. (#17112)
Plugin API Changes
-
Switch
LintRequest.nameto.tool_subsystem(#17103) -
Rename/Refactor
style_requestto better capture intent. (#17084)
Bug fixes
- [internal] Move pyoxidized pants binary out of the main source tree (#16703)
Documentation
-
Generate help info about target_field_name to the docsite. (#17138)
-
Add Aiven to user list. (#17131)
-
Fix
bsp-groups.tomlexample in documentation (#17125) -
Update maintainer job description (#17022)
2.15.0.dev3 (Oct 03, 2022)
New Features
-
Add
venv_site_packages_copiesfield topex_binary(#17046) -
Add golangci-lint to go backend (#16994)
-
go: add
go-generategoal to rungo generateon a package (#16909) -
Support Java codegen for the OpenAPI backend (#16862)
-
go: render coverage reports as HTML (#16995)
-
Environment-aware subsystems (#16965)
-
Environment sensitive options (#16840)
-
Add retries to NetDownload intrinsic. (#16798)
-
go: add basic support for cgo (#16413)
-
Add support for add-trailing-comma tool (#16776)
User API Changes
Plugin API Changes
-
Improve usability of the
--engine-visualize-tooption (#17080) -
Change
fmtplugin schema to allow for targetless formatters (#16980) -
Renames
SubsystemRule()toSubsystem.rules()(#16954) -
Introduce new schema for lint plugins (#16735)
-
Environment,EnvironmentRequest, andCompleteEnvironmentnow includeVarsin the name (#16851) -
MockGetexpectsinput_typeskwarg, notinput_type(#16839)
Bug fixes
-
Fix dirtying of uncacheable nodes (#17079)
-
Make interpreter path expansion cache-correct (#17051)
-
Add python 3.10 to acceptable GCF runtimes (#17028)
-
Don't cache VCS version outside the current pants session. (#17017)
-
Fix Pantsd not properly invalidating when
CPPFLAGSandLDFLAGSchange (#17009) -
Add
parametrize()support for__defaults__. (#16977) -
go: prepend $GOROOT/bin to PATH for tests (#16993)
-
Fix for hang with redirected stdio. (#16970)
-
Fix invalid field error message for parametrized fields. (#16911)
-
Fix venv re-population race. (#16931)
-
waitfor killed nailgun processes. (#16924) -
remove override of register_plugin_field (#16919)
-
Only request source roots for PEP-517 deps that belong on the syspath (#16903)
-
Upgrade
javaparser, and use a permissive language level to support parsing more code (#16896) -
docker: upgrade bollard crate for bug fix (#16850)
-
Preserve stdio when a local process times out. (#16841)
Performance
-
Add an optional speculation delay when using a remote cache (#16922)
-
Only use remote cache when cache scope is Always or Successful (#16920)
Documentation
-
Fix Helm K8S parser help message (#17091)
-
Update
pytest-xdistdocs. (#17071) -
Fix the [python-bootstrap].search_path option name in the docs. (#17063)
-
Add Doron Somech's proudest contribution (#17029)
-
improve remote cache logging for hit or miss (#16975)
-
Remove bad linebreaks from python-run-goal page. (#16976)
-
Update changelog on docsite with 2.13, 2.14 links (#16918)
-
Add Marcelo to team page, move Josh Reed to Maintainer (#16826)
-
Don't mention a specific version in the manual install instructions. (#16888)
2.15.0.dev2 (Sep 09, 2022)
New Features
-
Force colors from mypy always, strip in pants when --no-colors (#16586)
-
Add OpenAPI backend (#16199)
-
go: analyze imports paths by module to enable multiple
go_modtargets (#16386)
Bug fixes
-
docker: capture output once after container exits (#16783)
-
docker: lazily initialize docker connection (#16779)
Documentation
-
Add IBM, Coinbase, and Astranis case studies (#16805)
-
Fix broken shortlinks that invoked "docs:" instead of "doc:" (#16804)
-
Add Brand24 to user list. (#16793)
2.15.0.dev1 (Sep 04, 2022)
New Features
-
go: support placing resource files in packages (and not just embedding) (#16688)
-
"naive" docker command runner (#16670)
-
Adds
binary_namefield to PyOxidizer support (#16696)
Plugin API Changes
-
The environment to use becomes a context-specific parameter (#16721)
-
Deprecate
Platform.currentin favor of requesting an injectedPlatform(#16765) -
Allow
@unions to declare additional types which are provided to implementers (#16717) -
Deprecate remote_auth_plugin option - plugins can use entry points now. (#16691)
Bug fixes
-
Add support for inferring dependencies used in type context bounds (#16709)
-
Resolve properly provided symbol names for types defined at top level package (#16690)
-
Include type bound constraints in consumed symbols during Scala inference (#16692)
-
Make experimental_shell_command deterministic (#16675)
Documentation
-
List commercial Pants services that optionally supplement community's extensive free tier (#16706)
-
In python resource example, use importlib.resources to read assets (#16695)
-
Welcome community members to consider joining team (#16681)
2.15.0.dev0 (Aug 29, 2022)
New Features
-
Add support for string interpolation in Helm deployments (#16611)
-
Add --squash and --pull options support for docker build (#16607)
-
Support Pex's
--path-mappingwith lockfiles for better local requirement support (#16584) -
[experimental] adds
pants_oxidized_experimentaltarget, creating a standalone binary distribution for Pants (#16484)
User API Changes
-
Remove deprecated
[python].only_binary,[python].no_binary, and[python].tailor_ignore_solitary_init_files(#16638) -
Remove deprecated
[python].lockfile_generatorand deprecatepoetrysubsystem (used previously for lockfile generation) (#16633) -
Remove deprecated
use_deprecated_directory_cli_args_semanticsoption (#16630)
Plugin API Changes
-
Add support for passing multiple input params to a
@ruleGet(#16668) -
Remove deprecated
matches_filespecandget_gitfunctions (#16629) -
Remove unnecessary type parameter from
Get(#16634)
Bug fixes
-
Fix dirtying of uncacheable nodes (#17079)
-
Make
FilespecMatchercase-sensitive (#16673) -
Ensure the sandbox distdir exists when creating dists via PEP517. (#16647)
Performance
-
Implement a batched local lookup for missing fingerprints. (#16627)
-
Optimize
CreateDigestimplementation. (#16617)