Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Pants is an Apache2 licensed build tool written in Python and Rust.

The latest documentation can be found at pantsbuild.org.

2.11.x Release Series

2.11.1rc2 (May 31, 2022)

User API Changes

  • Upgrade Pex to 2.1.90. (Cherry-pick of #15656) (#15659)

Bug fixes

  • Don't install Pex-style lockfile when no requirements used (Cherry-pick of #15706) (#15708)

  • python_requirements() can handle -r reqs.txt (Cherry-pick of #15672) (#15678)

  • Prevent collisions between attempts to materialize an immutable input digest. (Cherry-pick of #15652) (#15679)

2.11.1rc1 (May 23, 2022)

User API Changes

  • Revert tags changes, except for the python_tests bug fix (#15553)

  • Upgrade Pex to 2.1.88. (Cherry-pick of #15484) (#15486)

Bug fixes

  • Fix non-deterministic order of jvm_artifact(.., excludes=..) (Cherry-pick of #15542) (#15574)

  • Fix JVM resource classification and artifact grouping (Cherry-pick of #15567) (#15572)

  • Improve name= used for Python requirement target generators with tailor (Cherry-pick of #15507) (#15520)

  • jvm: fix incorrect check for root-only ClasspathEntryRequest implementations (Cherry pick of #15494) (#15497)

  • Fix incorrect digest for JVM multiple jvm_artifact(.., jar=..) entries (Cherry-pick of #15571) (#15610)

2.11.1rc0 (May 13, 2022)

Bug fixes

  • Fix tags to work with filesystem arguments, overrides field, and python_tests (Cherry-pick of #15394) (#15413)

  • Support the {chroot} env placeholder for all interactive processes that are not executed in the workspace. (Cherry-pick of #15401) (#15404)

  • Fix [] in file names with target generators (Cherry-pick of #15383) (#15402)

  • Fix tailor detection of existing python_requirements targets (Cherry-pick of #15363) (#15371)

  • Add the "named args explanation" to other relevant parametrize error messages. (Cherry-pick of #15362) (#15369)

  • Use abspath to sandbox in PATH for docker tool shims. (Cherry-pick of #15341) (#15357)

  • Fix a bug in the python venv export logic. (cherrypick of #15294) (#15307)

  • Fix non-determinism of package_data in generated setup.py files (Cherry-pick of #15292) (#15300)

Performance

  • Eagerly skip tools with default lockfiles in export-lockfiles goal (Cherry-pick of #15304) (#15309)

Documentation

  • Improve error message for dependencies on incompatible Python resolves (Cherry-pick of #15416) (#15440)

  • Improve help and error message for [python-infer].unowned_dependency_behavior (Cherry-pick of #15334) (#15389)

  • Disallow ! patterns in build_ignore. (Cherry-pick of #15366) (#15367)

  • Improve error message for resolves x interpreter constraints issues (Cherry-pick of #15314) (#15365)

  • Fix error output of parametrize() (Cherry-pick of #15339) (#15349)

2.11.0 (May 02, 2022)

The first stable release of the 2.11.x series, with no changes since the previous rc!

2.11.0rc6 (Apr 30, 2022)

User API Changes

  • Upgrade Pex to 2.1.84. (Cherry-picks of #15200, #15281 & #15288) (#15289)

Bug fixes

  • Memoize equality for CoarsenedTarget(s) to avoid exponential runtime in check. (Cherry-pick of #15277) (#15278)

2.11.0rc5 (Apr 26, 2022)

Bug fixes

  • Fix issue with Docker publish when using [docker] tools. (Cherry pick of #15255) (#15261)

  • Do not lowercase Docker image tags. (Cherry pick of #15254) (#15260)

  • Fix the placement of the pex verbosity args. (Cherry-pick of #15243) (#15249)

2.11.0rc4 (Apr 25, 2022)

User API Changes

  • Upgrade Pex to 2.1.80. (Cherry-pick of #15179) (#15180)

Bug fixes

  • golang: add more cache keys based on tool IDs (Cherry-pick of #15205) (#15209)

  • Support poetry wildcard requirements. (Cherry-pick of #15213) (#15214)

  • Fix use of @ in path names (Cherry-pick of #15226) (#15231)

  • Fix lockfile generation for duplicate jvm_artifact targets with jar fields. (Cherry-pick of #15219) (#15230)

Documentation

  • Don't log set up of binary shims (Cherry-pick of #15203) (#15206)

  • Mention resolve when partitioning Mypy and Pylint (Cherry-pick of #15172) (#15181)

Performance

  • MyPy and Pylint partition inputs via CoarsenedTarget (Cherry-pick of #15141) (#15244)

2.11.0rc3 (Apr 16, 2022)

New Features

  • Address specs for parametrized target templates expand to their created targets (Cherry pick of #15126) (#15148)

User API Changes

  • Upgrade Pex to 2.1.79. (Cherry-pick of #15125) (#15129)

  • Ban terraform_module referring to subdirectories (Cherry-pick of #15106) (#15122)

  • Enable codegen on relocated files (Cherry-pick of #15100) (#15131)

Bug fixes

  • Clean PID-specific exception file if empty on process exit (#15086) (#15113)

  • Allow dashes in inferred asset strings (Cherry-pick of #15123) (#15154)

  • Fix typo in Pylint description (Cherry-pick of #14945) (#15157)

  • Fix when the same python_requirement defines both type stub and implementation (Cherry-pick of #15121) (#15127)

  • fix missing field check in go protobuf rules (Cherry pick of #15105) (#15118)

  • files/dirs swapped in Snapshot's repr (Cherry-pick of #15101) (#15114)

  • Preserve tombstones for workunits which complete while they still have children (cherrypick of #15088) (#15103)

Documentation

  • Add some codegen and terraform backends to docs generator (Cherry-pick of #15036) (#15156)

2.11.0rc2 (Apr 08, 2022)

User API Changes

  • Upgrade Pex to 2.1.78. (Cherry-pick of #15078) (#15079)

  • terraform: remove terraform_modules generator target type (Cherry pick of #15035) (#15063)

Bug fixes

  • Clean the export dir under dist/ before populating it. (cherrypick #15068) (#15075)

  • Do not use a repository-PEX if a PEX has platforms specified (cherrypick of #15031) (#15034)

  • Fix default layout and use of PEX-repositories for legacy lockfiles (cherrypick of #15014) (#15032)

  • Pin pytest 7.0.1 (cherrypick of #14997) (#15013)

Documentation

  • Text in angle brackets needs to be escaped for the docsite. (Cherry pick of #15046) (#15056)

  • Fix presented provider backend for rules/subsystems. (Cherry pick of #14999) (#15024)

2.11.0rc1 (Mar 31, 2022)

New Features

  • Add Protobuf formatting using buf format (Cherry pick of #14907) ([#14917](https://github.com/pantsbuild/pa

  • Add registration for the Go Protobuf backend (Cherry pick of #14874) (#14900)

  • Restore experimental codegen backends disabled for 2.10 release (Cherry-pick of #14407) (#14932)

  • Add support for parsing address parameters to CLI specs parsing (cherrypick of #14949) (#14957)

User API Changes

  • Upgrade to Pex 2.1.75 for VCS lock support and deadlock fix (Cherry-pick of #14970) (#14976)

Plugin API Changes

  • Deprecate not implementing TargetGenerator in GenerateTargetsRequest implementors. (cherrypick of #14959) (#14962)

Bug fixes

  • Fix unrecognized field error and update-build-files to handle target generator moved fields (Cherry-pick of #14847) (#14930)

  • Fix missing check output by allowing disabled workunits to re-enable themselves (cherrypick of #14854, #14856, #14934) (#14942)

  • Upgrade Pex to 2.1.73. (#14875) (#14880)

  • Unify glob-matching implementations to fix malformed snapshot created by subsetting (cherrypick of #14889) (#14896)

  • Adds jvm_jdk field to protobufs when the Scala backend is enabled (#14891) (#14894)

  • add cache key for all Go SDK invocations (Cherry pick of #14897) (#14901)

  • Adds ClasspathEntryRequest classification for codegen target generators (#14893) (#14895)

Performance

  • Make PEX lockfile subsetting incremental (cherry-pick of #14944) (#14956)

2.11.0rc0 (Mar 17, 2022)

New Features

  • Generate and compile Go from Protobuf (#14714)

  • Add the ability to infer assets from strings for Python (#14049)

  • Add [python].lockfile_generator to allow using Pex for lockfile generation (#14740)

  • Add protobuf linting using Buf with pants.backend.codegen.protobuf.lint.buf backend (#14540)

  • Add run support to pyoxidizer_binary (#14646)

  • Add new [docker].tools option (#14361)

  • Add build_file_dir() symbol to BUILD files (#14827)

  • Adds excludes field to jvm_artifact targets (#14715)

  • Basic support for Helm charts (#14658)

  • Support package goal for Helm charts (#14797)

  • Python dependency inference supports multiple resolves for first-party targets (#14486)

  • Default the parameters of parametrized dependencies on parametrized targets (#14788)

  • Allow for codegen targets to be used directly by JVM compiler requests (#14751)

User API Changes

  • Update default Python interpreter constraints to not use Python 3.6 (#14803)

  • python_sources and python_tests target generators no longer impact interpreter constraints calculations (#14821)

  • Target generators (like python_sources) now only directly depend on their generated targets (#14766)

  • Deprecate not explicitly setting [python].lockfile_generator (#14817)

  • Change default [python].resolves from 3rdparty/python/default_lockfile.txt to 3rdparty/python/default.lock (Cherry-pick of #14815) (#14818)

  • Swap the order of generated names and parameters in Addresses. (#14814)

  • Rename _python_requirements_file target to _generator_sources_helper (#14727)

  • Add SSL_CERT_DIR and SSL_CERT_FILE to the default for [subprocess-environment].env_vars (#14808)

  • Upgrade Pex to 2.1.72. (#14795)

Plugin API Changes

  • Deprecate Subsystem.register_options in favor of the new attribute-based Option types (#14772)

  • New util rule for isolating binary tools. (#14374)

Bug fixes

  • Fix empty sys.path entries causing an error during invalidation glob calculation. (#14819)

  • Fix exclusive spawn mechanism for relative paths and working directories. (#14812)

  • Fix a coverage config rewriting bug. (#14784)

  • golang: fix regression in analysis code (#14733)

Performance

  • Don't restart Pantsd when requirements.txt and pyproject.toml change if using target generators (#14829)

  • Switch default tool lockfiles to Pex lockfiles for faster installation (#14811)

  • Port Process operations to use of DigestTrie (#14723)

Documentation

  • Improve REPL multiple resolves error to mention [python].default_resolve (#14778)

  • Switch from Aegean Check Mark to Multiplication X (#14764)

  • Improve documentation for python_test_utils (#14739)

2.11.0.dev3 (Mar 04, 2022)

New Features

  • Add [python].resolves_generate_lockfiles to enable multiple resolves but with manual generation of lockfiles (#14675)

  • Add python_resolve field to protobuf_source and thrift_source to support multiple resolves with codegen (#14698)

  • JVM: add war file packaging (#13888)

  • Improve export to include pip in the venv. (#14640)

User API Changes

  • Remove [python-protobuf].runtime_dependencies in favor of Pants discovering the dependency (#14695)

  • Upgrade Pex to 2.1.70. (#14700)

Plugin API Changes

  • Add SkipOption and improve ArgsListOption (#14660)

  • Move BinaryPath and BashBinary from pants.engine.process to pants.core.util_rules.system_binaries (#14629)

Bug fixes

  • Fix rendering of "Scheduling: ..." workunits introduced by workunit filtering. (#14681)

  • Give interactive processes a chance to gracefully shutdown (#14580)

  • Don't show no-op regex-lint output. (#14656)

  • Go: introduce cache key for compile actions (#14661)

  • Go: Properly disable CGo (#14623)

Performance

  • Add support for rendering a summary of objects held by the graph (#14638)

  • Reduce memory usage by interning Tasks and RuleGraph entries. (#14683)

  • Skip capture of TRACE workunits by default (#13483)

2.11.0.dev2 (Feb 25, 2022)

New Features

  • New --docker-build-verbose option to print build output to the console. (#14557)

User API Changes

  • Add output_path field to pyoxidizer_binary and change its default destination (#14607)

  • Upgrade terraform-hcl2-parser to version 3.0.3 (#14554)

Plugin API Changes

  • Rename pants.python.binares to pants.core.subsystems.python_bootstrap (#14613)

  • Add PythonToolBase.to_pex_request() to DRY tool installation (#14610)

  • Move PythonBinary from python.binaries to core.util_rules.system_binaries (#14609)

  • Add core/util_rules/system_binaries.py and relocate archive.py types like UnzipBinary to it (#14601)

Bug fixes

  • Show a helpful error message if a 3rdparty jar isn't available. (#14595)

  • Fix pyoxidizer_binary to support python_distribution targets that depend on others (#14620)

  • Coursier caches are now determined by -repos configuration (#14603)

  • adds --no-default to Coursier args so that we only use user-configured maven repos (#14581)

Performance

  • Fix PyOxidizer to write to ~/.cache/pants by using a named cache (#14582)

Documentation

  • Rewrite help for dependencies field to mention generated targets (#14621)

  • Don't leak local paths into generated docs. (#14591)

2.11.0.dev1 (Feb 22, 2022)

New Features

  • Support for file/files in JVM tests (#14537)

  • Support complete_platforms for python_awslambda. (#14532)

  • Support complete_platforms for Python GCFs. (#14530)

  • Properly support filesystem specs in the paths goal. (#14518)

  • Plumb Pex's --complete-platform for pex_binary. (#14526)

  • Adds the plugin names field to scala sources (#14508)

  • jvm: teach dependency inference about multiple resolves (#14491)

  • scala: add implicit dependency on scala-library (#14450)

  • py_awslambda: pass through include_requirements:bool to pex_binary (#14469)

User API Changes

  • Upgrade Pex to 2.1.67. (#14544)

  • Create per-parametrization aliases for generator targets (#14529)

  • Per-resolve scala plugins (#14497)

Plugin API Changes

  • Replace GoalSubsystem.required_union_implementations with GoalSubsystem.activated() (#14313)

  • Add dynamic help (#14543)

  • Add global counters, and deprecate per-workunit counters. (#14541)

Bug fixes

  • Fix PyOxidizer depending on python_distribution with sdist=True (#14394)

  • Fix coverage base global report creation bug. (#14547)

  • Tests scala local plugins, and makes it work properly on scala_sources targets (#14512)

  • Allow use of parametrize with the jdk= field of JVM targets (#14510)

  • Fix address parse bug in update-build-files --fix-python-macros. (#14485)

Performance

  • Shortcircuit source subsetting if there are no distributions. (#14564)

  • Calculate local distribution contents once per distribution (#14551)

Documentation

  • Fix the incompatible resolve error message to include the entire checked set of targets. (#14525)

  • Add disclaimer about [python].enable_resolves and lockfile generation (#14475)

2.11.0.dev0 (Feb 11, 2022)

New Features

  • Add support for long_description_path field in python_distribution (#14448)

  • Improve export goal to handle multiple Python resolves (#14436)

  • Add support for multiple compile/testing JDKs (#14421)

  • Add initial support for a parametrize builtin to generate multiple copies of a target (#14408)

  • scala: support multiple scala versions (#14425)

User API Changes

  • Remove support for JSON-encoded JVM lockfiles. (#14458)

  • Remove deprecated <stage>.tag version values. (#14453)

  • Remove deprecated [scala] version option. (#14455)

  • Replace compatible_resolves with resolve for JVM targets (#14441)

  • python_requirement uses resolve: str field, not compatible_resolves: list[str] (#14420)

  • Remove options, goals, and backends deprecated in Pants 2.10 (#14396)

  • Migrate the Docker context tags version from <stage>.tag to tags.<stage>. (#14376)

  • Default to use_deprecated_python_macros = false and deprecate the option (#14399)

Plugin API Changes

  • Adding DictOptions and WorkspacePathOption to the declarative options (#14433)

  • More declarative target generators for plugins (#14377)

Bug fixes

  • Fix handling of Go version for third-party packages (#14457)

  • Fix issue picking up base image tag from Dockerfile with a digest present. (#14447)

  • Make sure [python].enable_resolves = false disables checking for valid resolves (#14418)

  • Fix pants_requirements target generator to use resolves (#14417)

  • Fix tailor when --use-deprecated-python-macros=false (#14404)

Documentation

  • help command reminds users about help-advanced (#14402)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pantsbuild.pants-2.11.1rc2-cp39-cp39-macosx_11_0_arm64.whl (8.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pantsbuild.pants-2.11.1rc2-cp39-cp39-macosx_10_15_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

pantsbuild.pants-2.11.1rc2-cp38-cp38-macosx_10_15_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

pantsbuild.pants-2.11.1rc2-cp37-cp37m-macosx_10_15_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

File details

Details for the file pantsbuild.pants-2.11.1rc2-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pantsbuild.pants-2.11.1rc2-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99823cee2fc251039ca395c5be469d22d77d169621f648fa8effb295876d6477
MD5 8ddd4c3427f93926c59011467d8db84e
BLAKE2b-256 0641b20218aa9eeb2a1996cc9b1d78966293a10451b7766705edbd1ceb9b8da0

See more details on using hashes here.

File details

Details for the file pantsbuild.pants-2.11.1rc2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pantsbuild.pants-2.11.1rc2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c60738d585200e8a956992c46b62337dc408331231a6f58eaaa28e1a003d3e30
MD5 d97f08186d9eecf90ec51308b61dce9c
BLAKE2b-256 39f519e2f794f7a75cbbcf973150c40ea01a688d8869b34d08489ae1bf211800

See more details on using hashes here.

File details

Details for the file pantsbuild.pants-2.11.1rc2-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pantsbuild.pants-2.11.1rc2-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cbb9b677d5f454166c4b83df9d9eec201d89b233d1f9ba59d1d35897d18d64fc
MD5 fb4af8f535b43baa86daa52fc849028c
BLAKE2b-256 81f02f9fc8f627ed93adb648a19eda0ed8314812f69315c958a1d565c7210756

See more details on using hashes here.

File details

Details for the file pantsbuild.pants-2.11.1rc2-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pantsbuild.pants-2.11.1rc2-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 08581aff8d75fd42e728a2c0220a00bf0c2ee886fd3ef5e95d027b0f0d348c68
MD5 6c726d36abadd86ce6d90bd1b4375d88
BLAKE2b-256 679b1750a0a2a4796c1b95f9033763e790d74202ae14b16dd6c30a92255f8d04

See more details on using hashes here.

File details

Details for the file pantsbuild.pants-2.11.1rc2-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pantsbuild.pants-2.11.1rc2-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 19cfd7cc1a84f93996d5ef15f47a363aa51ae07aaafea5c2b036a992014b81f3
MD5 33f40944df6ea00c9f02d1f029d75700
BLAKE2b-256 9715def30bf67c4d1d5b668c96153536560b4135da7f194944d943921eea785e

See more details on using hashes here.

File details

Details for the file pantsbuild.pants-2.11.1rc2-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pantsbuild.pants-2.11.1rc2-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07d2dd760e1b216fd2cec54e17debbc2b21e5a83165d749e006a5845b6c1926e
MD5 b6d34570d4122b2847d791e7a4306e31
BLAKE2b-256 aa3efc5674dec6d72583bb3cefd25f016e188b384bc2a5a936a3f87bb1314e3f

See more details on using hashes here.

File details

Details for the file pantsbuild.pants-2.11.1rc2-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pantsbuild.pants-2.11.1rc2-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3d1d48f519cb522bd3f31f18c3ec9596dbe14cebfb9e8db82c3865da0a9e3e1b
MD5 a7fa339cb25e98818ec4858d631cd8e1
BLAKE2b-256 833c1c67d5cbb4fdd182fa56df763643376fbf14263b869548084dcb7d3a112a

See more details on using hashes here.

Release history Release notifications | RSS feed

2.17.1

10 files

2.17.0

10 files

2.16.1

10 files

2.16.0

10 files

2.15.2

7 files

2.15.1

7 files

2.15.0

7 files

2.14.2

7 files

2.14.1

7 files

2.14.0

10 files

2.13.1

10 files

2.13.0

10 files

2.12.1

10 files

2.12.0

7 files

2.11.1

7 files

This release

2.11.1rc2 This release

7 files

2.11.0

7 files

2.10.1

7 files

2.10.0

7 files

2.9.2

7 files

2.9.1

7 files

2.9.0

7 files

2.8.1

7 files

2.8.0

7 files

2.7.2

7 files

2.7.1

7 files

2.7.0

7 files

2.6.1

7 files

2.6.0

7 files

2.5.2

7 files

2.5.1

7 files

2.5.0

7 files

2.4.2

4 files

2.4.1

4 files

2.4.0

4 files

2.3.3

4 files

2.3.2

4 files

2.3.1

4 files

2.3.0

4 files

2.2.4

4 files

2.2.3

4 files

2.2.2

4 files

2.2.1

4 files

2.2.0

4 files

2.1.2

6 files

2.1.1

6 files

2.1.0

6 files

2.0.2

6 files

2.0.1

6 files

2.0.0

6 files

1.30.4

6 files

1.30.3

6 files

1.30.2

6 files

1.30.1

6 files

1.30.0

6 files

1.29.0

6 files

1.28.0

2 files

1.27.0

2 files

1.26.0

2 files

1.25.0

2 files

1.24.0

2 files

1.23.0

2 files

1.22.0

2 files

1.21.0

2 files

1.20.0

2 files

1.19.0

2 files

1.18.0

2 files

1.17.0

6 files

1.16.0

6 files

1.15.0

6 files

1.14.0

2 files

1.13.0

2 files

1.12.0

2 files

1.11.0

2 files

1.10.0

2 files

1.9.0

2 files

1.8.0

2 files

1.7.0

3 files

1.6.0

3 files

1.5.0

3 files

1.4.0

3 files

1.3.0

1 file

1.2.1

1 file

1.2.0

1 file

1.1.0

1 file

1.0.1

1 file

1.0.0

1 file

0.0.82

1 file

0.0.81

1 file

0.0.80

1 file

0.0.79

1 file

0.0.78

0.0.77

1 file

0.0.76

1 file

0.0.75

1 file

0.0.74

1 file

0.0.73

1 file

0.0.72

1 file

0.0.71

1 file

0.0.70

1 file

0.0.69

1 file

0.0.68

1 file

0.0.67

1 file

0.0.66

1 file

0.0.65

1 file

0.0.64

1 file

0.0.63

1 file

0.0.62

1 file

0.0.61

1 file

0.0.60

1 file

0.0.59

1 file

0.0.58

1 file

0.0.57

1 file

0.0.56

1 file

0.0.55

1 file

0.0.54

1 file

0.0.53

1 file

0.0.52

1 file

0.0.51

1 file

0.0.50

1 file

0.0.49

1 file

0.0.48

1 file

0.0.47

1 file

0.0.46

1 file

0.0.45

1 file

0.0.44

1 file

0.0.43

1 file

0.0.42

1 file

0.0.41

1 file

0.0.40

1 file

0.0.39

1 file

0.0.38

1 file

0.0.37

1 file

0.0.36

1 file

0.0.35

1 file

0.0.34

1 file

0.0.33

1 file

0.0.32

1 file

0.0.31

1 file

0.0.30

1 file

0.0.29

1 file

0.0.28

1 file

0.0.27

1 file

0.0.26

1 file

0.0.25

1 file

0.0.24

1 file

0.0.23

1 file

0.0.22

1 file

0.0.21

1 file

0.0.20

1 file

0.0.18

1 file

0.0.17

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page