Skip to content

release_2.22.0.dev0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 14:29
· 67 commits to main since this release
release_2.22.0.dev0
954f57b

New Features

  • allow loose format in Google Cloud Functions & AWS Lambda targets (#20789)

  • Add Python 3.13 to the default interpreter universe (#20851)

User API Changes

  • Remove deprecated pex_binary(platforms=...) for 2.22, deprecate resolve_local_platforms (#20823)

Bug Fixes

  • OrphanFilepathConfigBehavior.IGNORE should actually ignore orphaned files (#20841)

  • Fix dependencies and dependents to use output file when using json formatting (#20843)

  • Fix Rust option parser escape handling (#20839)

  • stop using deprecated logging.warn method (#20837)

Documentation

  • Fix: Example config for local filesystem caching (#20844)

  • docs: Remove note about abbreviated form (#20830)

  • Added a cautionary note to PyOxidizer's docs page (#20825)