release_2.12.0rc3
Pre-release
Pre-release
stuhood
released this
24 Jun 04:06
·
3049 commits
to main
since this release
New Features
User API Changes
- Change the default
remote_cache_warnings
warnings behavior tobackoff
. (Cherry-pick of #15745) (#15746)
Plugin API Changes
- Introduce a plugin API to provide all thread local state, and deprecate stdio-specific methods (Cherry-pick of #15890) (#15907)
Bug fixes
-
Upgrade to
nails
0.13.0
to pick up support forJDK >=13
. (Cherry-pick of #15899) (#15906) -
Allow JVM memory controls to bound the process pool size to less than the process parallelism (Cherry-pick of #15903) (#15905)
-
Fix
[python-infer].inits
and[python-infer].conftests
to considerresolve
field (Cherry-pick of #15787) (#15793) -
Record metrics for remote cache store errors (Cherry-pick of #15744) (#15747)
-
Fix help for
--process-total-child-memory-usage
and--process-per-child-memory-usage
(Cherry-pick of #15733) (#15737)