Skip to content

release_2.4.0rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thejcannon thejcannon released this 06 Aug 18:47
· 5085 commits to main since this release
release_2.4.0rc0
319a9a0

New Features

  • Warn when dependency inference is not used due to ambiguity from >1 target exporting the same Python module. (#11792)

  • Dependency inference: can disambiguate modules with multiple owners via ! ignores (#11786)

User API Changes

  • Deprecate --process-execution-cleanup-local-dirs in favor of --process-execution-local-cleanup (#11785)

  • Deprecate --process-execution-use-local-cache in favor of --process-execution-local-cache (#11781)

Bug fixes

  • Do not infer dependencies in some edge cases with ambiguity (#11780)

  • Ensure that metrics are gathered during abnormal exits (#11793)

  • Enable configuration of local store size limits (#11777)

  • Fix remote execution of Pexes by properly using append_only_caches. (#11760)