New Features
-
Add support for packaging python AWS Lambda layers (#19123)
-
Add visibility linter to report all violations. (#17671)
User API Changes
-
Remove the old Python tool lockfile functionality. (#19218)
-
Rename
python_awslambda
topython_aws_lambda_function
(#19216) -
Deprecate the version/extra_requirements options on python tools. (#19204)
Plugin API Changes
- Deprecate using
PythonBinary
(#19209)
Bug Fixes
-
store stdout/stderr output from tests as bytes (#19184)
-
Discover Scala REPL main class and coordinates (#19189)
-
Scrub the Pyenv install dir before attempting an install. (#19193)
-
Include scala_artifact classpath rule (#19190)
-
docker_image
: secrets paths are now expanding~
to the users home directory. (#19130) -
Support explicit dependencies with scala_artifact (#19187)
-
Avoid extra
.
infrom .. import
parent imports in Rust Python dep inference (#19175)