|
| 1 | +## Release 0.16.0 (2018-07-31) |
| 2 | + |
| 3 | +``` |
| 4 | +Baseline: 4f64b77a3dd8e4ccdc8077051927985f9578a3a5 |
| 5 | +
|
| 6 | +Cherry picks: |
| 7 | + + 4c9a0c82d308d5df5c524e2a26644022ff525f3e: |
| 8 | + reduce the size of bazel's embedded jdk |
| 9 | + + d3228b61f633cdc5b3f740b641a0836f1bd79abd: |
| 10 | + remote: limit number of open tcp connections by default. Fixes |
| 11 | + #5491 |
| 12 | + + 8ff87c164f48dbabe3b20becd00dde90c50d46f5: |
| 13 | + Fix autodetection of linker flags |
| 14 | + + c4622ac9205d2f1b42dac8c598e83113d39e7f11: |
| 15 | + Fix autodetection of -z linker flags |
| 16 | + + 10219659f58622d99034288cf9f491865f818218: |
| 17 | + blaze_util_posix.cc: fix order of #define |
| 18 | + + ab1f269017171223932e0da9bb539e8a17dd99ed: |
| 19 | + blaze_util_freebsd.cc: include path.h explicitly |
| 20 | + + 68e92b45a37f2142c768a56eb7ecfa484b8b22df: |
| 21 | + openjdk: update macOS openjdk image. Fixes #5532 |
| 22 | + + f45c22407e6b00fcba706eb62141cb9036bd38d7: |
| 23 | + Set the start time of binary and JSON profiles to zero correctly. |
| 24 | + + bca1912853086b8e9a28a85a1b144ec0dc9717cc: |
| 25 | + remote: fix race on download error. Fixes #5047 |
| 26 | + + 3842bd39e10612c7eef36c6048407e81bcd0a8fb: |
| 27 | + jdk: use parallel old gc and disable compact strings |
| 28 | +``` |
| 29 | + |
| 30 | +Incompatible changes: |
| 31 | + |
| 32 | + - The $(ANDROID_CPU) Make variable is not available anymore. Use |
| 33 | + $(TARGET_CPU) after an Android configuration transition instead. |
| 34 | + - The $(JAVA_TRANSLATIONS) Make variable is not supported anymore. |
| 35 | + - Skylark structs (using struct()) may no longer have to_json and |
| 36 | + to_proto overridden. |
| 37 | + - The mobile-install --skylark_incremental_res flag is no longer |
| 38 | + available, use the --skylark flag instead. |
| 39 | + |
| 40 | +New features: |
| 41 | + |
| 42 | + - android_local_test now takes advantage of Robolectric's binary |
| 43 | + resource processing which allows for faster tests. |
| 44 | + - Allow @ in package names. |
| 45 | + |
| 46 | +Important changes: |
| 47 | + |
| 48 | + - Option --glibc is removed, toolchain selection relies solely on |
| 49 | + --cpu and --compiler options. |
| 50 | + - Build support for enabling cross binary FDO optimization. |
| 51 | + - The --distdir option is no longer experimental. This |
| 52 | + option allows to specify additional directories to look for |
| 53 | + files before trying to fetch them from the network. Files from |
| 54 | + any of the distdirs are only used if a checksum for the file |
| 55 | + is specified and both, the filename and the checksum, match. |
| 56 | + - Java coverage works now with multiple jobs. |
| 57 | + - Flip default value of --experimental_shortened_obj_file_path to |
| 58 | + true, Bazel now generates short object file path by default. |
| 59 | + - New rules for importing Android dependencies: |
| 60 | + `aar_import_external` and `aar_maven_import_external`. |
| 61 | + `aar_import_external` enables specifying external AAR |
| 62 | + dependencies using a list of HTTP URLs for the artifact. |
| 63 | + `aar_maven_import_external` enables specifying external AAR |
| 64 | + dependencies using the artifact coordinate and a list of server |
| 65 | + URLs. |
| 66 | + - The BAZEL_JAVAC_OPTS environment variable allows arguments, e.g., |
| 67 | + "-J-Xmx2g", may be passed to the javac compiler during bootstrap |
| 68 | + build. This is helpful if your system chooses too small of a max |
| 69 | + heap size for the Java compiler during the bootstrap build. |
| 70 | + - --noexpand_configs_in_place is deprecated. |
| 71 | + - A tool to parse the Bazel execution log. |
| 72 | + - Support for LIPO has been fully removed. |
| 73 | + - Remove support for --discard_actions_after_execution. |
| 74 | + - Add --materialize_param_files flag to write parameter files even |
| 75 | + when actions are executed remotely. |
| 76 | + - Windows default system bazelrc is read from the user's |
| 77 | + ProgramData if present. |
| 78 | + - --[no]allow_undefined_configs no longer exists, passing undefined |
| 79 | + configs is an error. |
| 80 | + - In remote caching we limit the number of open |
| 81 | + TCP connections to 100 by default. The number can be adjusted |
| 82 | + by specifying the --remote_max_connections flag. |
| 83 | + |
1 | 84 | ## Release 0.15.0 (2018-06-26)
|
2 | 85 |
|
3 | 86 | ```
|
@@ -3001,5 +3084,6 @@ Initial release.
|
3001 | 3084 |
|
3002 | 3085 |
|
3003 | 3086 |
|
| 3087 | + |
3004 | 3088 |
|
3005 | 3089 |
|
0 commit comments