blob: e22f51fccfb3c6980225f517df3669cd34b2f559 [file] [log] [blame] [view]
Bazel Release System50e90602022-05-03 18:36:36 +02001## Release 6.0.0-pre.20220421.3 (2022-05-03)
2
3```
4Baseline: 092884b0118f1b8b14ba2277851baa6dcce5cac2
5
6Cherry picks:
7
8 + 82861c3a6e9761af883b1f6c99eef27da28b3d00:
9 remove debug statement
10 + a5a4198b4bae3e10e30bf48083d037acce39aac3:
11 Automated rollback of commit
12 92d760b37722feffd5b1121e4f9a1152d8120946.
13```
14
15Important changes:
16
17 - Switch cc_test implementation to Starlark. Note: cc_test will now
18 link statically when _targeting_ Windows regardless of host
19 platform (rather than always linking statically when Windows is
20 the _host_).
21 - Switch cc_test implementation to Starlark. Note: cc_test will now
22 link statically when _targeting_ Windows regardless of host
23 platform (rather than always linking statically when Windows is
24 the _host_).
25 - Add devtools/build/lib/worker:work_request_handlers to the remote
26 android tools release package. This will be transitively packaged
27 into all_android_tools.
28 - Bazel uses the D8 jar from Maven instead of the SDK.
29 - android_sdk_repository read $ANDROID_SDK_ROOT in addition to
30 $ANDROID_HOME.
31 - Advance android_tools_pkg version to 0.24.0.
32
33This release contains contributions from many people at Google, as well as Benjamin Peterson, Brandon Duffany, Daniel Wagner-Hall, Emil Kattainen, Fabian Meumertzheim, hvd, Keith Smiley, Tao Wang, Thomas Chen, ThomasCJY, Tom de Goede.
34
Bazel Release Systemfb9c61a2022-04-26 21:19:34 +020035## Release 6.0.0-pre.20220414.2 (2022-04-26)
36
37```
38Baseline: 6872fd230b7fe4a15fa900d16f6f9ddd5726cdc3
39
40Cherry picks:
41
42 + a603c2382ffcc49f344eee73dfcd65aa2332f64f:
43 Automated rollback of commit
44 b93f828133e74cb3589ba7ffcfe74d2fe72430cd.
45 + 6142eac9153b539661c43dada5e11b552a6f58f6:
46 Automated rollback of commit
47 314b0900cec69a9d017ab84e94ee1cc0b6782470.
48```
49
50Important changes:
51
52 - Bazel uses the D8 jar from Maven instead of the SDK.
53 - Make ijar / java_import preserve classes with `@kotlin.Metadata`
54 annotations
55 - Bazel uses the D8 jar from Maven instead of the SDK.
56 - android_sdk_repository read $ANDROID_SDK_ROOT in addition to
57 $ANDROID_HOME.
58
59This release contains contributions from many people at Google, as well as Alex Torok, gkorlam, hvadehra, Vasilios Pantazopoulos, Yannic.
60
Bazel Release Systeme9de4932022-04-19 14:08:32 +020061## Release 6.0.0-pre.20220411.2 (2022-04-19)
62
63```
64Baseline: 8f0034ce1e7854521e259a5eaf71859b1e6f95bc
65
66Cherry picks:
67
68 + a9465dfa4b124e331b8bb3e8d0219ea3dff7cdb1:
69 Automated rollback of commit
70 240af807c935225d98b630666000cc03934f2ce7.
71```
72
73Important changes:
74
75 - Allow specialization to work with constraint_values.
76
77This release contains contributions from many people at Google, as well as Brentley Jones, Fabian Meumertzheim, Keith Smiley, Noa Resare, Sahin Yort, Thomas Zayouna, Vasilios Pantazopoulos.
78
Bazel Release System5257e252022-04-14 16:11:53 +020079## Release 6.0.0-pre.20220407.1 (2022-04-14)
80
81```
82Baseline: 9db58e0656d7456e8180e90400c2c94a76bf5c8b
83```
84
85Incompatible changes:
86
87 - this incompatible change breaks old instances of http_archive
88 that specified netrc as an absolute path. It is unlikely there
89 are many instances in the wild since the path would refer to a
90 netrc file inside the external repository by absolute path.
91 Migration should be straightforward.
92 - genrule switched to use exec transition instead of host. This can
93 break targets with hardcoded output paths. To avoid using
94 hardcoded paths use make variables, see
95 https://docs.bazel.build/versions/4.2.2/be/make-variables.html#pre
96 defined_label_variables
97 - this incompatible change breaks old instances of http_archive
98 that specified netrc as an absolute path. It is unlikely there
99 are many instances in the wild since...
100 - Error Prone now checks for unused return values of additional
101 methods on `java.lang.Object`, which can be disabled using
102 `--javacopts=-Xep:ReturnValueIgnored:OFF`
103 - Error Prone now checks for unused return values of additional
104 methods on `java.lang.Object`, which can be disabled using
105 `--javacopts=-Xep:ReturnValueIgnored:OFF`
106 - The --incompatible_existing_rules_immutable_view flag has been
107 flipped to true. See
108 https://github.com/bazelbuild/bazel/issues/13907 for
109 migration notes.
110
111Important changes:
112
113 - Deprecate --incompatible_applicable_licenses flag, in preparation
114 for removal in Bazel 6.x.
115 - Treat py_*.srcs_version="PY2" the same as "PY2ONLY".
116 - The Build Event Protocol now contains file digests and sizes
117 along with the file name and URI.
118 - Refactor system suspend event handling.
119 - alias() can now select() directly on constraint_value()
120 - Allow \a \b \f \v escape sequences in Starlark.
121 - Match remote and local xcode version by most granular version.
122 - Adds `--experimental_worker_multiplex_sandboxing` flag that
123 controls whether to sandbox multiplex workers that support it.
124 - provider() has a new parameter: init, a callback for performing
125 pre-processing and validation of field values. Iff this parameter
126 is set,
127 provider() returns a tuple of 2 elements: the usual provider
128 symbol (which,
129 when called, invokes init) and a raw constructor (which bypasses
130 init).
131 - Tests that fail to create or complete their
132 `TestAttemptContinuation` by
133 throwing an `ExecException` will report an `INCOMPLETE` status.
134 Previously, Bazel
135 would fail to report any status for the test attempt.
136 - Fixed an issue where Bazel could erroneously report a test passes
137 in coverage mode without actually running the test.
138 - Include more information about configurations in cquery proto
139 formatted output. This deprecates the configuration field of
140 AnalysisProtosV2.ConfiguredTarget, and adds a new field,
141 configuration_id, to
142 be used instead.
143 - experimental cc_library.implementation_deps inverted to
144 interface_deps
145 - In aquery and cquery proto output, indicate if a configuration is
146 a
147 tool or non-tool configuration.
148 - Include complete configurations in cquery proto output.
149 - experimental cc_library.implementation_deps inverted to
150 interface_deps
151 - Make protocOpts() publicly accessible.
152 - Add some documentation about how configuration information is
153 conveyed in cquery proto output.
154 - Introduces experimental static library linking API under
155 apple_common.link_multi_arch_static_library
156 - Further deprecation and removal of pkg_tar. Stop supporting
157 legacy use of 'files' attribute, where it could be a list of
158 labels instead of a map of paths to labels.
159 - Removed --incompatible_no_build_defs_pkg flag. It never fulfilled
160 its purpose because --all_incompatible_changes would never set
161 it. The last rule it gated (pkg_tar) is scheduled to be removed
162 in Bazel 6.x.
163 - Add coverage configuration fragment, used to expose
164 output_generator label.
165 - Bazel now no longer includes system headers on macOS in coverage
166 reports (#14969).
167 - android_sdk_repository read $ANDROID_SDK_ROOT in addition to
168 $ANDROID_HOME.
169 - The default dexer is now d8. dx can be optionally enabled using:
170 --define=android_dexmerger_tool=dx_dexmerger \
171 --define=android_incremental_dexing_tool=dx_dexbuilder \
172 --define=android_standalone_dexing_tool=dx_compat_dx \
173 --use_workers_with_dexbuilder
174 - Packaging support for deploy JAR embedded JDK files (hermetic
175 Java).
176 - Don't stamp cc_common.link actions for tool dependencies.
177 - Starlark test rules can use the new inherited_environment
178 parameter of testing.TestEnvironment to specify environment
179 variables
180 whose values should be inherited from the shell environment.
181 - Enable merging permissions during Android manifest merging with
182 the --merge_android_manifest_permissions flag.
183
184This release contains contributions from many people at Google, as well as Adam Wolf, Albert Lloveras, Alessandro Patti, Alex Eagle, Alex Scott, Andreas Herrmann, Andrew Katson, arunkumar9t2, Ast-x64, Benedek Thaler, Benjamin Lee, Benjamin Peterson, Ben Lee, Bohdan Vanieiev, Bradley Burns, Brandon Jacklyn, Brentley Jones, Brentley Jones, Chad Miller, Chris Fredrickson, Christopher Sauer, ckiffel, Cristian Hancila, crydell-ericsson, Dan Fleming, Daniel Wagner-Hall, Danny Wolf, David Ostrovsky, Denys Kurylenko, Dimi Shahbaz, divanorama, dmaclach, Ed Schouten, Fabian Meumertzheim, floriographygoth, Fredrik Medley, gkgoat1, Greg Estren, Greg, Hannes Kufler, hvadehra, Jan, Jay Bazuzi, jheaff1, Jiawen Chen, Joel Williamson, juanchoviedo, Keith Smiley, Ken Micklas, Kevin Lin, lihu, Luc Bertrand, Marek uppa, Matt Mackay, Michael P. Nitowski, Mikhail Balabin, Mostyn Bramley-Moore, Nick Korostelev, Nitesh Anandan, Niyas Sait, Noa Resare, Oscar Bonilla, Patrick Balestra, Paul Tarjan, Pras Velagapudi, Rahul Butani, Rifqi Mulya Fahmi, Ryan Schmidt, Simon Bjorklen, Son Luong Ngoc, Stiopa Koltsov, Sven Tiffe, Ted Kaplan, Tetsuo Kiso, Thi Doan, Thomas Zayouna, Timothe Peignier, Ulf Adams, Ulrik Falklof, Vasilios Pantazopoulos, William Muir, Xavier Bonaventura, Xdng Yng, Yannic Bonenberger, Yesudeep Mangalapilly, Yuval K, Zhongpeng Lin.
185
Bazel Release Systemf5d4a7b2022-04-08 17:45:44 +0200186## Release 5.1.1 (2022-04-08)
Bazel Release System98022492022-04-08 14:11:37 +0200187
188```
Bazel Release Systemf5d4a7b2022-04-08 17:45:44 +0200189Baseline: 8d66a4171baddcbe1569972f019e54130111202c
Bazel Release System724177f2022-03-25 20:57:02 +0100190
191Cherry picks:
192
Bazel Release Systemf5d4a7b2022-04-08 17:45:44 +0200193 + becd1494481b96d2bc08055d3d9d4d7968d9702e:
194 Remote: Cache merkle trees
195 + d7628e1b566be353fe7172241ac8f15d5f8e7ff5:
196 Update DEFAULT_IOS_CPU for M1 arm64 simulator support
197 + 80c56ff7b603fcfff02a5f97829a2a5935f360a0:
198 Compile Apple tools as fat binaries if possible
199 + 3c09f3438a966b49a7c1726022c898b390b3a6e5:
200 Add protobuf as a well known module
201 + 3a5b3606a6f5433467a5b49f0188c41411684bf5:
202 Remote: Merge target-level exec_properties with
203 --remote_default_exec_properties
204 + 917e15ea408e1d3d25574edbb466b39cfbcb61fe:
205 Add -no_uuid for hermetic macOS toolchain setup
206 + f5cf8b076bc913dbe021104d5f6837fb4a6cd8b3:
207 Remote: Fixes an issue when --experimental_remote_cache_async
208 encounter flaky tests.
209 + 77a002cce050e861fcc87c89acf7768aa5c97124:
210 Remove DigestUtils.getDigestInExclusiveMode() now that SsdModule
211 has …
212 + 557a7e71eeb5396f2c87c909ddc025fde2678780:
213 Fixes for the Starlark transition hash computation (#14251)
214 + 34c71465f84fa780217926db2e8e5ca3d6d4568c:
215 Do location expansion in copts of objc_library
216 + 50274a9f714616d4735a560db7f617e53fb8d01b:
217 [5.x] Remote: Add support for compression on gRPC cache (#14277)
218 + 61bf2e5b5181cbe34a2f0d584053570943881804:
Bazel Release System724177f2022-03-25 20:57:02 +0100219 Automated rollback of commit
Bazel Release Systemf5d4a7b2022-04-08 17:45:44 +0200220 34c71465f84fa780217926db2e8e5ca3d6d4568c.
221 + 79888fe7369479c398bafe064daa19a7ae30f710:
222 Silence a zstd-jni GCC warning.
223 + 063b5c9c2c09b4794010b9a169b44890ffc79ec4:
224 Remote: Limit max number of gRPC connections by
225 --remote_max_connections.
226 + fd727ec96d861573dcbad3249d727a94eff84789:
227 Do location expansion in copts of objc_library
228 + 23d096931be9b7247eafa750999dd7feadde14c1:
229 Fix _is_shared_library_extension_valid
230 + 5cf1d6e1f78bc860fcd0e2e86eff6fe43ab4a5a2:
231 Remove merging of java_outputs in JavaPluginInfo.
232 + cea5f4f499aa832cf90c68898671869ce79d63f2:
233 Cherrypick Bzlmod documentation (#14301)
234 + 227e49e28e5122cddd6c4cb70686ff7bde3617ea:
235 Format work requests according to ndjson spec
236 + ae0a6c98d4f94abedbedb2d51c27de5febd7df67:
237 Enable user_link_flags_feature for macosx cc_toolchain_config
238 + 8c2c78cdc66cc9d5eb2cd59823c659892c1643a7:
239 Remote: Use Action's salt field to differentiate cache across
240 workspaces.
241 + f94898915268be5670fb1e93a16c03e9b14d2a58:
242 [5.x] Remote: Fix "file not found" error when remote cache is
243 changed from enabled to disabled. (#14321)
244 + 3069ac4e33dcca6f3d1abf55940cdd764d03bdbf:
245 Delete marker file before fetching an external repository
246 + c05c6261cdb2cacb7c9881c255c0ada435ab5182:
247 Remote: Fix file counting in merkletree.DirectoryTreeBuilder
248 + d84f7998ef8f15e27376a0c8f25b320145c4ba9e:
249 Fix remote spawn tests for remote_merkle_tree_cache=true
250 + 59e16e944200555da377799aa0d9e8d0674d2e27:
251 Show skipped tests as a warning
252 + 76b3c242831f8e88835e3002a831a185a41fcc52:
253 Build xcode-locator as a universal binary
254 + aa52f2ddf9bab1ebd18e5431124061e813bfcd80:
255 Exit collect_coverage.sh early if LCOV_MERGER is not set.
256 + 4256d46327bad8638df91be1a5d4ef83b12b74c7:
257 Automated rollback of commit
258 d84f7998ef8f15e27376a0c8f25b320145c4ba9e.
259 + dce24350befd08216b3910ae343670015444ff81:
260 [apple] fix issues compiling C in objc_library for watchos/armv7k
261 + bfc24139d93f8643686d91596ba347df2e01966a:
262 5.x: Remote: Ignore blobs referenced in BEP if the generating
263 action cannot be cached remotely. (#14389)
264 + 5aef53a8884038f3c9f06e6dddb9372196253378:
265 Remote: Don't blocking-get when acquiring gRPC connections.
266 (#14420)
267 + 005361c895da334beb873901e93aff06d180256e:
268 Disable IncludeValidation for ObjC in bazel
269 + d703b7b4f09fb3c389f99e52bac1f23930280b56:
270 Update java_tools v11.6
271 + 90965b072eb4a6dec8ff5b8abde3726732d37bdc:
272 Stop remote blob upload if upload is complete. (#14467)
273 + dc59d9e8f7937f2e317c042e8da8f97ba6b1237e:
274 [5.x] Make remote BES uploader better (#14472)
275 + 2edab739e1f61fe8813230b03396ca46f0790089:
276 Avoid too verbose warnings in terminal when cache issues
277 + 1160485192b5e6d95bcd426b55cc9a35fc6b8614:
278 Rename --project_id to --bes_instance_name
279 + c63d9ecbe5fcb5716a0be21d8fc781d7aa5bbc30:
280 Automated rollback of commit
281 bfdfa6ebfd21b388f1c91f512291c848e1a92a96.
282 + b341802700484d11c775bf02d80f43ba3f33b218:
283 [apple] support watchos_arm64 in toolchain
284 + 43bcf80a3dfdc5ac89c1e4d615d6f29a495855fb:
285 Disable implicitly collecting baseline coverage for toolchain
286 targets.
287 + 302971e1b3d803069ac949c0085c0d2a3916c8ab:
288 Automated rollback of commit
289 7d09b4a15985052670244c277e4357557b4d0039.
290 + 62002024ca7012ffe0f4fc74ac20b5471513c8c8:
291 Bzlmod: Starlarkify default attr values for TypeCheckedTags
292 + 38117d491cbc4a5686e0bdb1e58f8946d96aed58:
293 Fix build after rc4 cherrypicks (#14581)
294 + 41feb616ae18e21fdba3868e4c298b0b83012f10:
295 Release 5.0.0 (2022-01-19)
296 + 486d153d1981c3f47129f675de20189667667fa7:
297 Find runfiles in directories that are themselves runfiles
298 + 0de7bb95022057e8b89334f44759cf6f950e131f:
299 Don't resolve symlinks for --sandbox_base
300 + 8b60c90f3641591b65c4e153113aea562f1fab94:
301 Remove uses of -lstdc++ on darwin
302 + 60f757c0831f9fbb2415fb0105f964201faa9fa0:
303 Allow Label instances as keys in select (#14755)
304 + 3836ad029f202ca13c64c9f07e4568ea8ab2d9a6:
305 Remote: Only waits for background tasks from remote execution.
306 + 8734ccf9847eafb7193388cd9c6fa78faa78283f:
307 Add the default solib dir to the rpath for cc_imports with
308 transitions
309 + 9e16a6484e94c358aa77a6ed7b1ded3243b65e8f:
310 Flip --experimental_worker_allow_json_protocol
311 + fce7ea8d5e0facfc125ae7c37bfb4b9a7c586e40:
312 Fix `ctx.fragments.apple.single_arch_cpu` returning incorrect
313 cpu for tools when host cpu and exec cpu are different
314 + 0c1d09e4dce4c3251c2be2c70d4575ec65b1d9d3:
315 Propagate --experimental_cc_implementation_deps to host config
316 + 1c3a2456c95fd19974a5b2bd33c5ebdb2b2277e4:
317 Support select() on constraint_value for aliases.
318 + 67a133b431ccece22b7dd9a72f0837cff77d4360:
319 Improve documentation for select()
320 + 5356fedd4b6079851b51db27077bf84c7bab16a4:
321 Cherrypicks for experimental cc_shared_library (#14773)
322 + ffdd633d7b9f21267f4f9759dd9833096dd4e3a2:
323 [apple] support tvos_sim_arm64 in toolchain (#14779)
324 + a58ddea50b2fd476d183e2e0c077ad6173039b89:
325 Cherry pick win arm64 (#14794)
326 + dc41a20bb045d221a43223a5db6b8b44cd8f1676:
327 [5.1.0] cherrypick subpackages support (#14780)
328 + 86e2db7d67ec52bfe11c1f517f650653cee3ea26:
329 Add a helper method for rules to depend on the cpp toolchain
330 type.
331 + 6990c02644a71d5e7c95c9c234ecf39bb55c6ac4:
332 UrlRewriter should be able to load credentials from .netrc
333 (#14834)
334 + 32d1606dac2fea730abe174c41870b7ee70ae041:
335 Add "arch" struct field to repository_os
336 + 2cfdceae971d09f50ceddc3d7ef723fb5f879957:
337 [5.x] bzlmod: Add support for WORKSPACE.bzlmod (#14813)
338 + c2ddbd1954af5baab63b93f2b055a410a27832c8:
339 Ignore missing include directory in JDK distribution.
340 + 16de03595e21f7bf31818e717505b23c953b3b7d:
341 Fix bazel coverage false negative
342 + 0c74741742301abcf67452a7f591daec1c3a7635:
343 Remote: Postpone the block waiting in `afterCommand` to
344 `BlockWaitingModule` (#14833)
345 + 3297d9234e15515aa91cc887b3b12db7e1040b02:
346 Switch to `ProcessHandle` for getting the PID (#14842)
347 + a987b98ea0d6da2656c4115568ef9cbe8a164550:
348 Fix uses of std++ on bsd
349 + d184e4883bb7fc21de2f7aeea4304994de27e9ea:
350 Remote: handle early return of compressed blobs uploads
351 + 0b09e9e018c557da04c9f978d25a66d963cd6cb6:
352 Add removeprefix/removesuffix to Starlark strings
353 + d42ab0cfcce56b5e55c8bd94d0923d08758fdb5b:
354 Fix default CPU for macOS and iOS (#14923)
355 + cd24f39750d7b08f6f31c82d3a23cc329c7fc78e:
356 Add paramfile support for def_parser, since in rare cases on
357 Windows command line character limit was reached.
358 + 0b1beefd1e7611dc9b9f559d00d8ff76aabb0f32:
359 Normalize rpath entries to guard against missing default solib
360 dir
361 + 24e82426e689853b0d9a04e7b9b6f13e145cf2d6:
362 Fix aggressive params file assumption
363 + c45838bd3e51bcd0c8c3e1a9b4a0e55cdf4b4f59:
364 Fix precompiled libs not in runfiles of cc_shared_library
365 (#14943)
366 + 764614e0f0287125269e7a92e909a44624bcb360:
367 Bzlmod: Allow multiple `use_extension`s on the same extension
368 (#14945)
369 + fa761f84994f18db383fbe9aaea524e4385da13a:
370 Fix typo in `apple_common.platform` docs
371 + f7d8288bd7b16c7f2e010aa8ddc241cf2ba8e0d5:
372 Yield a Proxy for addresses without protocol
373 + 8cefb8bed4ac82df8640682517372a9249732352:
374 Avoid merging URLs in HttpUtils
375 + b4804807fc2c184cc36df9e69e472942c01941b8:
376 Make protocOpts() public. (#14952)
377 + 113eaca5862c48797654ae2a3acbb6e15d761485:
378 Do not hide BulkTransferException messages when there were more
379 than one exception
380 + b1bf9d6c5f85fc4fda0dc48bc3d3e2fe26880867:
381 merkle_tree_cache: change default size to 1000
382 + f15e0c7224ecc5473d4972afc436e28df35c4e5a:
383 Add --experimental_repository_cache_urls_as_default_canonical_id
384 to help detect broken repository URLs (#14989)
385 + f4214746fcd15f0ef8c4e747ef8e3edca9f112a5:
386 Expose the logic to read user netrc file
387 + b858ec39aebd7e586af5438aa2035db2adebf9a4:
388 Correct cpu and os values of `local_config_cc_toolchains` targets
389 + 5e79972c05d89280f0cf1fa620f807366847bac6:
390 Expose CoverageOutputGenerator on a Fragment (#14997)
391 + 78f03110e0dab42f37e427fd524e72706e036d74:
392 Correct error runfiles cc_shared_library (#14998)
393 + 7937dd14c3c632ffcfaea9073d5dec6dcac93845:
394 [5.1] Adding Starlark dependencies to the package //external
395 (#14991)
396 + a73aa12be65454ac8cfb5a8f3e056c420402f997:
397 Remote: Fix crashes with InterruptedException when using http
398 cache.
399 + f8707c07f153ac4ac2ec4b210321f1a16343006d:
400 Account for interface libraries in cc_shared_library
401 + a570f5fdb1618a6c272d18bebaa712d3b2af3975:
402 Fix coverage runfiles directory issue
403 + 95de355e4524a6339c0e807b60d333c36c40bdc7:
404 Do not validate input-only settings in transitions (#15048)
405 + 71747ccc9d0032a865854613329362563c0574df:
406 Filter out system headers on macOS.
407 + cb6500a9ce648a02154dca8d05a978ce9b10c4b4:
408 Update Bazel bootstrap documentation and remove obsolete flags.
409 (#15065)
410 + 4c031d1030afb1cb48c7e6d71f83cc99fea607c1:
411 [5.1] Undocument --bes_best_effort (#15066)
412 + 267142f3dc6b8d32b07beb21e3b4ba6f471a69d8:
413 Fix conflicting actions error when specifying
414 --host_macos_minimum_os (#15068)
415 + f1923627e85b1c1d60bcd928f90f116c3ade7a3a:
416 [5.1] Remote: Action should not be successful and cached if
417 outputs were not created (#15071)
418 + 00d74ff737cccd60305ee58d85313556a077152a:
419 Support decompressing zstd tar archives for repository rules.
420 + f5857830bb68bd05ffc257506575ed37a8128933:
421 Remote: Don't check TreeArtifact output
422 + efb2b80953983dce499d453a9f55a74ffaf8c42d:
423 osx_cc_wrapper: Only expand existing response files
424 + c771c43b870fb8618db7bdab6725ab40cac4976d:
425 Remote: Fix crashes by InterruptedException when dynamic
426 execution is enabled. (#15091)
427 + 3785677cc84fc4024fda85575c05efbde5d512fc:
428 Use python3 on macOS
429 + 815d9e499a32fd4d87525ac0c698c293cf26433d:
430 Release 5.1.0 (2022-03-24)
431 + 1fbb69e366034484887e00c6006c7b79508765ed:
432 Prepare 5.1.1 release
433 + df153df9656e0e197f67622bb11f7d77e19238a0:
434 Fix CODEOWNERS syntax
435 + d418245e8cdd6eef9c6ba326f96fd4aabd046fe2:
436 Remote: Don't check declared outputs for failed action (#15181)
437 + ffa2a0b197d1f4ffe2031fd0b1b40da9d126793b:
438 Upgrade abseil version to the latest (#15183)
439 + 8ae15207ecf0be3f45b8cd249077a2c1896e2b09:
440 Fix windows_export_all_symbols in cc_shared_library (#15190)
441 + 94cc0985ea07a2d69ef07ac9d3a9943e094794f2:
442 Support ZIP files with total number of disks = 0 (#15200)
Bazel Release System724177f2022-03-25 20:57:02 +0100443```
444
Bazel Release System724177f2022-03-25 20:57:02 +0100445Important changes:
446
Bazel Release Systemf5d4a7b2022-04-08 17:45:44 +0200447 - alias() can now select() directly on constraint_value()
448
449 Fixes https://github.com/bazelbuild/bazel/issues/13047.
450
451 Closes #14310.
Bazel Release System724177f2022-03-25 20:57:02 +0100452 - Fixed an issue where Bazel could erroneously report a test passes
453 in coverage mode without actually running the test.
Bazel Release System724177f2022-03-25 20:57:02 +0100454 - Make protocOpts() publicly accessible.
Bazel Release System724177f2022-03-25 20:57:02 +0100455 - Add coverage configuration fragment, used to expose
456 output_generator label.
457 - Bazel now no longer includes system headers on macOS in coverage
Bazel Release Systemf5d4a7b2022-04-08 17:45:44 +0200458 reports (#14969).
459
460 Closes #14971.
Bazel Release System724177f2022-03-25 20:57:02 +0100461
Bazel Release Systemf5d4a7b2022-04-08 17:45:44 +0200462This release contains contributions from many people at Google, as well as amberdixon, Benjamin Peterson, Brentley Jones, Dan Fleming, Danny Wolf, Fabian Meumertzheim, Keith Smiley, Niyas Sait, Noa Resare, Oliver Eikemeier, oquenchil, Philipp Schrader, Xùdōng Yáng, Yannic.
Bazel Release System724177f2022-03-25 20:57:02 +0100463
Bazel Release System45b225d2022-03-24 14:57:44 +0100464## Release 5.1.0 (2022-03-24)
Bazel Release System3c156f32022-01-19 15:04:51 +0100465
466```
467Baseline: 8d66a4171baddcbe1569972f019e54130111202c
468
469Cherry picks:
470
471 + becd1494481b96d2bc08055d3d9d4d7968d9702e:
472 Remote: Cache merkle trees
473 + d7628e1b566be353fe7172241ac8f15d5f8e7ff5:
474 Update DEFAULT_IOS_CPU for M1 arm64 simulator support
475 + 80c56ff7b603fcfff02a5f97829a2a5935f360a0:
476 Compile Apple tools as fat binaries if possible
477 + 3c09f3438a966b49a7c1726022c898b390b3a6e5:
478 Add protobuf as a well known module
479 + 3a5b3606a6f5433467a5b49f0188c41411684bf5:
480 Remote: Merge target-level exec_properties with
481 --remote_default_exec_properties
482 + 917e15ea408e1d3d25574edbb466b39cfbcb61fe:
483 Add -no_uuid for hermetic macOS toolchain setup
484 + f5cf8b076bc913dbe021104d5f6837fb4a6cd8b3:
485 Remote: Fixes an issue when --experimental_remote_cache_async
486 encounter flaky tests.
487 + 77a002cce050e861fcc87c89acf7768aa5c97124:
488 Remove DigestUtils.getDigestInExclusiveMode() now that SsdModule
489 has …
490 + 557a7e71eeb5396f2c87c909ddc025fde2678780:
491 Fixes for the Starlark transition hash computation (#14251)
492 + 34c71465f84fa780217926db2e8e5ca3d6d4568c:
493 Do location expansion in copts of objc_library
494 + 50274a9f714616d4735a560db7f617e53fb8d01b:
495 [5.x] Remote: Add support for compression on gRPC cache (#14277)
496 + 61bf2e5b5181cbe34a2f0d584053570943881804:
497 Automated rollback of commit
498 34c71465f84fa780217926db2e8e5ca3d6d4568c.
499 + 79888fe7369479c398bafe064daa19a7ae30f710:
500 Silence a zstd-jni GCC warning.
Bazel Release System45b225d2022-03-24 14:57:44 +0100501 + 8d5973d29d60c0c615838c534ee27f93377cf5af:
Bazel Release System3c156f32022-01-19 15:04:51 +0100502 Remote: Limit max number of gRPC connections by
503 --remote_max_connections.
504 + fd727ec96d861573dcbad3249d727a94eff84789:
505 Do location expansion in copts of objc_library
506 + 23d096931be9b7247eafa750999dd7feadde14c1:
507 Fix _is_shared_library_extension_valid
Bazel Release System45b225d2022-03-24 14:57:44 +0100508 + 7632928a116efc4e28a02ec9206870663bcaacf7:
Bazel Release System3c156f32022-01-19 15:04:51 +0100509 Remove merging of java_outputs in JavaPluginInfo.
510 + cea5f4f499aa832cf90c68898671869ce79d63f2:
511 Cherrypick Bzlmod documentation (#14301)
Bazel Release System45b225d2022-03-24 14:57:44 +0100512 + 299e50aae9d8c0b7f0d47aa2ce3d2658a3a80a94:
513 Format work requests according to ndjson spec (#14314)
514 + e53ae63c04a7158b78da19bc76ede57a8cc31673:
Bazel Release System3c156f32022-01-19 15:04:51 +0100515 Enable user_link_flags_feature for macosx cc_toolchain_config
Bazel Release System45b225d2022-03-24 14:57:44 +0100516 (#14313)
517 + b587be37b3b817879d700d7ee55c44cd884b0905:
Bazel Release System3c156f32022-01-19 15:04:51 +0100518 Remote: Use Action's salt field to differentiate cache across
Bazel Release System45b225d2022-03-24 14:57:44 +0100519 workspaces. (#14320)
Bazel Release System3c156f32022-01-19 15:04:51 +0100520 + f94898915268be5670fb1e93a16c03e9b14d2a58:
521 [5.x] Remote: Fix "file not found" error when remote cache is
522 changed from enabled to disabled. (#14321)
Bazel Release System45b225d2022-03-24 14:57:44 +0100523 + dc76f74d3a6f77de03c49234386bf0ca7d15bdcc:
Bazel Release System3c156f32022-01-19 15:04:51 +0100524 Delete marker file before fetching an external repository
Bazel Release System45b225d2022-03-24 14:57:44 +0100525 (#14323)
526 + fabdff40070acf415282543b72cf114e2b5723f6:
Bazel Release System3c156f32022-01-19 15:04:51 +0100527 Remote: Fix file counting in merkletree.DirectoryTreeBuilder
Bazel Release System45b225d2022-03-24 14:57:44 +0100528 (#14331)
529 + 541ed05702751a5b061b22f1ff98f0cef17af1a5:
530 Fix remote spawn tests for remote_merkle_tree_cache=true (#14334)
531 + aa884df6b09ed19fccd83aad67f39653fde5fbed:
532 Show skipped tests as a warning (#14345)
533 + 6916fc1c4c49134ee76b9a725deddd1e6bcab24a:
534 Build xcode-locator as a universal binary (#14351)
535 + ffa12adb44e86772ae48eeb5a387f172130407fa:
Bazel Release System3c156f32022-01-19 15:04:51 +0100536 Exit collect_coverage.sh early if LCOV_MERGER is not set.
Bazel Release System45b225d2022-03-24 14:57:44 +0100537 (#14359)
538 + b46de754aba0f24d67cd9c882f8a82428915fae5:
Bazel Release System3c156f32022-01-19 15:04:51 +0100539 Automated rollback of commit
Bazel Release System45b225d2022-03-24 14:57:44 +0100540 d84f7998ef8f15e27376a0c8f25b320145c4ba9e. (#14358)
541 + 24a340a50a11e255dff656d2ee9b3dcfb093b729:
Bazel Release System3c156f32022-01-19 15:04:51 +0100542 [apple] fix issues compiling C in objc_library for watchos/armv7k
543 + bfc24139d93f8643686d91596ba347df2e01966a:
544 5.x: Remote: Ignore blobs referenced in BEP if the generating
545 action cannot be cached remotely. (#14389)
546 + 5aef53a8884038f3c9f06e6dddb9372196253378:
547 Remote: Don't blocking-get when acquiring gRPC connections.
548 (#14420)
Bazel Release System45b225d2022-03-24 14:57:44 +0100549 + 2fb7dfe7b35b5997cc5fbcd1d98612b99419f097:
550 Disable IncludeValidation for ObjC in bazel (#14440)
551 + 7deb940f3840e6ac3233963a9b68227e7f0f4a9e:
552 Update java_tools v11.6 (#14423)
Bazel Release System3c156f32022-01-19 15:04:51 +0100553 + 90965b072eb4a6dec8ff5b8abde3726732d37bdc:
554 Stop remote blob upload if upload is complete. (#14467)
555 + dc59d9e8f7937f2e317c042e8da8f97ba6b1237e:
556 [5.x] Make remote BES uploader better (#14472)
Bazel Release System45b225d2022-03-24 14:57:44 +0100557 + d7f134110631641ea8c3f9b19b37165bb177ef2e:
558 Avoid too verbose warnings in terminal when cache issues (#14504)
559 + 2b48c6b9a447756fcb3295b8a75899b96efa7fd4:
560 Rename --project_id to --bes_instance_name (#14507)
561 + 7c7f102576c917acf6c9d6013a5c7c4783bf396d:
Bazel Release System3c156f32022-01-19 15:04:51 +0100562 Automated rollback of commit
Bazel Release System45b225d2022-03-24 14:57:44 +0100563 bfdfa6ebfd21b388f1c91f512291c848e1a92a96. (#14515)
564 + 9c1c622fed219cb6b9c0656ebe4a4f3c117029b9:
565 [apple] support watchos_arm64 in toolchain (#14527)
Bazel Release System3c156f32022-01-19 15:04:51 +0100566 + 43bcf80a3dfdc5ac89c1e4d615d6f29a495855fb:
567 Disable implicitly collecting baseline coverage for toolchain
568 targets.
Bazel Release System45b225d2022-03-24 14:57:44 +0100569 + 48a0fc51ccf6a3a263b9f8d96921d84d4243e0e6:
Bazel Release System3c156f32022-01-19 15:04:51 +0100570 Automated rollback of commit
571 7d09b4a15985052670244c277e4357557b4d0039.
Bazel Release System45b225d2022-03-24 14:57:44 +0100572 + a233aaa649572b7173ea27aceed31cb705d7ba9b:
Bazel Release System3c156f32022-01-19 15:04:51 +0100573 Bzlmod: Starlarkify default attr values for TypeCheckedTags
574 + 38117d491cbc4a5686e0bdb1e58f8946d96aed58:
575 Fix build after rc4 cherrypicks (#14581)
Bazel Release System45b225d2022-03-24 14:57:44 +0100576 + 41feb616ae18e21fdba3868e4c298b0b83012f10:
577 Release 5.0.0 (2022-01-19)
578 + d53f53cf5cc05c738a9857ca95059ce8903107cd:
579 Find runfiles in directories that are themselves runfiles
580 (#14737)
581 + 167e79f08a95ae14edfb44d85452c9c74e0f1a3c:
582 Don't resolve symlinks for --sandbox_base (#14748)
583 + 22bede95a5a74c61571d3b50c14488b0e922ff63:
584 Remove uses of -lstdc++ on darwin (#14750)
585 + 60f757c0831f9fbb2415fb0105f964201faa9fa0:
586 Allow Label instances as keys in select (#14755)
587 + a5f2813acf3e31aeb3037d80a6f9d7fddf76a1c8:
588 Remote: Only waits for background tasks from remote execution.
589 (#14752)
590 + d17a769965f12363f339c7b93524f49dbcdd1b1e:
591 Add the default solib dir to the rpath for cc_imports with
592 transitions (#14757)
593 + 53ee76e96365bdea88847f77706d55f2c39b9273:
594 Flip --experimental_worker_allow_json_protocol (#14749)
595 + 21ff46a639a83084975251ca7c21cfc8d74763eb:
596 Fix `ctx.fragments.apple.single_arch_cpu` returning incorrect
597 cpu for tools when host cpu and exec cpu are different (#14751)
598 + 0c1d09e4dce4c3251c2be2c70d4575ec65b1d9d3:
599 Propagate --experimental_cc_implementation_deps to host config
600 + 0df1851f0759279d84c79ea6731552437c95ce65:
601 Support select() on constraint_value for aliases. (#14754)
602 + 58ecec37747636b3483bbcba29a7f3e0e2372697:
603 Improve documentation for select() (#14769)
604 + 5356fedd4b6079851b51db27077bf84c7bab16a4:
605 Cherrypicks for experimental cc_shared_library (#14773)
606 + ffdd633d7b9f21267f4f9759dd9833096dd4e3a2:
607 [apple] support tvos_sim_arm64 in toolchain (#14779)
608 + a58ddea50b2fd476d183e2e0c077ad6173039b89:
609 Cherry pick win arm64 (#14794)
610 + dc41a20bb045d221a43223a5db6b8b44cd8f1676:
611 [5.1.0] cherrypick subpackages support (#14780)
612 + af34c452c12dae8758340dc5c284cf30f3c80302:
613 Add a helper method for rules to depend on the cpp toolchain
614 type. (#14795)
615 + 6990c02644a71d5e7c95c9c234ecf39bb55c6ac4:
616 UrlRewriter should be able to load credentials from .netrc
617 (#14834)
618 + 65904046031325c418734dfda994bdeff4134160:
619 Add "arch" struct field to repository_os (#14835)
620 + 2cfdceae971d09f50ceddc3d7ef723fb5f879957:
621 [5.x] bzlmod: Add support for WORKSPACE.bzlmod (#14813)
622 + 59384ddee429ca363022c2a03b62a5a9a43c31c4:
623 Ignore missing include directory in JDK distribution. (#14832)
624 + 344e8f8e97db2e2aa9b2fce7d68083a7549e4bc6:
625 Fix bazel coverage false negative (#14836)
626 + 0c74741742301abcf67452a7f591daec1c3a7635:
627 Remote: Postpone the block waiting in `afterCommand` to
628 `BlockWaitingModule` (#14833)
629 + 3297d9234e15515aa91cc887b3b12db7e1040b02:
630 Switch to `ProcessHandle` for getting the PID (#14842)
631 + 031a772acfd304fb5678e6a53e6c4ac3b99103ff:
632 Fix uses of std++ on bsd (#14860)
633 + 8ebd70b0c97c8bd584647f219be8dd52217cb5cf:
634 Remote: handle early return of compressed blobs uploads (#14885)
635 + 50bb742fc35c04ab422a7ce723160b27d6900e6c:
636 Add removeprefix/removesuffix to Starlark strings (#14899)
637 + d42ab0cfcce56b5e55c8bd94d0923d08758fdb5b:
638 Fix default CPU for macOS and iOS (#14923)
639 + ed7a10d6170049877a07cf27edaf8db65d17f77b:
640 Add param file for def parser action (#14925)
641 + e624aff6d63dd6264d7ff56ec9650b7a1aeb3a36:
642 Normalize rpath entries to guard against missing default solib
643 dir (#14929)
644 + c1ecca22d2cb761bd094fcd40eb8b13e826e777e:
645 Fix aggressive params file assumption (#14930)
646 + c45838bd3e51bcd0c8c3e1a9b4a0e55cdf4b4f59:
647 Fix precompiled libs not in runfiles of cc_shared_library
648 (#14943)
649 + 764614e0f0287125269e7a92e909a44624bcb360:
650 Bzlmod: Allow multiple `use_extension`s on the same extension
651 (#14945)
652 + 85d7ed68fa7bd84a5a23baf0431cbb04d64d7fa6:
653 Fix typo in `apple_common.platform` docs (#14958)
654 + a6a430540879bd866dfbef5cd048b2a4ab6bd883:
655 Yield a Proxy for addresses without protocol (#14956)
656 + 698da7e563b76633c973ea3029b7e313b69545fd:
657 Avoid merging URLs in HttpUtils (#14954)
658 + b4804807fc2c184cc36df9e69e472942c01941b8:
659 Make protocOpts() public. (#14952)
660 + 61cfa1d01eefb0923e8e3029ab9e92fdfe77ff50:
661 Do not hide BulkTransferException messages when there were more
662 than one exception (#14986)
663 + 0764821a8c1175fbcbca630d3681901244b33095:
664 merkle_tree_cache: change default size to 1000 (#14984)
665 + f15e0c7224ecc5473d4972afc436e28df35c4e5a:
666 Add --experimental_repository_cache_urls_as_default_canonical_id
667 to help detect broken repository URLs (#14989)
668 + 87ef5ce4103be75e8d9935e071fa215a481536e1:
669 Expose the logic to read user netrc file (#14990)
670 + 785c7ecafa9b93e700e846397c3a13c320c1dbdd:
671 Correct cpu and os values of `local_config_cc_toolchains`
672 targets (#14995)
673 + 5e79972c05d89280f0cf1fa620f807366847bac6:
674 Expose CoverageOutputGenerator on a Fragment (#14997)
675 + 78f03110e0dab42f37e427fd524e72706e036d74:
676 Correct error runfiles cc_shared_library (#14998)
677 + 7937dd14c3c632ffcfaea9073d5dec6dcac93845:
678 [5.1] Adding Starlark dependencies to the package //external
679 (#14991)
680 + 6cd6a27d4480eff91258ef8258b5af1901acde65:
681 Remote: Fix crashes with InterruptedException when using http
682 cache. (#14999)
683 + 91a580ad198a9d7f179c1822d55f75ba5318e2ce:
684 Fix interface_library-only libraries_to_link for
685 cc_shared_library (#15046)
686 + 1345938867e5c0c381f46cccf889c7b2b20a867a:
687 Fix coverage runfiles directory issue (#15047)
688 + 95de355e4524a6339c0e807b60d333c36c40bdc7:
689 Do not validate input-only settings in transitions (#15048)
690 + f19d6107bca9aea7742bd66eb3080f29fcf3bd81:
691 Filter out system headers on macOS. (#15020)
692 + cb6500a9ce648a02154dca8d05a978ce9b10c4b4:
693 Update Bazel bootstrap documentation and remove obsolete flags.
694 (#15065)
695 + 4c031d1030afb1cb48c7e6d71f83cc99fea607c1:
696 [5.1] Undocument --bes_best_effort (#15066)
697 + 267142f3dc6b8d32b07beb21e3b4ba6f471a69d8:
698 Fix conflicting actions error when specifying
699 --host_macos_minimum_os (#15068)
700 + f1923627e85b1c1d60bcd928f90f116c3ade7a3a:
701 [5.1] Remote: Action should not be successful and cached if
702 outputs were not created (#15071)
703 + 6d26dc74da2602817d56b0507ec79394c35a3781:
704 Support decompressing zstd tar archives for repository rules.
705 (#15087)
706 + 376cd472bbf7d81c7feb79563e7894cc3d74151a:
707 Remote: Don't check TreeArtifact output (#15085)
708 + 48b60d22bca0158d194b78481ff86b0ac251243f:
709 osx_cc_wrapper: Only expand existing response files (#15090)
710 + c771c43b870fb8618db7bdab6725ab40cac4976d:
711 Remote: Fix crashes by InterruptedException when dynamic
712 execution is enabled. (#15091)
713 + 3b2d686f2976e66ca4f93b568f2262a88621855a:
714 Use python3 on macOS (#15102)
Bazel Release Systemf0f1fb42022-01-14 17:48:08 +0100715```
716
717Important changes:
718
Bazel Release System45b225d2022-03-24 14:57:44 +0100719 - alias() can now select() directly on constraint_value()
720
721 Fixes https://github.com/bazelbuild/bazel/issues/13047.
722
723 Closes #14310.
724 - Fixed an issue where Bazel could erroneously report a test passes
725 in coverage mode without actually running the test.
726 - Make protocOpts() publicly accessible.
727 - Add coverage configuration fragment, used to expose
728 output_generator label.
729 - Bazel now no longer includes system headers on macOS in coverage
730 reports (#14969).
731
732 Closes #14971.
Bazel Release Systemf0f1fb42022-01-14 17:48:08 +0100733
Bazel Release System45b225d2022-03-24 14:57:44 +0100734This release contains contributions from many people at Google, as well as amberdixon, Benjamin Peterson, Brentley Jones, Dan Fleming, Danny Wolf, Fabian Meumertzheim, Keith Smiley, Niyas Sait, Noa Resare, Oliver Eikemeier, oquenchil, Philipp Schrader, Xùdōng Yáng, Yannic.
Bazel Release System32fb9c682021-11-19 01:26:48 +0100735
Bazel Release Systemc0050dd2021-11-11 21:26:22 +0100736## Release 6.0.0-pre.20211101.2 (2021-11-11)
737
738```
739Baseline: 9c65356cedcf4e68077219c10f5a7bb39d38054b
740
741Cherry picks:
742
743 + 2c9721f9ba11979eee1fd95fe793b52369df99ac:
744 Automated rollback of commit
745 9c65356cedcf4e68077219c10f5a7bb39d38054b.
746```
747
748Important changes:
749
750 - Deprecate --incompatible_applicable_licenses flag, in preparation
751 for removal in Bazel 6.x.
752
753This release contains contributions from many people at Google, as well as Alex Eagle, Benjamin Peterson, Ben Lee, Fabian Meumertzheim, Fredrik Medley, Keith Smiley, Rahul Butani, Ulf Adams, William Muir.
754
Bazel Release System9d6fd6d2021-11-03 17:44:05 +0100755## Release 6.0.0-pre.20211025.1 (2021-11-03)
756
757```
758Baseline: 5c04973b000b6e1819d6b51d238498a0b507c7af
759```
760
761Important changes:
762
763 - Bazel no longer supports Java 8. From this version on, the
764 minimum required JDK is OpenJDK 11.
765
766This release contains contributions from many people at Google, as well as Benjamin Peterson, John Laxson, Keith Smiley, Thi Don.
767
Bazel Release System276aef32021-10-26 17:40:43 +0200768## Release 6.0.0-pre.20211019.1 (2021-10-26)
769
770```
771Baseline: 406fc1ba5fae98843c99f89a43dcbdbca0d90274
772```
773
774Incompatible changes:
775
776 - Remove `--experimental_profile_cpu_usage`.
777 - flipped --incompatible_java_common_parameters (see #12373)
778
779This release contains contributions from many people at Google, as well as ecngtng, Fabian Meumertzheim, Keith Smiley, Mauricio Galindo, Thaler Benedek.
780
Bazel Release System15a09392021-10-20 21:00:46 +0200781## Release 5.0.0-pre.20211011.2 (2021-10-20)
782
783```
784Baseline: 3b3bad9e774891856c198738c46d547de954b84a
785
786Cherry picks:
787
788 + d8c23189c9118f99cfc3eaac98976b7c6fdacae0:
789 Automated rollback of commit
790 2571ce2d9e72ee60326ef524fee1702cb2dd07e7.
791```
792
793Incompatible changes:
794
795 - Removed --action_graph from the dump command.
796 - Remove `--{experimental_,}json_trace_compression` option.
797
798Important changes:
799
800 - The --experimental_existing_rules_immutable_view flag has been
801 renamed to --incompatible_existing_rules_immutable_view
802
803This release contains contributions from many people at Google, as well as Alex Eagle, hvadehra, Keith Smiley, Torgil Svensson, Yuval.
804
Bazel Release System6c21d272021-10-19 16:14:18 +0200805## Release 5.0.0-pre.20211006.1 (2021-10-19)
806
807```
808Baseline: 681886de2901a2f7920288253674927cf13f1585
809```
810
811Important changes:
812
813 - incompatible_disable_depset_items is flipped
814
815This release contains contributions from many people at Google, as well as Fabian Meumertzheim, Keith Smiley, Thomas Carmet, Timothe Peignier.
816
Bazel Release System60eb0012021-10-07 17:43:31 +0200817## Release 5.0.0-pre.20210929.1 (2021-10-07)
818
819```
820Baseline: 61a5fae1b49ed067350d93578da268715031df06
821```
822
823Important changes:
824
825 - The deprecated "relative_to_caller_repository" parameter has been
826 removed from the Label constructor.
827 - The toolchain transition is now enabled for all toolchains.
828
829This release contains contributions from many people at Google, as well as Artem V. Navrotskiy, hvadehra, Ikko Ashimine, Paul Gschwendtner, ron-stripe, Yuval K.
830
Bazel Release Systemc2d6def2021-09-30 19:26:44 +0200831## Release 5.0.0-pre.20210923.7 (2021-09-30)
832
833```
834Baseline: 9a765c8b498a72e20af6c391bef01e794913c317
835
836Cherry picks:
837
838 + f959a22bc59229b723cfca8c987da210b03b8a8d:
839 Rollback.
840```
841
842Important changes:
843
844 - Add support to length-delimited protos as undeclared output
845 annotations []
846
847This release contains contributions from many people at Google, as well as Benjamin Peterson, Brandon Jacklyn, Rabi Shanker Guha.
848
Bazel Release System1b7bb2fd2021-09-27 13:05:45 +0200849## Release 5.0.0-pre.20210921.1 (2021-09-27)
850
851```
852Baseline: 11f1a6d3ce529a63d4b7111c62ae504ceac2a019
853```
854
855Incompatible changes:
856
857 - Remove --bep_publish_used_heap_size_post_build
858 - JSON trace profile: rename counter names.
859
860Important changes:
861
862 - Adds --experimental_existing_rules_immutable_view flag to make the
863 native.existing_rule and native.existing_rules functions more
864 efficient by
865 returning immutable, lightweight dict-like view objects instead
866 of mutable
867 dicts.
868
869This release contains contributions from many people at Google, as well as Wren Turkal.
870
Bazel Release System865f0f42021-09-23 13:40:49 +0200871## Release 5.0.0-pre.20210916.1 (2021-09-23)
872
873```
874Baseline: e4a26b6391fd2d3112a29bf81b4397055c854184
875```
876
877This release contains contributions from many people at Google, as well as Peter Kasting, Ulrik Falklof.
878
Bazel Release System717b2352021-09-17 18:49:37 +0200879## Release 5.0.0-pre.20210913.1 (2021-09-17)
880
881```
882Baseline: 0017fd23e1ff9aea7241c92a503024e3f2a3425b
883```
884
885This release contains contributions from many people at Google, as well as Keith Smiley, Mathieu Olivari, Yannic Bonenberger.
886
Bazel Release System139abf42021-09-14 20:51:20 +0200887## Release 5.0.0-pre.20210907.1 (2021-09-14)
888
889```
890Baseline: 9cb59369a84d9328c2929eefcb58c1b972ab15f2
891```
892
893Important changes:
894
895 - The `--toolchain_resolution_debug` flag now accepts regexes
896 matching targets, as well as toolchain types, when choosing what
897 debug messages to print.
898
899This release contains contributions from many people at Google, as well as Benjamin Peterson, frazze-jobb, Tetsuo Kiso.
900
Bazel Release System50550962021-09-10 17:35:37 +0200901## Release 5.0.0-pre.20210831.2 (2021-09-10)
902
903```
904Baseline: 14fe5dff967cf91f130746f646d1bb1cfc1053f2
905
906Cherry picks:
907
908 + 6f5c4bb4d17abd6b9654f255c12775eb35638000:
909 Automated rollback of commit
910 8181f0abe6591bc14957e6a941a6556fb040ca9f.
911```
912
913Important changes:
914
915 - The --all_incompatible_changes flag is now a no-op
916
917This release contains contributions from many people at Google, as well as Keith Smiley, kekxv, ron-stripe, Sergey Tyurin.
918
Bazel Release Systemd13f58b2021-09-03 20:30:13 +0200919## Release 5.0.0-pre.20210826.1 (2021-09-03)
920
921```
922Baseline: f53c389dbd4b0ae66307e9bd4a72b36b3d284ec3
923```
924
925Incompatible changes:
926
927 - Removing java_common.javac_jar Starlark call.
928 - native.existing_rule now returns select values in a form that is
929 accepted by rule instantiation. This is a breaking API change
930 because there is some code that relies on the precise type
931 returned, including brittle workarounds for this bug specifically
932 and insufficiently flexible workarounds for other issues with the
933 intersection of select and native.existing_rule.
934 - flipped incompatible_use_toolchain_resolution_for_java_rules, see
935 #7849
936 - Query output=xml/proto/location for source files will now show
937 the location of line 1 of the source file (as the new default)
938 instead of its location in the BUILD file.
939 - Specifying a target pattern underneath a directory specified by
940 .bazelignore will now emit a warning, not an error.
941 - Query `--order_output=auto` will now sort lexicographically.
942 However, when `somepath` is used as a top level function (e.g.
943 `query 'somepath(a, b)'`), it will continue to output in
944 dependency order. If you do not want the lexicographical output
945 ordering, specify another `--order_output` value (`no`, `deps` or
946 `full`) based on what ordering you require.
947 - In the build event stream,
948 BuildMetrics.TargetMetrics.targets_loaded is no longer populated.
949 Its value was always mostly meaningless.
950 BuildMetrics.TargetMetrics.targets_configured and
951 BuildMetrics.ActionSummary.actions_created now include configured
952 aspect data.
953 - //visibility:legacy_public has been removed.
954 - Flip and remove incompatible_dont_collect_so_artifacts
955 (https://github.com/bazelbuild/bazel/issues/13043).
956 - Remove flag --experimental_no_product_name_out_symlink: it is
957 always true.
958 - The Starlark method generate_dsym in objc fragment has
959 been deleted. Please use the equivalent apple_generate_dsym in
960 cpp
961 fragment instead.
962 - Native libraries in data attribute are not collected. See
963 https://github.com/bazelbuild/bazel/issues/13550 for details
964 - Enforce the `--profile` path to be absolute.
965 - Enforce the --memory_profile path to be absolute.
966 - JavaToolchainInfo.jvm_opt returns Depset instead of a list.
967 - --apple_sdk has been deleted. It is a no-op.
968 - --bep_publish_used_heap_size_post_build is now a no-op and will
969 be deleted in a future release. Use --memory_profile=/dev/null
970 instead.
971 - Flipped --incompatible_disallow_resource_jars (see
972 https://github.com/bazelbuild/bazel/issues/13221).
973
974New features:
975
976 - Args.add_all and Args.add_joined can now accept closures in
977 map_each if explicitly enabled via allow_closure.
978 - Add `--bes_header` flag to pass extra headers to the BES server.
979
980Important changes:
981
982 - Flag --incompatible_objc_compile_info_migration is removed. See
983 #10854.
984 - Flag --incompatible_objc_compile_info_migration is removed. See
985 #10854.
986 - Flag --incompatible_objc_compile_info_migration is removed. See
987 #10854.
988 - none
989 PAIR=cmita
990 - The --incompatible_load_python_rules_from_bzl flag is now a no-op.
991 - Filter all (instead of just C++) source files for coverage output
992 according to --instrumentation_filter and
993 --instrument_test_targets.
994 - The `--incompatible_disable_native_apple_binary_rule` flag has
995 been added which disables the native `apple_binary` rule. Users
996 who need to use `apple_binary` directly (if they cannot use one
997 of the more specific Apple rules) should load it from
998 https://github.com/bazelbuild/rules_apple.
999 - The Android rules' --use_singlejar_apkbuilder is now a no-op.
1000 SingleJar will always be used to build APKs.
1001 - dict.setdefault(key, ...) now fails if dict is frozen, even if it
1002 already contains key. This is an incompatible API change.
1003 - Flag --incompatible_objc_provider_remove_compile_info is removed.
1004 See #11359.
1005 - Starlark now permits def statements to be nested (closures).
1006 - native.existing_rule now returns select values in a form that is
1007 accepted by rule instantiation. This is a breaking API change,
1008 though the fallout is expected to be small.
1009 - Starlark now supports lambda (anonymous function) expressions.
1010 - The "test" and "coverage" commands no longer return 3 when a
1011 test action fails because of a system error. Instead, the exit
1012 code
1013 reflects the type of system error.
1014 - The undocumented ctx.expand feature no longer exists.
1015 - Make --legacy_dynamic_scheduler a no-op flag.
1016 - Multiplex persistent workers can now use the JSON protocol.
1017 - native.existing_rule now returns a mutable list, not a tuple, for
1018 a list-valued attributes. This is an incompatible API change.
1019 - Roll back change to have native.existing_rules use list instead
1020 of tuple.
1021 - BEP includes test suite expansions.
1022 - config_setting now honors `visibility` attribute (and defaults to
1023 `//visibility:public`)
1024 - Change the MultiArchSplitTransitionProvider to be based on
1025 platform type + CPU instead of fixed "ios_" + cpu.
1026 - enforce config_setting visibility. See
1027 https://github.com/bazelbuild/bazel/issues/12932 for details.
1028 - add a flag to build v4 signature file
1029 - Added _direct_source_jars output group to Java related targets.
1030 END_PUBLIC
1031 - pkg_deb is no longer part of @bazel_tools//build_defs/pkg:pkg.bzl.
1032 Use https://github.com/bazelbuild/rules_pkg/tree/main/pkg instead
1033 - Allowing the lipo operations to be conditional in the
1034 linkMultiArchBinary API for Apple binaries. Single architecture
1035 slices are now returned through AppleBinaryOutput and the
1036 Starlark API.
1037 - Release restriction for "-" in the package name for Python
1038 sources. Now `py_binary` and `py_test` targets can have main
1039 source file with "-" in the path.
1040 - Users consuming BEP may assume that a `named_set_of_files` event
1041 will
1042 appear before any event referencing that `named_set` by ID. This
1043 allows consumers
1044 to process the files for such events (eg. `TargetCompleted`)
1045 immediately.
1046 - BEP includes all files from successful actions in requested
1047 output groups.
1048 Previously, an output group's files were excluded if any file in
1049 the output group
1050 was not produced due to a failing action. Users can expect BEP
1051 output to be larger
1052 for failed builds.
1053 - In BEP, TargetComplete.output_group has a new field `incomplete`
1054 indicating that the file_sets field is missing one or more
1055 declared artifacts
1056 whose generating actions failed.
1057 - The flag `--toolchain_resolution_debug` now takes a regex
1058 argument, which is used to check which toolchain types should
1059 have debug info printed. You may use `.*` as an argument to keep
1060 the current behavior of debugging every toolchain type.
1061 - Add runfiles.merge_all() for merging a sequence of runfiles
1062 objects.
1063 - runfiles.merge() and merge_all() now respect
1064 --nested_set_depth_limit.
1065 If you hit the depth limit because you were calling merge() in a
1066 loop, use
1067 merge_all() on a sequence of runfiles objects instead.
1068 - Bazel will no longer create a bazel-out symlink if
1069 --symlink_prefix is specified: the directory pointed to via the
1070 bazel-out symlink is accessible via ${symlink_prefix}-out. If
1071 this causes problems for you, set
1072 --experimental_no_product_name_out_symlink=false in your builds
1073 and file an issue.
1074 - Updates worker protocol with cancellation fields, and adds
1075 experimental_worker_cancellation flag to control cancellation.
1076 - Simplify build failure output by always using `NNN arguments`.
1077 - trim_test_configuration now defaults to on
1078 - Mark genrule.srcs as a source attribute for coverage.
1079 - When using --allow_analysis_failures (for example, via
1080 bazel-skylib's
1081 analysistest with `expect_failure = True`), analysis-time
1082 failures in aspect
1083 implementation functions will now be propagated and saved in
1084 AnalysisFailureInfo, just like analysis-time failures in rules.
1085 - cquery --noimplicit_deps now correctly filters out resolved
1086 cc_toolchains
1087 - Sign apks deterministically.
1088 - Make gcov optional in cc_toolchain tools.
1089 - If --experimental_prefer_mutual_xcode is passed, Bazel will
1090 choose the local default (instead of the newest mutually
1091 available version) if it's available both locally and remotely.
1092 - Remove java_lite_proto_library.strict_deps attribute.
1093 - Generate proguard configurations deterministically.
1094 - Adds a new flag, `--incompatible_enable_cc_test_feature` which
1095 switches from the use of build variables to the feature of the
1096 same name.
1097 - Dropped fragile xz support from built in pkg_tar. Users requiring
1098 xz
1099 compression should switch to bazlebuild/rules_pkg.
1100 - If all strategies of one branch (the local or remote execution
1101 branch) of the `dynamic` strategy fail to even accept (via the
1102 response they give from `canExec`) the action, `dynamic` will now
1103 try to see if the other branch can accept it. (Trying to run it
1104 and it failing will still cause a failure if it was the first
1105 result, this is about strategies claiming they can't even try the
1106 action)
1107 - Add `disable_annotation_processing` option to
1108 `java_common.compile`, which disables any annotation processors
1109 passed to `plugins` or in `exported_plugins` of `deps`
1110 - Remove obsolete --incompatible_prohibit_aapt1
1111 - The minimum Android build tools version for the Android rules is
1112 now 30.0.0
1113 - Adds --experimental_reuse_sandbox_directories flag to reuse
1114 already-created non-worker sandboxes with cleanup.
1115 - --experimental_force_gc_after_build is deprecated and will be
1116 removed soon. Use --bep_publish_used_heap_size_post_build instead
1117 - Forward coverage-instrumented files from non-tool dependencies by
1118 default.
1119 - The used_heap_size_post_build field in BEP is populated when the
1120 --memory_profile flag is set
1121 - --run_validations defaults to true.
1122 - Consider label_keyed_string_dict attributes when gathering
1123 instrumented files for coverage.
1124 - Remove flag
1125 --experimental_forward_instrumented_files_info_by_default, now
1126 that this behavior is the default.
1127 - When using MemoryProfiler with multiple GCs via the
1128 --memory_profile_stable_heap_parameters flag, we do a more
1129 precise calculation of heap used at the end of the build. This
1130 will generally result in lower values.
1131 - --bep_publish_used_heap_size_post_build is deprecated. Use
1132 --memory_profile=/dev/null instead.
1133 - Disable --all_incompatible_changes flag.
1134
1135This release contains contributions from many people at Google, as well as Adam Liddell, Alex Eagle, Andrew Katson, Anthony Pratti, Austin Schuh, Benedek Thaler, Benjamin Lee, Benjamin Peterson, Benjamin Peterson, Ben Lee, Brentley Jones, bromano, Cameron Mulhern, Christopher Peterson Sauer, Christopher Sauer, Cristian Hancila, Dan Bamikiya, Daniel McCarney, Daniel Wagner-Hall, Danny Wolf, Dave MacLachlan, Dave Nicponski, David Cummings, David, David Ostrovsky, Delwin9999, Denys Kurylenko, Dmitry Ivankov, dorranh, Ed Schouten, Eitan Adler, Elliotte Rusty Harold, erenon, Eric Cousineau, Ethan Steinberg, Fabian Meumertzheim, FaBrand, Felix Ehrenpfort, Finn Ball, Fredrik Medley, Garrett Holmstrom, Gautam Korlam, George Gensure, goodspark, Greg Estren, Grzegorz Lukasik, Grzegorz Lukasik, Ikko Ashimine, Jesse Chan, Joe Lencioni, Johannes Abt, John Laxson, Jonathan Schear, Justus Tumacder, Keith Smiley, Kevin Hogeland, Lauri Peltonen, Liu Liu, Lszl Csomor, m, Marc Zych, Mark Karpov, Masoud Koleini, Matt Mackay, Max Liu, Menny Even Danan, menny, Michael Chinen, Nathaniel Brough, Nick Korostelev, Niek Peeters, Nikolay Shelukhin, odisseus, Oleh Stolyar, Olek Wojnar, Olle Lundberg, Omar Zuniga, Philipp Schrader, Pras Velagapudi, Qais Patankar, Rai, Ryan Beasley, samhowes, Samuel Giddins, Sebastian Olsson, Steve Siano, steve-the-bayesian, Stiopa Koltsov, susinmotion, tatiana, Thi Doan, ThomasCJY, Timothy Klim, Tobi, Torgil Svensson, Trustin Lee, Ulf Adams, Uri Baghin, Vaidas Pilkauskas, Vertexwahn, wisechengyi, Xavier Bonaventura, Yannic Bonenberger, Yannic Bonenberger, Yannic, Yury Evtikhov, Yuval Kaplan, Yuval, [zqzzq].
1136
Bazel Release Systeme92e04d2021-08-30 09:37:05 -04001137## Release 4.2.1 (2021-08-30)
Bazel Release System6962b0d2021-08-27 17:50:42 +02001138
1139```
Bazel Release Systeme92e04d2021-08-30 09:37:05 -04001140Baseline: 37a429ad12b4c9e6a62dbae4881a1ff03b81ab40
Bazel Release System6962b0d2021-08-27 17:50:42 +02001141
1142Cherry picks:
1143
Bazel Release Systeme92e04d2021-08-30 09:37:05 -04001144 + a689d673abadf80f1efaf8ddaeee92d56fc2847b:
1145 Use getRunfilesPath for run_under executable path generation.
1146 getRootRelativePath doesn't return a valid runfiles path for
1147 external source files anymore after the recent external source
1148 root change. Also, it won't work for external labels either once
1149 the --nolegacy_external_runfiles becomes default. This fixes
1150 issue #12545.
1151 + d90ec67fdab9710f649a3c1d374fb6b938b9271a:
1152 Fix NPE when coveragerunner is not set on the toolchain.
1153 + 8555789dd239a5ac229c1d9cee80b2a9f30b3bf7:
1154 Fix the classic query package-loading cutoff optimization with
1155 external workspaces.
1156 + 57672aca01b3be895382c952b550c9f8edf6c9f2:
1157 Update turbine
1158 + bef4bbbb47d47befe3711d06f358782ee12554f9:
1159 Update turbine
1160 + d113d7454127bba78aa618dac81e5d164920b662:
1161 Update turbine
1162 + 1489f0f4cae3e9247a70e4003ab76bef45c5b986:
1163 Support Scala3 .tasty files
1164 + 0d2d95cd7e34b4061c8e5fdfd21ba0ab8818c685:
1165 Update to java_tools javac11 release 10.5 (#12647)
1166 + a9419f38d5f29af31a6c8ebda09a6e0303a6ba54:
1167 Fix common prefix for instrumentation filter
1168 + 84fadcf81f81b2d7343ca4151a5639be7f2263ee:
1169 Fix builds for filegroup targets with incompatible dependencies
1170 + e43825d0bef359f645e1cabf2164fd2db6ee4a35:
1171 Revert "Remove
1172 --incompatible_blacklisted_protos_requires_proto_info"
1173 + 082d58de852ebaa640bcf13cf419cbb94eec2b26:
1174 Transform roots along with paths during output deletion.
1175 + e8835c1c221d76a2d5532d18083eaa04401619b3:
1176 AttributeContainer.Large now handles more than 127 attributes.
1177 + e1e87349335ac59f9b3df47cee8b999faeaa6d11:
1178 Add an env attribute to all test and binary rule classes
1179 + a87d7ed2411d5382bac58a20b79e09c464ad13b9:
1180 Take no action to prefetch empty artifacts.
1181 + 3e969ff24a6a0e03139b9f288c88451a7dfa97cd:
1182 Fix a couple of bugs with Incompatible Target Skipping
1183 + e6670825b1e183f81f5c864aafd425d512fa9ff5:
1184 Pass --host_action_env to host options hostActionEnvironment
1185 attribute
1186 + 07400c0392e7be163f8a3396fa5cf89ce6705412:
1187 Add --{no,}autodetect_server_javabase.
1188 + c83366064621d5a265eba14d93a03deff58fe6d8:
1189 Only treat "env" and "env_inherit" attrs specially for native
1190 rules
1191 + 6a60b30cd0f22d0ab84b2ddd658d5ccb899a8a76:
1192 Fix coverage support when using default_java_toolchain. (#12801)
1193 + 4158a6f512e52516437e00f8d9609a91be7fc195:
1194 Revert JacocoCoverage target to remote_java_tools_java_import
1195 and add a new target for remore_java_tools_filegroup. (#12813)
1196 + f6d30cf5ef9a8a39fea7072317f89a872387b790:
1197 Add windows_msvc back to conditions in bazel_tools.
1198 + 6b33bdb1e22514304c0e35ce8e067f2175685245:
1199 Release 4.0.0 (2021-01-21)
1200 + 8811e27353c2c10980faf7e4c5e44b431d2d4f1c:
1201 Fix error message from getPrerequisites to not print internal
1202 details.
1203 + 27e15ad11410eb1014f5247fd0eeb31a46733c07:
1204 Clean up ConfiguredTargetValueAccessor and
1205 ConfiguredTargetAccessor
1206 + e87feb8ac9573cef993824f82370d0389570521d:
1207 Move getConfigConditions into ConfiguredTarget.
1208 + 34d98234324da83e93ba0d5ef5702880d5ac7c5c:
1209 Change ConfiguredTargetQuery to use KeyedConfiguredTarget as a
1210 value.
1211 + 079bb7d69931705bb2b092c9017090e224ef3043:
1212 Clean up old dependencies that are unused since
1213 https://github.com/bazelbuild/bazel/commit/34d98234324da83e93ba0d
1214 5ef5702880d5ac7c5c.
1215 + e03cb63e059420847d6578d7cbfe93f05615c95e:
1216 Update bazelbuild/platforms to a current release. - Roll forward
1217 https://github.com/bazelbuild/bazel/commit/0a4533420a3de467fd211d
1218 7f925cf88e0cd5b76a with kythe fix.
1219 + 2eb1bf53d5fef13b89ee440af4f83003d1d0b50a:
1220 Update docs and tests to use the @platforms//:incompatible
1221 constraint
1222 + c71697cf33b0fbbb42fc2910bac83960edc7e855:
1223 Clarify test_suite behaviour in the Platforms docs
1224 + dfb70ea4cae2ffffb76e9741d86c96505a6d05ad:
1225 Enable toolchain resolution for filegroup targets.
1226 + 24d086446f74606819dc53c3a436caa056ff05b7:
1227 PlatformProviderUtils should ignore targets that don't have the
1228 needed
1229 + ba60c0b3f9bbd00975c984244839b155e84b4c5d:
1230 ijar: fix manifest sections handling
1231 + 58bb42ad7ca263a75c6eeef51482f805726663a5:
1232 Revert "Switch to -fdebug-compilation-dir"
1233 + 57672aca01b3be895382c952b550c9f8edf6c9f2:
1234 Update turbine
1235 + bef4bbbb47d47befe3711d06f358782ee12554f9:
1236 Update turbine
1237 + d113d7454127bba78aa618dac81e5d164920b662:
1238 Update turbine
1239 + ad241fbebd90a9f0ad65ccd0658838f57030db68:
1240 Allow cquery to filter out incompatible targets
1241 + 1782f0ae751569607ef88930c822ac460a1f8bb3:
1242 Patch grpc to fix cares selecting the wrong source when building
1243 for darwin_arm64 cpu.
1244 + 8f7bc2f67fafcaa8d25cfc77eaaedbf8eed2984a:
1245 [1/3] Bump grpc to 1.33.1 to fix corruption when downloading CAS
1246 blobs
1247 + 848a51747a460ab4c5185e4c61ab522a9981cbea:
1248 [2/3] Bump grpc to 1.33.1 to fix corruption when downloading CAS
1249 blobs
1250 + 9b30172547f2093acb56aedf159a77d5dceffda2:
1251 [3/3] Bump grpc to 1.33.1 to fix corruption when downloading CAS
1252 blobs
1253 + 1e258d2a7a5221613047e5cee0aaec5b56045d2b:
1254 Allow exec groups to inherit from the rule or other exec groups.
1255 + d0676693310215407224c1b8e8aea9e3eddc183d:
1256 Support execution constraints per exec group
1257 + f1e0d346c8235c855e61afc2adb870e4b895e002:
1258 Clean up RuleContext to use a Table instead of a Map of Maps.
1259 + 8186fbb47ab964a9affa9a0fc6315fcdbde2b5aa:
1260 Documentation for #13110
1261 + 321fe3b6b4e892821ee7dbf2d17dd8ae6a541913:
1262 Prevent --repo_env from triggering unnecessary fetches
1263 + 3ebf658cba43bbab1efc36518f0795a7d65e2d46:
1264 Prevent a crash when using --repo_env=VAR without a value
1265 + 913a985a5c2fc3842b12c6e5f29af0fa1bccfd6a:
1266 Report digest of failed uploads
1267 + 5122617b8a22fee7acd86c9c48f2c2737709ca3f:
1268 Status error presentation with details
1269 + 9a70805db543e2fb910e1c55ef3b3567362adf30:
1270 Fix double shutdown of BuildEventArtifactUploader when BES+File
1271 output enabled.
1272 + 325eb956c92530bdfda54a36a186cae4245a4f7b:
1273 Add rxjava3 to third_party
1274 + ceaac966a7b977461b69ce9501df6a467f4a93b2:
1275 remote: set executable bit of an input file based on its real
1276 value
1277 + 5b786da75837c5e29714e1d708c3cdf9a67ed32d:
1278 Remote: correctly implement equals and hashCode.
1279 + 48648503729d53fdee1322fde2c8e6c05e99cff9:
1280 Fixed an error that bazel binary is not executable when testing
1281 with remote execution.
1282 + bc54c648aa1f99509c7c36d5e6b570d066689209:
1283 Remote: Use parameters instead of thread-local storage to
1284 provide tracing metadata.
1285 + 92955e617b5c41713a5163dc0437c2a024b31815:
1286 Remote: Use parameters instead of thread-local storage to
1287 provide tracing metadata. (Part 2)
1288 + 75bd1ff8ab56d241916bde36291301fa026b2bab:
1289 Remote: Use parameters instead of thread-local storage to
1290 provide tracing metadata. (Part 3)
1291 + 37ee252f3744abc4511f55b5089cc52abd3ba09d:
1292 Remote: Use parameters instead of thread-local storage to
1293 provide tracing metadata. (Part 4)
1294 + 71e35b165f924e2649a078fcf6007645d58039af:
1295 Remote: Use parameters instead of thread-local storage to
1296 provide tracing metadata. (Part 5)
1297 + 32fc451600b6e94a015263eb1c8a63e974f6f4cc:
1298 Write/QueryWriteStatus logging refinement/addition
1299 + 97963c5bb24ac79eb3646dd61bfcf2f8a648af54:
1300 Remote: gRPC load balancing. (Part 1)
1301 + e2b9a42a61596b0d24f0cadd6b7157b7f1efb221:
1302 Remote: gRPC load balancing. (Part 2)
1303 + 6667ad7dd77f8d97952133052c17e7779c1430ec:
1304 Remote: gRPC load balancing. (Part 3)
1305 + 7c081eb020186bfb16d4ef1c3832a8e946e99da1:
1306 Remote: gRPC load balancing. (Part 4)
1307 + 17afbe4e224b359fee6415a5bd71bbedaa7843eb:
1308 Implement getMessage for BulkTransferException
1309 + a6293b3df521aea9075b2ebbcdb675a7d02d3c32:
1310 Remote: gRPC load balancing. (Part 5)
1311 + 7a62c2d4e27e398f440910c81eacc384f38ca8be:
1312 Remote: Add interoperability between Rx and ListenableFuture.
1313 + 1fcb18a0b455bfcb8e9940778f37d8c82c5ed5a0:
1314 Update to latest remote-execution proto
1315 + dad96301d12aa77eb67399e08265a5f30f5ffd6a:
1316 Set Platform on Action not just Command
1317 + 6c5a3ee0dcbb4b804f4aa85c038a378fb70eb1f9:
1318 Remote: Add AsyncTaskCache which is used to deduplicate task
1319 executions and cache the results.
1320 + 9d0c7325ac810febe565a62fdd875ae0c240b274:
1321 Remote: Use AsyncTaskCache inside RemoteActionInputFetcher.
1322 + f54fe07209acc25340df8d2e02993b1add2deafa:
1323 Add --experimental_repository_disable_download to allow users
1324 disable download for external repos
1325 + b243584a479eb4481a9bf4f69acc899610a3b630:
1326 Report errors parsing rewriter config file
1327 + 63bc1c7d0853dc187e4b96a490d733fb29f79664:
1328 Downloader rewriter config has all_blocked_message
1329 + 495ac923f398443be45c20ab29d183fe47e08911:
1330 Allow UrlRewriter to change protocol, i.e. https->http, and
1331 http->https
1332 + 8dbbde0037264c1db4b229a09f98a61ab4ca06b0:
1333 Allow overriding the hostname and instance name in bytestream://
1334 URIs
1335 + 0881c80d29acecdfbb58c49156f805e8c50db117:
1336 Don't set requestId on non-multiplex requests.
1337 + e3b7e17b05f13ff183a4d7efec8ec797f3f5eaa3:
1338 When generating a symlink in _virtual_includes, add the original
1339 header to the 'allowed to use' set too
1340 + f8f66f36ad299a0ea019c94100d5a8e2018f5ab5:
1341 Make SimpleLogHandler not swallow interrupts.
1342 + f8606e5e76579442a1c6563e718ea54c673f1a04:
1343 linux-sandbox: don't assume -lrt, -D__STDC_FORMAT_MACROS
1344 + dac0d40d0eb903f5cb70341398d1a333c19adf3a:
1345 Improve "Common Attributes" section
1346 + a607d9dc70ac67f1aa2c32ca954177f9c77860be:
1347 Never create more than one process per WorkerMultiplexer.
1348 + 80c03ef14a1842d1e3475b1adf98adeb05df33f9:
1349 Move sending requests and reading responses for multiplex
1350 workers into separate subthreads.
1351 + 003cfcde3fd3901c1279ba1db3db3a14536248b4:
1352 Allow use of JSON protocol in multiplex workers.
1353 + 308bce36cba46095fe41866e703710035ddddada:
1354 Actively kill off still-active workers when stopping work on
1355 interrupt.
1356 + 8959dff512fe4505af786bcf2ef981ec7082a913:
1357 Add sanitizer support to Apple platforms
1358 + 32f16e9360f3e1856db1775eb5014b930da2a303:
1359 Fix a Google-internal broken link.
1360 + c9e2be52a067dd9abf5efa4f5f55bb5b98cf5d3b:
1361 Add SHA-1 to subresource integrity format for download()
1362 checksums
1363 + 3b3e6424c6fbd51d4c4ebb6aa25f1d1f4720221c:
1364 Remove fallback strategy support for workers, add flag for it in
1365 sandbox.
1366 + 3457f2ae11e4543de0a5e6e8e37c3aff067891fd:
1367 Update to java_tools javac11 10.6 (#13245)
1368 + 4928295b236ec8f590a7e9d863502bc2f50a77d9:
1369 Allow .S files in C++ Starlark cc_common.compile.
1370 + 1b18d65227c127fe946d3fcde4586158bc7e5fcb:
1371 Automatic code cleanup.
1372 + b5d6c38535c7f6f1eab3fd4c8d3d2da91d0b0f8a:
1373 Change short output of worker type to have the same logic as the
1374 worker creation for sandboxing vs. multiplex.
1375 + e7a0a71f50b69df5d38a8a85fefd36d211e12e8d:
1376 More properly destroy workers on interrupt.
1377 + 7056711eb11b672133274eb29fc93b01dcf088d5:
1378 Make WorkRequestHandler do a GC after some amount of CPU time
1379 has been used on requests. For Bazel and Blaze, defaults to 10s
1380 based on benchmarking.
1381 + 596653d3cf76e7b208da343e1fde5fe20273a5ff:
1382 Allow tree artifacts to be source or header inputs to
1383 cc_common.compile()
1384 + 055c93d11ab20cc4479539b24bbdfa5cab78a342:
1385 Switch to path autocompletion after -- for bazel run commands.
1386 + 807f2a1929e23b60b237c63fadb25af81de2e3c3:
1387 Fix Incompatible Target Skipping for test args
1388 + 9a5cd854e0613f91d52075973e2454b1e009e1ef:
1389 Fix order of build request id and command id
1390 + 706f5acd02363e48076dc97e37613fd968932d03:
1391 Fix bazel crash when passing config_setting to
1392 target_compatible_with
1393 + 61da1d2bf10eabba4c75de959b0374f302d89d70:
1394 Support multiple --bazelrc on command line
1395 + 5593358a58b66f06c4e421bb48856de94c3fd625:
1396 Update ConfiguredTargetFunction.computeUnloadedToolchainContexts
1397 to
1398 + 662cf54de7a103db30e04ebae2d2b919437c4846:
1399 Remote: Fix an issue that a failed action could lead to
1400 RuntimeException caused by InterruptedException thrown when
1401 acquiring gRPC connections.
1402 https://github.com/bazelbuild/bazel/issues/13239
1403 + a3a1763212f29932618b9b9b2f929976ae0e3b6e:
1404 Pass more `--add-exports=` flags
1405 + d2b942879471786e82f1c96eea8722bbe7919fc1:
1406 Remote: Fixed a bug that remote cache is missed due to
1407 executable bit is changed
1408 + 616dc264f02907d7b7887285d22307dfe6d097b6:
1409 Fix Bazel Coverage with C++ to work with Remote Execution
1410 + 5f40d12e741aa30d506eaa15673fb2ae76d29468:
1411 Fix external_path_test with newer Xcode versions.
1412 + b416193075642017e13c774422b49cb07fb65c23:
1413 Allow using embedded tools in sandboxed spawn runners.
1414 + eb762d4e7431637e607146b1c191485795047ef9:
1415 Fix racy write of temporary files while staging virtual inputs
1416 for the sandbox.
1417 + f31e86768579ad7ec57ba13f4c3c1348f5c2702e:
1418 Update platforms_test to not rely on filegroup not using
1419 toolchain
1420 + 13031e5b3bd7c8f29b96b2fee1b380160e0e27fc:
1421 Update SkyframeTests to not rely on filegroup not using toolchain
1422 + 11651824a9d0ffb9adb9611dcd39f4c95a59d750:
1423 Update ConfigurableAttributesTest to not rely on filegroup not
1424 using …
1425 + 4b68532e7ea5eb80c926b7b8e2ec2be300004628:
1426 Make WorkerExecRoot not be a subclass of SandboxedSpawn.
1427 + 31db460a45767de0bcd664a6efbe9d163b85b802:
1428 Make WorkerExecRoot not be re-created on each createFileSystem()
1429 call. Preparation for holding a map of existing links, but also
1430 just nicer.
1431 + a2cc0460dc84ad2dc88019af2fe2a65ce80c61e5:
1432 Start the file existence check traversal from the execroot base
1433 instead of execroot so that external repo files at
1434 "<execroot>/../<path>" are correctly handled when the sibling
1435 repository layout is enabled.
1436 + b048282c7893231d3a7191b251804973917b07a4:
1437 Use readdir for cleanExisting in WorkerExecRoot.
1438 + 270f00dd01fa06cf3e813da5a406be3446de7377:
1439 Add native support for Apple Silicon
1440 + 8e56b9423e8ad2f7323fb90b19b73858def81e39:
1441 Explicitly state that embedding macOS OpenJDK is for x86_64
1442 + 09c621e4cf5b968f4c6cdf905ab142d5961f9ddc:
1443 Remote: Fix a race that AsyncTaskCache#Execution could be reused
1444 after disposed which results in
1445 CancellationException("disposed") propagated to downstream.
1446 + 0299cd7e17203a4ce0ea947b62a7c55f1afb8225:
1447 Remove wrapped_clang params files after use
1448 + 47edc57806056f3c8764241ed41b8acc72bd2ebf:
1449 Silence swiftmodule timestamp warnings
1450 + f6e1074b09ebefba185c0531e9cea26b9596c8a9:
1451 Remote: Use shutdownNow() instead of shutdown() in
1452 ChannelConnection#close() as a workaround to a gRPC bug.
1453 + 71be4ea9e3d20bf90129e34a6a2899fe8401be36:
1454 And mnemonic and label to remote metadata
1455 + 615e1b16a81b0defc15699ec8027d6ddd70366d1:
1456 Change `set -x` in coverage to be set by var
1457 + fe4daea99c8cd163793eca84bfb12c8fc437616b:
1458 Bump minimal JDK install base maximum size from 290 to 295 MB.
1459 + 4840a68cd273a429e46d4114a3973fd11d0e3583:
1460 Remote: Check the return value of ActionOwner.getLabel() since
1461 it could be `null`.
1462 + 14abe4fd7c3967686a3536939fdc3882e691bca2:
1463 Allow `DiffAwareness` to share precomputed information about the
1464 workspace and propagate it to the `WorkspaceStatusAction`.
1465 + 082d98772690946ed29c157e60640c97a6e1195b:
1466 Implement available() method for Windows subprocesses.
1467 + c2bdd034014f66ce14529cc353cda18a32320f6c:
1468 Move --repo_env to common options
1469 + e09f2743738044095b9d784ea62df16b7f5750e6:
1470 Revert "Documentation for #13110"
1471 + a165baa250652fdc865ae0df39160be1f7f74c47:
1472 Revert "Clean up RuleContext to use a Table instead of a Map of
1473 Maps."
1474 + 51fb9e13a864f4f704ae378ea632433bae7ddc31:
1475 Revert "Support execution constraints per exec group"
1476 + cb6e5c24b82e0e20a243145fb6ea32b09e3d1de3:
1477 Revert "Allow exec groups to inherit from the rule or other exec
1478 groups."
1479 + 2ac6581aeaab33ba506fce96dfa6a75eaa819233:
1480 Release 4.1.0 (2021-05-21)
1481 + 7a0f36e3f0a21fed8857efbaa51ded2dbdeefab6:
1482 Change gceMachineType of highcpu platform from n1-highcpu-32 to
1483 e2-highcpu-32
1484 + 19491a91143f0c6132aca62c5ae40ab72e9dc0e2:
1485 Fix #10127: Remove Python 2 dependency from tools/android.
1486 + 80c59dea59d4dce39d4b5d21665c3d7313197358:
1487 fix main repo starlark options parsing - now flags passed on the
1488 command line as --@main_workspace//flag and --//flag will both
1489 parse to --//flag. Before this CL, the former maintained its
1490 workspace prefix and we would get different entries for these
1491 two formats.
1492 + 451b296c3aceb127ebb4a313b6e9608854fa68fa:
1493 Update threshold for long path shortening to be MAX_PATH - 4
1494 + 671e0489a5bd6d5abb4dcd9bcfc85134cee38385:
1495 Force source files to be readable before copying them from
1496 sandbox.
1497 + 6080c1e07f4229ea72eacd04faa9302e44955a84:
1498 Let workers finish lost races without delaying dynamic execution.
1499 + ee738dacb5d0089d3f57b15305057cb9ba675e74:
1500 Fix label_flag and label_setting to not have a dependency on the
1501 default
1502 + 74de0ba4e79341c77b8b85ff4485f92287b6854c:
1503 Java coverage: fix handling of external files
1504 + 48eee8b4b447a2ad11df28dd81a2ccb65562b5f5:
1505 [Bazel] Fix mobile-install for python2
1506 + 763dd0ce6e1644bf895231432f616427a11d385a:
1507 Add `stub_shebang` to `py_runtime`
1508 + b2231c56d78c6d37bcb6f11e1e50fe68ee336b4a:
1509 Move use of legacy sandbox -> local fallback to only be used
1510 after all strategies have been tried, and improve messages
1511 around it.
1512 + 6dc941e58dfc1d4a9714a76b921fbe11fce658ed:
1513 Remove restriction on generate_pdb_file to be only used in dbg
1514 and fastbuild mode
1515 + 5b95d9162b56b51c8e8f66258981ddf3c5d96765:
1516 Check the result of Future.cancel() when cancelling the other
1517 branch of dynamic execution.
1518 + aaae8ce2881c8c1a5d4ad64f20d6e71aa372cf2e:
1519 Update DEFAULT_MACOS_CPU to match host
1520 + 2f0927a4fd9342f4dcfd43475d3f1c90c523584f:
1521 Fix symlink creation on older Windows versions
1522 + fd9cffdcaf05551126e66f1cd62815eaa1af6bd9:
1523 Suppress interrupted status during pool closure
1524 + 33903d28bcea0005adf9b2a8cc4659c5e2999bbe:
1525 Fix Windows developer mode symlinks
1526 + 0cd1666721bdbe988dc361c085bb43cbd41a27f3:
1527 Respect Starlark options with values in `removeStarlarkOptions()`
1528 + 7920ffef472b25db3f4e564e5a3a28a4664c666e:
1529 cquery inherits from `test` not `build`
1530 + 1e258d2a7a5221613047e5cee0aaec5b56045d2b:
1531 Allow exec groups to inherit from the rule or other exec groups.
1532 + d0676693310215407224c1b8e8aea9e3eddc183d:
1533 Support execution constraints per exec group
1534 + f1e0d346c8235c855e61afc2adb870e4b895e002:
1535 Clean up RuleContext to use a Table instead of a Map of Maps.
1536 + 8186fbb47ab964a9affa9a0fc6315fcdbde2b5aa:
1537 Documentation for #13110
1538 + e376580ae4e9ad5bddc196bfb6ad3127e3ff561b:
1539 Split ExecGroup into a new target.
1540 + 0cbb8a863522d2f77ab6b67a01e39b19a9a81807:
1541 Create a new interface to allow Starlark objects to get a thread
1542 when getIndex is called.
1543 + d2e21cec31f09b27ef3589f47b0779f34077ca7e:
1544 Renamed ExecGroupCollection to clarify that it is only for
1545 Starlark usage.
1546 + b9519f92f8ce096107164ca5075feced0e989de7:
1547 Make StarlarkExecGroupContext use AutoValue.
1548 + 52b1b748b2368820bac2ca94323fb82c39c00e51:
1549 Use a dummy toolchain context for rules that don't have one.
1550 + 41877d0fefe3f021f3ff6d4ce398d0deb27157e6:
1551 Extract a separate StarlarkToolchainContext for starlark-only
1552 operations.
1553 + b120d4febc571f17e12501ad87fbff32ef94e9bb:
1554 Fix toolchains to support type lookup.
1555 + dc140d0b6119950dd4a7d71b125b15a78bacc8ce:
1556 Move DEFAULT_EXEC_GROUP_NAME from ToolchainCollection to
1557 ExecGroup.
1558 + 9b18d951a52819f1998ddfdc1739fa1b5bf0353d:
1559 Rename ToolchainCollection.getExecGroups to getExecGroupNames.
1560 + 10d4473bf476a587e3d9f9b2214581ec420c1919:
1561 BuildViewForTesting should directly call into
1562 ConfiguredTargetFunction.
1563 + 58a6fb1f8739e39125cc8c647f28cff2e79fe9aa:
1564 Move exec group tests out of platforms_test and into integration.
1565 + 7d5493d922761c3ce0037f0025912cc532c55ad7:
1566 Update creating exec groups that explicitly copy from defaults.
1567 + 8c6382a81237e72dbec24b3850df9481461e0015:
1568 Create a new ExecGroupCollection container to manage exec group
1569 inheritance and exec property parsing.
1570 + b4b0c321910bc968736ef48e8140528ea7d323cd:
1571 Fix unix toolchain for macos arm64 platform
1572 + f64f071f44394a33a1be40cb7642e2c881d1e9bb:
1573 Add `required_providers` attribute to Starlark defined aspects.
1574 + f2cbdcf67ac1990f05a8241ba8dae65795edac82:
1575 Don't ever claim /dev/null is an execpath.
1576 + ceec93c35ead1bd487e96a5fee46e8d080f88858:
1577 Don't ever claim /dev/null is an execpath.
1578 + 1f3f9f4c4b2eded90518aacd1b0b80c1b0dfd1c5:
1579 Use the parent directory of the exec root as the input root on
1580 RBE.
1581 + 4efeac9cb5f85325ed73f64e133a078c483cac01:
1582 Make the Merkle tree computation work in the wake of
1583 https://github.com/bazelbuild/bazel/commit/7149f578006a4ad0d51df6
1584 9830a6986749b34df5 .
1585 + b56a2aa709dcb681cfc3faa148a702015ec631d5:
1586 Remote: Use execRoot as input root and do NOT set working
1587 directory by default.
1588 + ae53991f2e207edacd1352ba94261e2473b79f14:
1589 Remote: Add RemoteExecutionService as a layer between spawn
1590 execution and remote execution.
1591 + 0c07c2e6571dd4806552213b2237ecb7a908afa4:
1592 Remote: Add remoteCacheable key to execution log
1593 + 5e617d83f3aab1fd36b07be4b58aba58604cc46e:
1594 Remote: Register "remote" strategy even if remote execution is
1595 not available.
1596 + 4ca8946a8e1c4c2fd48d8fb8ce38adb8b282fef0:
1597 Remote: Add --experimental_capture_corrupted_outputs flag.
1598 + 97d7b4c277814d73b50450b03f4bb160ce7e99b4:
1599 Remote: Report checking cache status before the action is
1600 scheduled to run remotely.
1601 + ba5b2a7c9448a3681a0d86d80670447e338a06dc:
1602 when writing to local disk cache, open files later in order to
1603 avoid "too many open files"
1604 + 3551898849a93306ad9b4dfdd7d4667913098efe:
1605 Propagate test envs to xml generation action
1606 + 9f8c678d7054548865f56f3464f778c751657074:
1607 Remote: Fix a bug that the XML generation is executed even if
1608 test.xml is generated when build with --remote_download_minimal.
1609 + af42653e6f6bd229142f4678bb256a8c397b4d8d:
1610 Automatic code cleanup.
1611 + 07a84ce31d9b09853c63c7e373418696dd285dc5:
1612 Remote: Another attempt to fix the CancellationException error
1613 in AsyncTaskCache caused by a race condition.
1614 + 0f812eb5e561cc5415d0c9931675e58dc37a5850:
1615 Remote: Display download progress when actions are downloading
1616 outputs from remote cache.
1617 + 18c82168433719b400a705a4a0222969a7a026ba:
1618 Remote: Do not upload empty output to remote cache.
1619 + 6a138a60e562beeef36003c4814a6b8ce9f253f6:
1620 Fix compiling errors
1621 + bcce6dd026e90336e80616a8c1004a79a2f8640c:
1622 Add the TEMP_FAILURE_RETRY macro to linux-sandbox-pid1.cc.
1623 + c8c0d94a49e1b865d95c6d245c2d152c7c7c9722:
1624 Export proguard specs from aar_import
1625 + 1a0285c3b64b121268ced3eb9ad9d5ba396b4905:
1626 Fix stripping of macOS loadable bundles
1627 + 0d3c231f5a08861d28e987703e9196890e6164bf:
1628 Roll forward config_setting visibility enforcement behind a flag.
1629 + bb7a01027242390da1c18fbf87c274cc34c11b79:
1630 Fix merge conflicts.
1631 + 8b8e77ea226aaa12e79580422bc5984e80ce048b:
1632 Remove redundant declaration.
1633 + 7c92cfcf9a88933c29334f6271ad3f086f7f36f4:
1634 Ignore empty virtual artifacts when spawn-logging inputs.
1635 + 4158b61211e099db780565d064a1c1a80c91bd2a:
1636 Use correct exit code on invalid aquery --output
1637 + b51b31dbe75a5bc73227fccb4484f3454df81b42:
1638 Remote: Fix a race when reporting action progresses.
1639 + 0e652737988e3c115e98e1552f6fada52bc2b9a2:
1640 Change MIN_BUILD_TOOLS_REVISION to 30.0.0
1641 + 6f9909c04b1e00faa510b38ccabac78821046cf9:
1642 Update Android remote tools to ensure Bazel uses the latest
1643 Android tooling that has been updated to support AndroidX
1644 databinding generation.
1645 + 31d88c629dff2c5f8e8a4baf8c89fd3349c9783e:
1646 Automated rollback of commit
1647 9a1d428e33bfae1ec5b68250d4732b72346b8b39.
1648 + 951a3023fbcdbe025e350590e6fa86097da3fe05:
1649 Increase allowed size of the install_base.
1650 + a7845f65befbeb65a28ec53e62458211a7bc3f8e:
1651 Increase allowed size for install base again.
1652 + affc27f9d18f9781437e91a3f36c73962a56f261:
1653 Bump version of java allocation instrumenter.
1654 + 7efabba19cf6400bf9e707f53b40a6dd7110fafb:
1655 Reference the correct version of the java allocation
1656 instrumenter.
1657 + 9055c67b17abf5fed487ae44d0e22f1c6ea1e50c:
1658 Support extracting aar files.
1659 + 861c3caa85e47da35a8a4f1512e57d43b9263c37:
1660 Revert "Remote: Fix a race when reporting action progresses."
1661 + 92ec798ddc1f38fb4868af08c1d818639283f501:
1662 Revert "Remote: Display download progress when actions are
1663 downloading outputs from remote cache."
1664 + ce091abb290d1d753f480cdee0e69748eb20db52:
1665 Revert "Fix compiling errors"
1666 + 1b19cd310418b850e8e0ca2086ffe50755c9ed7e:
1667 Revert "Remote: Fix a bug that the XML generation is executed
1668 even if test.xml is generated when build with
1669 --remote_download_minimal."
1670 + 988b56f5916e024d10695797a7f963b30fc998c7:
1671 Revert "Remote: Report checking cache status before the action
1672 is scheduled to run remotely."
1673 + 35c98d07b21785efae57a7c4230cc1e452f74fd2:
1674 Revert "Let workers finish lost races without delaying dynamic
1675 execution."
1676 + c4e22b9ace07f5d360c5327a38f9ae4ab24b7109:
1677 Migrate ExampleWorker to use WorkRequestHandler.
1678 + 230be161176bd6f1251077af7674f80d38ff1e25:
1679 Do not interleave readdir() calls with deletion of directory
1680 entries.
1681 + 3cc8ce6ba0934b1a4d9db184daf055c1207ef105:
1682 Propagate OOME if NewByteArray allocation failed
1683 + 19fc15ebbf6c63fcce90a038e91c5ec726852848:
1684 Create helper method for sandbox tests, transform existing tests
1685 into using it.
1686 + deb1006c0778692f7eaef4cbcf7eeb8112b55e91:
1687 Cleanup: Replace NULL with nullptr
1688 + f4b5e0233341977aaa76593ca032d9ac4eba7444:
1689 Let workers finish lost races without delaying dynamic execution.
1690 + 186decab01ee247c7453baf19dac778545ec4937:
1691 Interface and flag specification for worker cancellation.
1692 + 5894a8544d51c99f1356130b8b487bc93299fedd:
1693 Create BUILD file in worker tests directory instead of running
1694 tests from the parent directory.
1695 + e9e6978809b0214e336fee05047d5befe4f4e0c3:
1696 Server-side implementation of worker cancellation.
1697 + 5103662238f2df2038c7dff079e9c655e08ba654:
1698 Add builder for WorkRequestHandler.
1699 + 1a519bb66c3fa3e4ef3b9a9a556597920751fbcd:
1700 Makes singleplex requests be handled in separate threads in
1701 WorkRequestHandler.
1702 + 779d66019210f54e10a1343ee004df72a8dec812:
1703 Only allow worker async finishing when sandboxed.
1704 + a698bef6146a807fd82ee4402d89c23c83802e33:
1705 Support for cancellation in WorkRequestHandler.
1706 + 9dc95af4c7ef10979f21173260f5433006116096:
1707 Make workers restart on flags that affect their
1708 creation/behaviour.
1709 + 7e5cd529e9f8c9cb67900af36182f00ef7316654:
1710 Remote: Report checking cache status before the action is
1711 scheduled to run remotely.
1712 + 6e134a1b68418fba9992692901efa77a80c346f7:
1713 Remote: Fix a bug that the XML generation is executed even if
1714 test.xml is generated when build with --remote_download_minimal.
1715 + d4d071401acadb0d8977850a9439474e60fd7bb9:
1716 Fix compiling errors
1717 + 2579c9a18360955699d028426b45d381ff53783c:
1718 Eagerly initialize JNI copies of Java classes: doing lazy
1719 initialization on a per-method basis doesn't save anything and
1720 adds a tiny bit of overhead to every one of these calls.
1721 + 0f812eb5e561cc5415d0c9931675e58dc37a5850:
1722 Remote: Display download progress when actions are downloading
1723 outputs from remote cache.
1724 + 3835d9b21ad524d06873dfbf465ffd2dfb635ba8:
1725 Update the WorkRequestHandler to use callbacks of type:
1726 BiFunction<WorkRequest, PrintWriter, Integer>: - Mark
1727 constructors that use BiFunction<List<String>, PrintWriter,
1728 Integer> callback as deprecated. - Use a wrapper class for the
1729 BiFunction<WorkRequest, PrintWriter, Integer>. Suggesting this
1730 to avoid having two constructors that takes a BiFunction, as it
1731 creates a confusion between the deprecated and new constructor
1732 when given a lambda expressions.
1733 + 5e352afe2b35487ea2ced85ca79bd9f79858e648:
1734 Fix bug in WorkRequestHandler's handling of singleplex requests
1735 that would cause occasional hangs.
1736 + b51b31dbe75a5bc73227fccb4484f3454df81b42:
1737 Remote: Fix a race when reporting action progresses.
1738 + c9d823e42796962eed039b8122528c2a1541190f:
1739 Disable flaky test.
1740 + e6809c90ecc0ef5783faa39e63188fc33a79b80e:
1741 Revert "Check the result of Future.cancel() when cancelling the
1742 other branch of dynamic execution."
1743 + be4cbc7a67196414e3d3f323be8ab55fb5e530f7:
1744 Revert "Move use of legacy sandbox -> local fallback to only be
1745 used after all strategies have been tried, and improve messages
1746 around it."
1747 + b32349f50ff3d958613aef9275751ad9d50d344c:
1748 Set a fallback dynamic local strategy even when the
1749 dynamic_local_strategy flag is passed.
1750 + f395157c95692565bc220c7ccf788974fe0885fd:
1751 Allow running an extra spawn for local branch of dynamic
1752 execution.
1753 + 039461c76113ab3f165132dd26d0c58eb3e45cae:
1754 Adding debugging information for case when two branches
1755 apparently cancel each other.
1756 + b2231c56d78c6d37bcb6f11e1e50fe68ee336b4a:
1757 Move use of legacy sandbox -> local fallback to only be used
1758 after all strategies have been tried, and improve messages
1759 around it.
1760 + 5b95d9162b56b51c8e8f66258981ddf3c5d96765:
1761 Check the result of Future.cancel() when cancelling the other
1762 branch of dynamic execution.
1763 + 1962a59a5478f5ad374700b0abf0a718b1b3a7d3:
1764 Fix the case where if all strategies for one branch of `dynamic`
1765 execution fail to accept (that is, refuse to even take) the
1766 action given, the whole action fails. Instead of seeing whether
1767 the other branch can run and the action that that it succeeded.
1768 + b7c1ad2aff91105659299723a712b72eea943040:
1769 Fix rare crash in dynamic execution where both branches got
1770 cancelled.
1771 + 2c3cff5422b115d7bb86ed28a056f3d368ebceeb:
1772 Check if `treeDeleter` is actually async before casting it.
1773 Fixes #13240.
1774 + 1a89ce1757e75f8ba9bda76d7373a7e8527bcfc5:
1775 Make worker JSON protocol properly ignore unknown fields.
1776 + 4b12fc80abf4152815f09e473a972e52a1fe8b51:
1777 Fix test_source_file_does_not_override_standard_library to work
1778 with Python 3.9.
1779 + f4e10367df2d881f05e3ddd5bd0531b390a845fe:
1780 Removing line ending matches in tests to be compatible on Windows
1781 + ba74df07ced96226d78851e11d1df03147f1cc1f:
1782 Refactors CompilationSupport for objc to use existing API
1783 + a04cb1bfad4734f801c48bae3070a799067bda4e:
1784 Release 4.2.0 (2021-08-18)
1785 + ba8678077024e1b4e5d7419c758a97e8dc9fceea:
1786 Revert "fix main repo starlark options parsing.
1787 + 9f67cdf3d51c05bc2209786aa24b72658b61362c:
1788 cquery: disable `--build_tests_only`.
Bazel Release System6962b0d2021-08-27 17:50:42 +02001789```
1790
Bazel Release System6962b0d2021-08-27 17:50:42 +02001791Important changes:
1792
Bazel Release Systeme92e04d2021-08-30 09:37:05 -04001793 - Multiplex persistent workers can now use the JSON protocol.
1794 - enforce config_setting visibility. See
1795 https://github.com/bazelbuild/bazel/issues/12932 for details.
1796 - The minimum Android build tools version for the Android rules is
1797 now 30.0.0
1798 - Updates worker protocol with cancellation fields, and adds
1799 experimental_worker_cancellation flag to control cancellation.
1800 - If all strategies of one branch (the local or remote execution
1801 branch) of the `dynamic` strategy fail to even accept (via the
1802 response they give from `canExec`) the action, `dynamic` will now
1803 try to see if the other branch can accept it. (Trying to run it
1804 and it failing will still cause a failure if it was the first
1805 result, this is about strategies claiming they can't even try the
1806 action)
Bazel Release System6962b0d2021-08-27 17:50:42 +02001807
Bazel Release Systeme92e04d2021-08-30 09:37:05 -04001808This release contains contributions from many people at Google, as well as Alex Eagle, Austin Schuh, Benjamin Peterson, bromano, Christopher Peterson Sauer, Christopher Sauer, Cristian Hancila, Daniel Wagner-Hall, Denys Kurylenko, Ed Schouten, Finn Ball, George Gensure, Greg Estren, Johannes Abt, Keith Smiley, Kevin Hogeland, Lauri Peltonen, Philipp Schrader, Ryan Beasley, Thi Doan, ThomasCJY, Timothy Klim, Trustin Lee, Ulf Adams, Vaidas Pilkauskas, Vertexwahn, wisechengyi, Xavier Bonaventura, Yannic Bonenberger, Yuval Kaplan, Yuval.
Bazel Release System2f2a4372021-08-25 13:07:14 +02001809
Bazel Release Systemb3feb612021-08-19 15:32:21 +02001810## Release 5.0.0-pre.20210810.4 (2021-08-19)
1811
1812```
1813Baseline: ead44955c5cf02d94152f2cf3462c40ee6659594
1814
1815Cherry picks:
1816
1817 + 99a85e79a11cef98d0e08db21ab94833398381af:
1818 Automated rollback of commit
1819 92f7b58672baffe5a230f675d7197c2a10892284.
1820 + 16523615ba04c2697f436ca02d957809e6fe8dbf:
1821 Fix a race condition in scheduling code in
1822 `FileSystemValueCheckerInferringAncestors`.
1823 + ed251187b078c4262bbbc1da72015ce12f9964f4:
1824 Add incompatible flag to guard top-level aspects dependencies
1825```
1826
1827Incompatible changes:
1828
1829 - Removing java_common.javac_jar Starlark call.
1830 - native.existing_rule now returns select values in a form that is
1831 accepted by rule instantiation. This is a breaking API change
1832 because there is some code that relies on the precise type
1833 returned, including brittle workarounds for this bug specifically
1834 and insufficiently flexible workarounds for other issues with the
1835 intersection of select and native.existing_rule.
1836 - flipped incompatible_use_toolchain_resolution_for_java_rules, see
1837 #7849
1838 - Query output=xml/proto/location for source files will now show
1839 the location of line 1 of the source file (as the new default)
1840 instead of its location in the BUILD file.
1841 - Specifying a target pattern underneath a directory specified by
1842 .bazelignore will now emit a warning, not an error.
1843 - Query `--order_output=auto` will now sort lexicographically.
1844 However, when `somepath` is used as a top level function (e.g.
1845 `query 'somepath(a, b)'`), it will continue to output in
1846 dependency order. If you do not want the lexicographical output
1847 ordering, specify another `--order_output` value (`no`, `deps` or
1848 `full`) based on what ordering you require.
1849 - In the build event stream,
1850 BuildMetrics.TargetMetrics.targets_loaded is no longer populated.
1851 Its value was always mostly meaningless.
1852 BuildMetrics.TargetMetrics.targets_configured and
1853 BuildMetrics.ActionSummary.actions_created now include configured
1854 aspect data.
1855 - //visibility:legacy_public has been removed.
1856 - Flip and remove incompatible_dont_collect_so_artifacts
1857 (https://github.com/bazelbuild/bazel/issues/13043).
1858 - Remove flag --experimental_no_product_name_out_symlink: it is
1859 always true.
1860 - The Starlark method generate_dsym in objc fragment has
1861 been deleted. Please use the equivalent apple_generate_dsym in
1862 cpp
1863 fragment instead.
1864 - Native libraries in data attribute are not collected. See
1865 https://github.com/bazelbuild/bazel/issues/13550 for details
1866 - Enforce the `--profile` path to be absolute.
1867 - Enforce the --memory_profile path to be absolute.
1868 - JavaToolchainInfo.jvm_opt returns Depset instead of a list.
1869 - --apple_sdk has been deleted. It is a no-op.
1870
1871Important changes:
1872
1873 - Flag --incompatible_objc_compile_info_migration is removed. See
1874 #10854.
1875 - Flag --incompatible_objc_compile_info_migration is removed. See
1876 #10854.
1877 - Flag --incompatible_objc_compile_info_migration is removed. See
1878 #10854.
1879 - none
1880 PAIR=cmita
1881 - The --incompatible_load_python_rules_from_bzl flag is now a no-op.
1882 - Filter all (instead of just C++) source files for coverage output
1883 according to --instrumentation_filter and
1884 --instrument_test_targets.
1885 - The `--incompatible_disable_native_apple_binary_rule` flag has
1886 been added which disables the native `apple_binary` rule. Users
1887 who need to use `apple_binary` directly (if they cannot use one
1888 of the more specific Apple rules) should load it from
1889 https://github.com/bazelbuild/rules_apple.
1890 - The Android rules' --use_singlejar_apkbuilder is now a no-op.
1891 SingleJar will always be used to build APKs.
1892 - dict.setdefault(key, ...) now fails if dict is frozen, even if it
1893 already contains key. This is an incompatible API change.
1894 - Flag --incompatible_objc_provider_remove_compile_info is removed.
1895 See #11359.
1896 - Starlark now permits def statements to be nested (closures).
1897 - native.existing_rule now returns select values in a form that is
1898 accepted by rule instantiation. This is a breaking API change,
1899 though the fallout is expected to be small.
1900 - Starlark now supports lambda (anonymous function) expressions.
1901 - The "test" and "coverage" commands no longer return 3 when a
1902 test action fails because of a system error. Instead, the exit
1903 code
1904 reflects the type of system error.
1905 - The undocumented ctx.expand feature no longer exists.
1906 - Make --legacy_dynamic_scheduler a no-op flag.
1907 - Multiplex persistent workers can now use the JSON protocol.
1908 - native.existing_rule now returns a mutable list, not a tuple, for
1909 a list-valued attributes. This is an incompatible API change.
1910 - Roll back change to have native.existing_rules use list instead
1911 of tuple.
1912 - BEP includes test suite expansions.
1913 - config_setting now honors `visibility` attribute (and defaults to
1914 `//visibility:public`)
1915 - Change the MultiArchSplitTransitionProvider to be based on
1916 platform type + CPU instead of fixed "ios_" + cpu.
1917 - enforce config_setting visibility. See
1918 https://github.com/bazelbuild/bazel/issues/12932 for details.
1919 - add a flag to build v4 signature file
1920 - Added _direct_source_jars output group to Java related targets.
1921 END_PUBLIC
1922 - pkg_deb is no longer part of @bazel_tools//build_defs/pkg:pkg.bzl.
1923 Use https://github.com/bazelbuild/rules_pkg/tree/main/pkg instead
1924 - Allowing the lipo operations to be conditional in the
1925 linkMultiArchBinary API for Apple binaries. Single architecture
1926 slices are now returned through AppleBinaryOutput and the
1927 Starlark API.
1928 - Release restriction for "-" in the package name for Python
1929 sources. Now `py_binary` and `py_test` targets can have main
1930 source file with "-" in the path.
1931 - Users consuming BEP may assume that a `named_set_of_files` event
1932 will
1933 appear before any event referencing that `named_set` by ID. This
1934 allows consumers
1935 to process the files for such events (eg. `TargetCompleted`)
1936 immediately.
1937 - BEP includes all files from successful actions in requested
1938 output groups.
1939 Previously, an output group's files were excluded if any file in
1940 the output group
1941 was not produced due to a failing action. Users can expect BEP
1942 output to be larger
1943 for failed builds.
1944 - In BEP, TargetComplete.output_group has a new field `incomplete`
1945 indicating that the file_sets field is missing one or more
1946 declared artifacts
1947 whose generating actions failed.
1948 - The flag `--toolchain_resolution_debug` now takes a regex
1949 argument, which is used to check which toolchain types should
1950 have debug info printed. You may use `.*` as an argument to keep
1951 the current behavior of debugging every toolchain type.
1952 - Add runfiles.merge_all() for merging a sequence of runfiles
1953 objects.
1954 - runfiles.merge() and merge_all() now respect
1955 --nested_set_depth_limit.
1956 If you hit the depth limit because you were calling merge() in a
1957 loop, use
1958 merge_all() on a sequence of runfiles objects instead.
1959 - Bazel will no longer create a bazel-out symlink if
1960 --symlink_prefix is specified: the directory pointed to via the
1961 bazel-out symlink is accessible via ${symlink_prefix}-out. If
1962 this causes problems for you, set
1963 --experimental_no_product_name_out_symlink=false in your builds
1964 and file an issue.
1965 - Updates worker protocol with cancellation fields, and adds
1966 experimental_worker_cancellation flag to control cancellation.
1967 - Simplify build failure output by always using `NNN arguments`.
1968 - trim_test_configuration now defaults to on
1969 - Mark genrule.srcs as a source attribute for coverage.
1970 - When using --allow_analysis_failures (for example, via
1971 bazel-skylib's
1972 analysistest with `expect_failure = True`), analysis-time
1973 failures in aspect
1974 implementation functions will now be propagated and saved in
1975 AnalysisFailureInfo, just like analysis-time failures in rules.
1976 - cquery --noimplicit_deps now correctly filters out resolved
1977 cc_toolchains
1978 - Sign apks deterministically.
1979 - Make gcov optional in cc_toolchain tools.
1980 - If --experimental_prefer_mutual_xcode is passed, Bazel will
1981 choose the local default (instead of the newest mutually
1982 available version) if it's available both locally and remotely.
1983 - Remove java_lite_proto_library.strict_deps attribute.
1984 - Generate proguard configurations deterministically.
1985 - Adds a new flag, `--incompatible_enable_cc_test_feature` which
1986 switches from the use of build variables to the feature of the
1987 same name.
1988 - Dropped fragile xz support from built in pkg_tar. Users requiring
1989 xz
1990 compression should switch to bazlebuild/rules_pkg.
1991 - If all strategies of one branch (the local or remote execution
1992 branch) of the `dynamic` strategy fail to even accept (via the
1993 response they give from `canExec`) the action, `dynamic` will now
1994 try to see if the other branch can accept it. (Trying to run it
1995 and it failing will still cause a failure if it was the first
1996 result, this is about strategies claiming they can't even try the
1997 action)
1998 - Add `disable_annotation_processing` option to
1999 `java_common.compile`, which disables any annotation processors
2000 passed to `plugins` or in `exported_plugins` of `deps`
2001 - Remove obsolete --incompatible_prohibit_aapt1
2002 - The minimum Android build tools version for the Android rules is
2003 now 30.0.0
2004 - Adds --experimental_reuse_sandbox_directories flag to reuse
2005 already-created non-worker sandboxes with cleanup.
2006 - --experimental_force_gc_after_build is deprecated and will be
2007 removed soon. Use --bep_publish_used_heap_size_post_build instead
2008 - Forward coverage-instrumented files from non-tool dependencies by
2009 default.
2010 - The used_heap_size_post_build field in BEP is populated when the
2011 --memory_profile flag is set
2012 - --run_validations defaults to true.
2013 - Consider label_keyed_string_dict attributes when gathering
2014 instrumented files for coverage.
2015 - Remove flag
2016 --experimental_forward_instrumented_files_info_by_default, now
2017 that this behavior is the default.
2018 - When using MemoryProfiler with multiple GCs via the
2019 --memory_profile_stable_heap_parameters flag, we do a more
2020 precise calculation of heap used at the end of the build. This
2021 will generally result in lower values.
2022 - --bep_publish_used_heap_size_post_build is deprecated. Use
2023 --memory_profile=/dev/null instead.
2024
2025This release contains contributions from many people at Google, as well as Adam Liddell, Alex Eagle, Andrew Katson, Anthony Pratti, Austin Schuh, Benedek Thaler, Benjamin Lee, Benjamin Peterson, Benjamin Peterson, bromano, Cameron Mulhern, Christopher Peterson Sauer, Christopher Sauer, Cristian Hancila, Dan Bamikiya, Daniel McCarney, Daniel Wagner-Hall, Danny Wolf, Dave MacLachlan, Dave Nicponski, David Cummings, David, David Ostrovsky, Delwin9999, Denys Kurylenko, Dmitry Ivankov, dorranh, Ed Schouten, Eitan Adler, Elliotte Rusty Harold, erenon, Eric Cousineau, Ethan Steinberg, FaBrand, Felix Ehrenpfort, Finn Ball, Fredrik Medley, Garrett Holmstrom, Gautam Korlam, George Gensure, goodspark, Greg Estren, Grzegorz Lukasik, Jesse Chan, Joe Lencioni, Johannes Abt, John Laxson, Jonathan Schear, Justus Tumacder, Keith Smiley, Kevin Hogeland, Lauri Peltonen, Liu Liu, Lszl Csomor, m, Marc Zych, Mark Karpov, Masoud Koleini, Matt Mackay, Max Liu, Menny Even Danan, menny, Michael Chinen, Nathaniel Brough, Nick Korostelev, Niek Peeters, Nikolay Shelukhin, odisseus, Oleh Stolyar, Olek Wojnar, Olle Lundberg, Philipp Schrader, Pras Velagapudi, Qais Patankar, Rai, Ryan Beasley, samhowes, Samuel Giddins, Sebastian Olsson, Steve Siano, steve-the-bayesian, Stiopa Koltsov, susinmotion, tatiana, Thi Doan, ThomasCJY, Timothy Klim, Tobi, Torgil Svensson, Trustin Lee, Ulf Adams, Uri Baghin, Vaidas Pilkauskas, Vertexwahn, wisechengyi, Xavier Bonaventura, Yannic Bonenberger, Yannic Bonenberger, Yannic, Yury Evtikhov, Yuval Kaplan, Yuval, [zqzzq].
2026
Bazel Release System497a8482021-08-18 08:44:59 -04002027## Release 4.2.0 (2021-08-18)
Bazel Release System9ec8fb12021-08-13 14:57:53 +02002028
2029```
Bazel Release System497a8482021-08-18 08:44:59 -04002030Baseline: 37a429ad12b4c9e6a62dbae4881a1ff03b81ab40
Bazel Release System9ec8fb12021-08-13 14:57:53 +02002031
2032Cherry picks:
2033
Bazel Release System497a8482021-08-18 08:44:59 -04002034 + a689d673abadf80f1efaf8ddaeee92d56fc2847b:
2035 Use getRunfilesPath for run_under executable path generation.
2036 getRootRelativePath doesn't return a valid runfiles path for
2037 external source files anymore after the recent external source
2038 root change. Also, it won't work for external labels either once
2039 the --nolegacy_external_runfiles becomes default. This fixes
2040 issue #12545.
2041 + d90ec67fdab9710f649a3c1d374fb6b938b9271a:
2042 Fix NPE when coveragerunner is not set on the toolchain.
2043 + 8555789dd239a5ac229c1d9cee80b2a9f30b3bf7:
2044 Fix the classic query package-loading cutoff optimization with
2045 external workspaces.
2046 + 57672aca01b3be895382c952b550c9f8edf6c9f2:
2047 Update turbine
2048 + bef4bbbb47d47befe3711d06f358782ee12554f9:
2049 Update turbine
2050 + d113d7454127bba78aa618dac81e5d164920b662:
2051 Update turbine
2052 + 1489f0f4cae3e9247a70e4003ab76bef45c5b986:
2053 Support Scala3 .tasty files
2054 + 0d2d95cd7e34b4061c8e5fdfd21ba0ab8818c685:
2055 Update to java_tools javac11 release 10.5 (#12647)
2056 + a9419f38d5f29af31a6c8ebda09a6e0303a6ba54:
2057 Fix common prefix for instrumentation filter
2058 + 84fadcf81f81b2d7343ca4151a5639be7f2263ee:
2059 Fix builds for filegroup targets with incompatible dependencies
2060 + e43825d0bef359f645e1cabf2164fd2db6ee4a35:
2061 Revert "Remove
2062 --incompatible_blacklisted_protos_requires_proto_info"
2063 + 082d58de852ebaa640bcf13cf419cbb94eec2b26:
2064 Transform roots along with paths during output deletion.
2065 + e8835c1c221d76a2d5532d18083eaa04401619b3:
2066 AttributeContainer.Large now handles more than 127 attributes.
2067 + e1e87349335ac59f9b3df47cee8b999faeaa6d11:
2068 Add an env attribute to all test and binary rule classes
2069 + a87d7ed2411d5382bac58a20b79e09c464ad13b9:
2070 Take no action to prefetch empty artifacts.
2071 + 3e969ff24a6a0e03139b9f288c88451a7dfa97cd:
2072 Fix a couple of bugs with Incompatible Target Skipping
2073 + e6670825b1e183f81f5c864aafd425d512fa9ff5:
2074 Pass --host_action_env to host options hostActionEnvironment
2075 attribute
2076 + 07400c0392e7be163f8a3396fa5cf89ce6705412:
2077 Add --{no,}autodetect_server_javabase.
2078 + c83366064621d5a265eba14d93a03deff58fe6d8:
2079 Only treat "env" and "env_inherit" attrs specially for native
2080 rules
2081 + 6a60b30cd0f22d0ab84b2ddd658d5ccb899a8a76:
2082 Fix coverage support when using default_java_toolchain. (#12801)
2083 + 4158a6f512e52516437e00f8d9609a91be7fc195:
2084 Revert JacocoCoverage target to remote_java_tools_java_import
2085 and add a new target for remore_java_tools_filegroup. (#12813)
2086 + f6d30cf5ef9a8a39fea7072317f89a872387b790:
2087 Add windows_msvc back to conditions in bazel_tools.
2088 + 6b33bdb1e22514304c0e35ce8e067f2175685245:
2089 Release 4.0.0 (2021-01-21)
2090 + 8811e27353c2c10980faf7e4c5e44b431d2d4f1c:
2091 Fix error message from getPrerequisites to not print internal
2092 details.
2093 + 27e15ad11410eb1014f5247fd0eeb31a46733c07:
2094 Clean up ConfiguredTargetValueAccessor and
2095 ConfiguredTargetAccessor
2096 + e87feb8ac9573cef993824f82370d0389570521d:
2097 Move getConfigConditions into ConfiguredTarget.
2098 + 34d98234324da83e93ba0d5ef5702880d5ac7c5c:
2099 Change ConfiguredTargetQuery to use KeyedConfiguredTarget as a
2100 value.
2101 + 079bb7d69931705bb2b092c9017090e224ef3043:
2102 Clean up old dependencies that are unused since
2103 https://github.com/bazelbuild/bazel/commit/34d98234324da83e93ba0d
2104 5ef5702880d5ac7c5c.
2105 + e03cb63e059420847d6578d7cbfe93f05615c95e:
2106 Update bazelbuild/platforms to a current release. - Roll forward
2107 https://github.com/bazelbuild/bazel/commit/0a4533420a3de467fd211d
2108 7f925cf88e0cd5b76a with kythe fix.
2109 + 2eb1bf53d5fef13b89ee440af4f83003d1d0b50a:
2110 Update docs and tests to use the @platforms//:incompatible
2111 constraint
2112 + c71697cf33b0fbbb42fc2910bac83960edc7e855:
2113 Clarify test_suite behaviour in the Platforms docs
2114 + dfb70ea4cae2ffffb76e9741d86c96505a6d05ad:
2115 Enable toolchain resolution for filegroup targets.
2116 + 24d086446f74606819dc53c3a436caa056ff05b7:
2117 PlatformProviderUtils should ignore targets that don't have the
2118 needed
2119 + ba60c0b3f9bbd00975c984244839b155e84b4c5d:
2120 ijar: fix manifest sections handling
2121 + 58bb42ad7ca263a75c6eeef51482f805726663a5:
2122 Revert "Switch to -fdebug-compilation-dir"
2123 + 57672aca01b3be895382c952b550c9f8edf6c9f2:
2124 Update turbine
2125 + bef4bbbb47d47befe3711d06f358782ee12554f9:
2126 Update turbine
2127 + d113d7454127bba78aa618dac81e5d164920b662:
2128 Update turbine
2129 + ad241fbebd90a9f0ad65ccd0658838f57030db68:
2130 Allow cquery to filter out incompatible targets
2131 + 1782f0ae751569607ef88930c822ac460a1f8bb3:
2132 Patch grpc to fix cares selecting the wrong source when building
2133 for darwin_arm64 cpu.
2134 + 8f7bc2f67fafcaa8d25cfc77eaaedbf8eed2984a:
2135 [1/3] Bump grpc to 1.33.1 to fix corruption when downloading CAS
2136 blobs
2137 + 848a51747a460ab4c5185e4c61ab522a9981cbea:
2138 [2/3] Bump grpc to 1.33.1 to fix corruption when downloading CAS
2139 blobs
2140 + 9b30172547f2093acb56aedf159a77d5dceffda2:
2141 [3/3] Bump grpc to 1.33.1 to fix corruption when downloading CAS
2142 blobs
2143 + 1e258d2a7a5221613047e5cee0aaec5b56045d2b:
2144 Allow exec groups to inherit from the rule or other exec groups.
2145 + d0676693310215407224c1b8e8aea9e3eddc183d:
2146 Support execution constraints per exec group
2147 + f1e0d346c8235c855e61afc2adb870e4b895e002:
2148 Clean up RuleContext to use a Table instead of a Map of Maps.
2149 + 8186fbb47ab964a9affa9a0fc6315fcdbde2b5aa:
2150 Documentation for #13110
2151 + 321fe3b6b4e892821ee7dbf2d17dd8ae6a541913:
2152 Prevent --repo_env from triggering unnecessary fetches
2153 + 3ebf658cba43bbab1efc36518f0795a7d65e2d46:
2154 Prevent a crash when using --repo_env=VAR without a value
2155 + 913a985a5c2fc3842b12c6e5f29af0fa1bccfd6a:
2156 Report digest of failed uploads
2157 + 5122617b8a22fee7acd86c9c48f2c2737709ca3f:
2158 Status error presentation with details
2159 + 9a70805db543e2fb910e1c55ef3b3567362adf30:
2160 Fix double shutdown of BuildEventArtifactUploader when BES+File
2161 output enabled.
2162 + 325eb956c92530bdfda54a36a186cae4245a4f7b:
2163 Add rxjava3 to third_party
2164 + ceaac966a7b977461b69ce9501df6a467f4a93b2:
2165 remote: set executable bit of an input file based on its real
2166 value
2167 + 5b786da75837c5e29714e1d708c3cdf9a67ed32d:
2168 Remote: correctly implement equals and hashCode.
2169 + 48648503729d53fdee1322fde2c8e6c05e99cff9:
2170 Fixed an error that bazel binary is not executable when testing
2171 with remote execution.
2172 + bc54c648aa1f99509c7c36d5e6b570d066689209:
2173 Remote: Use parameters instead of thread-local storage to
2174 provide tracing metadata.
2175 + 92955e617b5c41713a5163dc0437c2a024b31815:
2176 Remote: Use parameters instead of thread-local storage to
2177 provide tracing metadata. (Part 2)
2178 + 75bd1ff8ab56d241916bde36291301fa026b2bab:
2179 Remote: Use parameters instead of thread-local storage to
2180 provide tracing metadata. (Part 3)
2181 + 37ee252f3744abc4511f55b5089cc52abd3ba09d:
2182 Remote: Use parameters instead of thread-local storage to
2183 provide tracing metadata. (Part 4)
2184 + 71e35b165f924e2649a078fcf6007645d58039af:
2185 Remote: Use parameters instead of thread-local storage to
2186 provide tracing metadata. (Part 5)
2187 + 32fc451600b6e94a015263eb1c8a63e974f6f4cc:
2188 Write/QueryWriteStatus logging refinement/addition
2189 + 97963c5bb24ac79eb3646dd61bfcf2f8a648af54:
2190 Remote: gRPC load balancing. (Part 1)
2191 + e2b9a42a61596b0d24f0cadd6b7157b7f1efb221:
2192 Remote: gRPC load balancing. (Part 2)
2193 + 6667ad7dd77f8d97952133052c17e7779c1430ec:
2194 Remote: gRPC load balancing. (Part 3)
2195 + 7c081eb020186bfb16d4ef1c3832a8e946e99da1:
2196 Remote: gRPC load balancing. (Part 4)
2197 + 17afbe4e224b359fee6415a5bd71bbedaa7843eb:
2198 Implement getMessage for BulkTransferException
2199 + a6293b3df521aea9075b2ebbcdb675a7d02d3c32:
2200 Remote: gRPC load balancing. (Part 5)
2201 + 7a62c2d4e27e398f440910c81eacc384f38ca8be:
2202 Remote: Add interoperability between Rx and ListenableFuture.
2203 + 1fcb18a0b455bfcb8e9940778f37d8c82c5ed5a0:
2204 Update to latest remote-execution proto
2205 + dad96301d12aa77eb67399e08265a5f30f5ffd6a:
2206 Set Platform on Action not just Command
2207 + 6c5a3ee0dcbb4b804f4aa85c038a378fb70eb1f9:
2208 Remote: Add AsyncTaskCache which is used to deduplicate task
2209 executions and cache the results.
2210 + 9d0c7325ac810febe565a62fdd875ae0c240b274:
2211 Remote: Use AsyncTaskCache inside RemoteActionInputFetcher.
2212 + f54fe07209acc25340df8d2e02993b1add2deafa:
2213 Add --experimental_repository_disable_download to allow users
2214 disable download for external repos
2215 + b243584a479eb4481a9bf4f69acc899610a3b630:
2216 Report errors parsing rewriter config file
2217 + 63bc1c7d0853dc187e4b96a490d733fb29f79664:
2218 Downloader rewriter config has all_blocked_message
2219 + 495ac923f398443be45c20ab29d183fe47e08911:
2220 Allow UrlRewriter to change protocol, i.e. https->http, and
2221 http->https
2222 + 8dbbde0037264c1db4b229a09f98a61ab4ca06b0:
2223 Allow overriding the hostname and instance name in bytestream://
2224 URIs
2225 + 0881c80d29acecdfbb58c49156f805e8c50db117:
2226 Don't set requestId on non-multiplex requests.
2227 + e3b7e17b05f13ff183a4d7efec8ec797f3f5eaa3:
2228 When generating a symlink in _virtual_includes, add the original
2229 header to the 'allowed to use' set too
2230 + f8f66f36ad299a0ea019c94100d5a8e2018f5ab5:
2231 Make SimpleLogHandler not swallow interrupts.
2232 + f8606e5e76579442a1c6563e718ea54c673f1a04:
2233 linux-sandbox: don't assume -lrt, -D__STDC_FORMAT_MACROS
2234 + dac0d40d0eb903f5cb70341398d1a333c19adf3a:
2235 Improve "Common Attributes" section
2236 + a607d9dc70ac67f1aa2c32ca954177f9c77860be:
2237 Never create more than one process per WorkerMultiplexer.
2238 + 80c03ef14a1842d1e3475b1adf98adeb05df33f9:
2239 Move sending requests and reading responses for multiplex
2240 workers into separate subthreads.
2241 + 003cfcde3fd3901c1279ba1db3db3a14536248b4:
2242 Allow use of JSON protocol in multiplex workers.
2243 + 308bce36cba46095fe41866e703710035ddddada:
2244 Actively kill off still-active workers when stopping work on
2245 interrupt.
2246 + 8959dff512fe4505af786bcf2ef981ec7082a913:
2247 Add sanitizer support to Apple platforms
2248 + 32f16e9360f3e1856db1775eb5014b930da2a303:
2249 Fix a Google-internal broken link.
2250 + c9e2be52a067dd9abf5efa4f5f55bb5b98cf5d3b:
2251 Add SHA-1 to subresource integrity format for download()
2252 checksums
2253 + 3b3e6424c6fbd51d4c4ebb6aa25f1d1f4720221c:
2254 Remove fallback strategy support for workers, add flag for it in
2255 sandbox.
2256 + 3457f2ae11e4543de0a5e6e8e37c3aff067891fd:
2257 Update to java_tools javac11 10.6 (#13245)
2258 + 4928295b236ec8f590a7e9d863502bc2f50a77d9:
2259 Allow .S files in C++ Starlark cc_common.compile.
2260 + 1b18d65227c127fe946d3fcde4586158bc7e5fcb:
2261 Automatic code cleanup.
2262 + b5d6c38535c7f6f1eab3fd4c8d3d2da91d0b0f8a:
2263 Change short output of worker type to have the same logic as the
2264 worker creation for sandboxing vs. multiplex.
2265 + e7a0a71f50b69df5d38a8a85fefd36d211e12e8d:
2266 More properly destroy workers on interrupt.
2267 + 7056711eb11b672133274eb29fc93b01dcf088d5:
2268 Make WorkRequestHandler do a GC after some amount of CPU time
2269 has been used on requests. For Bazel and Blaze, defaults to 10s
2270 based on benchmarking.
2271 + 596653d3cf76e7b208da343e1fde5fe20273a5ff:
2272 Allow tree artifacts to be source or header inputs to
2273 cc_common.compile()
2274 + 055c93d11ab20cc4479539b24bbdfa5cab78a342:
2275 Switch to path autocompletion after -- for bazel run commands.
2276 + 807f2a1929e23b60b237c63fadb25af81de2e3c3:
2277 Fix Incompatible Target Skipping for test args
2278 + 9a5cd854e0613f91d52075973e2454b1e009e1ef:
2279 Fix order of build request id and command id
2280 + 706f5acd02363e48076dc97e37613fd968932d03:
2281 Fix bazel crash when passing config_setting to
2282 target_compatible_with
2283 + 61da1d2bf10eabba4c75de959b0374f302d89d70:
2284 Support multiple --bazelrc on command line
2285 + 5593358a58b66f06c4e421bb48856de94c3fd625:
2286 Update ConfiguredTargetFunction.computeUnloadedToolchainContexts
2287 to
2288 + 662cf54de7a103db30e04ebae2d2b919437c4846:
2289 Remote: Fix an issue that a failed action could lead to
2290 RuntimeException caused by InterruptedException thrown when
2291 acquiring gRPC connections.
2292 https://github.com/bazelbuild/bazel/issues/13239
2293 + a3a1763212f29932618b9b9b2f929976ae0e3b6e:
2294 Pass more `--add-exports=` flags
2295 + d2b942879471786e82f1c96eea8722bbe7919fc1:
2296 Remote: Fixed a bug that remote cache is missed due to
2297 executable bit is changed
2298 + 616dc264f02907d7b7887285d22307dfe6d097b6:
2299 Fix Bazel Coverage with C++ to work with Remote Execution
2300 + 5f40d12e741aa30d506eaa15673fb2ae76d29468:
2301 Fix external_path_test with newer Xcode versions.
2302 + b416193075642017e13c774422b49cb07fb65c23:
2303 Allow using embedded tools in sandboxed spawn runners.
2304 + eb762d4e7431637e607146b1c191485795047ef9:
2305 Fix racy write of temporary files while staging virtual inputs
2306 for the sandbox.
2307 + f31e86768579ad7ec57ba13f4c3c1348f5c2702e:
2308 Update platforms_test to not rely on filegroup not using
2309 toolchain
2310 + 13031e5b3bd7c8f29b96b2fee1b380160e0e27fc:
2311 Update SkyframeTests to not rely on filegroup not using toolchain
2312 + 11651824a9d0ffb9adb9611dcd39f4c95a59d750:
2313 Update ConfigurableAttributesTest to not rely on filegroup not
2314 using …
2315 + 4b68532e7ea5eb80c926b7b8e2ec2be300004628:
2316 Make WorkerExecRoot not be a subclass of SandboxedSpawn.
2317 + 31db460a45767de0bcd664a6efbe9d163b85b802:
2318 Make WorkerExecRoot not be re-created on each createFileSystem()
2319 call. Preparation for holding a map of existing links, but also
2320 just nicer.
2321 + a2cc0460dc84ad2dc88019af2fe2a65ce80c61e5:
2322 Start the file existence check traversal from the execroot base
2323 instead of execroot so that external repo files at
2324 "<execroot>/../<path>" are correctly handled when the sibling
2325 repository layout is enabled.
2326 + b048282c7893231d3a7191b251804973917b07a4:
2327 Use readdir for cleanExisting in WorkerExecRoot.
2328 + 270f00dd01fa06cf3e813da5a406be3446de7377:
2329 Add native support for Apple Silicon
2330 + 8e56b9423e8ad2f7323fb90b19b73858def81e39:
2331 Explicitly state that embedding macOS OpenJDK is for x86_64
2332 + 09c621e4cf5b968f4c6cdf905ab142d5961f9ddc:
2333 Remote: Fix a race that AsyncTaskCache#Execution could be reused
2334 after disposed which results in
2335 CancellationException("disposed") propagated to downstream.
2336 + 0299cd7e17203a4ce0ea947b62a7c55f1afb8225:
2337 Remove wrapped_clang params files after use
2338 + 47edc57806056f3c8764241ed41b8acc72bd2ebf:
2339 Silence swiftmodule timestamp warnings
2340 + f6e1074b09ebefba185c0531e9cea26b9596c8a9:
2341 Remote: Use shutdownNow() instead of shutdown() in
2342 ChannelConnection#close() as a workaround to a gRPC bug.
2343 + 71be4ea9e3d20bf90129e34a6a2899fe8401be36:
2344 And mnemonic and label to remote metadata
2345 + 615e1b16a81b0defc15699ec8027d6ddd70366d1:
2346 Change `set -x` in coverage to be set by var
2347 + fe4daea99c8cd163793eca84bfb12c8fc437616b:
2348 Bump minimal JDK install base maximum size from 290 to 295 MB.
2349 + 4840a68cd273a429e46d4114a3973fd11d0e3583:
2350 Remote: Check the return value of ActionOwner.getLabel() since
2351 it could be `null`.
2352 + 14abe4fd7c3967686a3536939fdc3882e691bca2:
2353 Allow `DiffAwareness` to share precomputed information about the
2354 workspace and propagate it to the `WorkspaceStatusAction`.
2355 + 082d98772690946ed29c157e60640c97a6e1195b:
2356 Implement available() method for Windows subprocesses.
2357 + c2bdd034014f66ce14529cc353cda18a32320f6c:
2358 Move --repo_env to common options
2359 + e09f2743738044095b9d784ea62df16b7f5750e6:
2360 Revert "Documentation for #13110"
2361 + a165baa250652fdc865ae0df39160be1f7f74c47:
2362 Revert "Clean up RuleContext to use a Table instead of a Map of
2363 Maps."
2364 + 51fb9e13a864f4f704ae378ea632433bae7ddc31:
2365 Revert "Support execution constraints per exec group"
2366 + cb6e5c24b82e0e20a243145fb6ea32b09e3d1de3:
2367 Revert "Allow exec groups to inherit from the rule or other exec
2368 groups."
2369 + 2ac6581aeaab33ba506fce96dfa6a75eaa819233:
2370 Release 4.1.0 (2021-05-21)
2371 + 7a0f36e3f0a21fed8857efbaa51ded2dbdeefab6:
2372 Change gceMachineType of highcpu platform from n1-highcpu-32 to
2373 e2-highcpu-32
2374 + 19491a91143f0c6132aca62c5ae40ab72e9dc0e2:
2375 Fix #10127: Remove Python 2 dependency from tools/android.
2376 + 80c59dea59d4dce39d4b5d21665c3d7313197358:
2377 fix main repo starlark options parsing - now flags passed on the
2378 command line as --@main_workspace//flag and --//flag will both
2379 parse to --//flag. Before this CL, the former maintained its
2380 workspace prefix and we would get different entries for these
2381 two formats.
2382 + 451b296c3aceb127ebb4a313b6e9608854fa68fa:
2383 Update threshold for long path shortening to be MAX_PATH - 4
2384 + 671e0489a5bd6d5abb4dcd9bcfc85134cee38385:
2385 Force source files to be readable before copying them from
2386 sandbox.
2387 + 6080c1e07f4229ea72eacd04faa9302e44955a84:
2388 Let workers finish lost races without delaying dynamic execution.
2389 + ee738dacb5d0089d3f57b15305057cb9ba675e74:
2390 Fix label_flag and label_setting to not have a dependency on the
2391 default
2392 + 74de0ba4e79341c77b8b85ff4485f92287b6854c:
2393 Java coverage: fix handling of external files
2394 + 48eee8b4b447a2ad11df28dd81a2ccb65562b5f5:
2395 [Bazel] Fix mobile-install for python2
2396 + 763dd0ce6e1644bf895231432f616427a11d385a:
2397 Add `stub_shebang` to `py_runtime`
2398 + b2231c56d78c6d37bcb6f11e1e50fe68ee336b4a:
2399 Move use of legacy sandbox -> local fallback to only be used
2400 after all strategies have been tried, and improve messages
2401 around it.
2402 + 6dc941e58dfc1d4a9714a76b921fbe11fce658ed:
2403 Remove restriction on generate_pdb_file to be only used in dbg
2404 and fastbuild mode
2405 + 5b95d9162b56b51c8e8f66258981ddf3c5d96765:
2406 Check the result of Future.cancel() when cancelling the other
2407 branch of dynamic execution.
2408 + aaae8ce2881c8c1a5d4ad64f20d6e71aa372cf2e:
2409 Update DEFAULT_MACOS_CPU to match host
2410 + 2f0927a4fd9342f4dcfd43475d3f1c90c523584f:
2411 Fix symlink creation on older Windows versions
2412 + fd9cffdcaf05551126e66f1cd62815eaa1af6bd9:
2413 Suppress interrupted status during pool closure
2414 + 33903d28bcea0005adf9b2a8cc4659c5e2999bbe:
2415 Fix Windows developer mode symlinks
2416 + 0cd1666721bdbe988dc361c085bb43cbd41a27f3:
2417 Respect Starlark options with values in `removeStarlarkOptions()`
2418 + 7920ffef472b25db3f4e564e5a3a28a4664c666e:
2419 cquery inherits from `test` not `build`
2420 + 1e258d2a7a5221613047e5cee0aaec5b56045d2b:
2421 Allow exec groups to inherit from the rule or other exec groups.
2422 + d0676693310215407224c1b8e8aea9e3eddc183d:
2423 Support execution constraints per exec group
2424 + f1e0d346c8235c855e61afc2adb870e4b895e002:
2425 Clean up RuleContext to use a Table instead of a Map of Maps.
2426 + 8186fbb47ab964a9affa9a0fc6315fcdbde2b5aa:
2427 Documentation for #13110
2428 + e376580ae4e9ad5bddc196bfb6ad3127e3ff561b:
2429 Split ExecGroup into a new target.
2430 + 0cbb8a863522d2f77ab6b67a01e39b19a9a81807:
2431 Create a new interface to allow Starlark objects to get a thread
2432 when getIndex is called.
2433 + d2e21cec31f09b27ef3589f47b0779f34077ca7e:
2434 Renamed ExecGroupCollection to clarify that it is only for
2435 Starlark usage.
2436 + b9519f92f8ce096107164ca5075feced0e989de7:
2437 Make StarlarkExecGroupContext use AutoValue.
2438 + 52b1b748b2368820bac2ca94323fb82c39c00e51:
2439 Use a dummy toolchain context for rules that don't have one.
2440 + 41877d0fefe3f021f3ff6d4ce398d0deb27157e6:
2441 Extract a separate StarlarkToolchainContext for starlark-only
2442 operations.
2443 + b120d4febc571f17e12501ad87fbff32ef94e9bb:
2444 Fix toolchains to support type lookup.
2445 + dc140d0b6119950dd4a7d71b125b15a78bacc8ce:
2446 Move DEFAULT_EXEC_GROUP_NAME from ToolchainCollection to
2447 ExecGroup.
2448 + 9b18d951a52819f1998ddfdc1739fa1b5bf0353d:
2449 Rename ToolchainCollection.getExecGroups to getExecGroupNames.
2450 + 10d4473bf476a587e3d9f9b2214581ec420c1919:
2451 BuildViewForTesting should directly call into
2452 ConfiguredTargetFunction.
2453 + 58a6fb1f8739e39125cc8c647f28cff2e79fe9aa:
2454 Move exec group tests out of platforms_test and into integration.
2455 + 7d5493d922761c3ce0037f0025912cc532c55ad7:
2456 Update creating exec groups that explicitly copy from defaults.
2457 + 8c6382a81237e72dbec24b3850df9481461e0015:
2458 Create a new ExecGroupCollection container to manage exec group
2459 inheritance and exec property parsing.
2460 + b4b0c321910bc968736ef48e8140528ea7d323cd:
2461 Fix unix toolchain for macos arm64 platform
2462 + f64f071f44394a33a1be40cb7642e2c881d1e9bb:
2463 Add `required_providers` attribute to Starlark defined aspects.
2464 + f2cbdcf67ac1990f05a8241ba8dae65795edac82:
2465 Don't ever claim /dev/null is an execpath.
2466 + ceec93c35ead1bd487e96a5fee46e8d080f88858:
2467 Don't ever claim /dev/null is an execpath.
2468 + 1f3f9f4c4b2eded90518aacd1b0b80c1b0dfd1c5:
2469 Use the parent directory of the exec root as the input root on
2470 RBE.
2471 + 4efeac9cb5f85325ed73f64e133a078c483cac01:
2472 Make the Merkle tree computation work in the wake of
2473 https://github.com/bazelbuild/bazel/commit/7149f578006a4ad0d51df6
2474 9830a6986749b34df5 .
2475 + b56a2aa709dcb681cfc3faa148a702015ec631d5:
2476 Remote: Use execRoot as input root and do NOT set working
2477 directory by default.
2478 + ae53991f2e207edacd1352ba94261e2473b79f14:
2479 Remote: Add RemoteExecutionService as a layer between spawn
2480 execution and remote execution.
2481 + 0c07c2e6571dd4806552213b2237ecb7a908afa4:
2482 Remote: Add remoteCacheable key to execution log
2483 + 5e617d83f3aab1fd36b07be4b58aba58604cc46e:
2484 Remote: Register "remote" strategy even if remote execution is
2485 not available.
2486 + 4ca8946a8e1c4c2fd48d8fb8ce38adb8b282fef0:
2487 Remote: Add --experimental_capture_corrupted_outputs flag.
2488 + 97d7b4c277814d73b50450b03f4bb160ce7e99b4:
2489 Remote: Report checking cache status before the action is
2490 scheduled to run remotely.
2491 + ba5b2a7c9448a3681a0d86d80670447e338a06dc:
2492 when writing to local disk cache, open files later in order to
2493 avoid "too many open files"
2494 + 3551898849a93306ad9b4dfdd7d4667913098efe:
2495 Propagate test envs to xml generation action
2496 + 9f8c678d7054548865f56f3464f778c751657074:
2497 Remote: Fix a bug that the XML generation is executed even if
2498 test.xml is generated when build with --remote_download_minimal.
2499 + af42653e6f6bd229142f4678bb256a8c397b4d8d:
2500 Automatic code cleanup.
2501 + 07a84ce31d9b09853c63c7e373418696dd285dc5:
2502 Remote: Another attempt to fix the CancellationException error
2503 in AsyncTaskCache caused by a race condition.
2504 + 0f812eb5e561cc5415d0c9931675e58dc37a5850:
2505 Remote: Display download progress when actions are downloading
2506 outputs from remote cache.
2507 + 18c82168433719b400a705a4a0222969a7a026ba:
2508 Remote: Do not upload empty output to remote cache.
2509 + 6a138a60e562beeef36003c4814a6b8ce9f253f6:
2510 Fix compiling errors
2511 + bcce6dd026e90336e80616a8c1004a79a2f8640c:
2512 Add the TEMP_FAILURE_RETRY macro to linux-sandbox-pid1.cc.
2513 + c8c0d94a49e1b865d95c6d245c2d152c7c7c9722:
2514 Export proguard specs from aar_import
2515 + 1a0285c3b64b121268ced3eb9ad9d5ba396b4905:
2516 Fix stripping of macOS loadable bundles
2517 + 0d3c231f5a08861d28e987703e9196890e6164bf:
2518 Roll forward config_setting visibility enforcement behind a flag.
2519 + bb7a01027242390da1c18fbf87c274cc34c11b79:
2520 Fix merge conflicts.
2521 + 8b8e77ea226aaa12e79580422bc5984e80ce048b:
2522 Remove redundant declaration.
2523 + 7c92cfcf9a88933c29334f6271ad3f086f7f36f4:
2524 Ignore empty virtual artifacts when spawn-logging inputs.
2525 + 4158b61211e099db780565d064a1c1a80c91bd2a:
2526 Use correct exit code on invalid aquery --output
2527 + b51b31dbe75a5bc73227fccb4484f3454df81b42:
2528 Remote: Fix a race when reporting action progresses.
2529 + 0e652737988e3c115e98e1552f6fada52bc2b9a2:
2530 Change MIN_BUILD_TOOLS_REVISION to 30.0.0
2531 + 6f9909c04b1e00faa510b38ccabac78821046cf9:
2532 Update Android remote tools to ensure Bazel uses the latest
2533 Android tooling that has been updated to support AndroidX
2534 databinding generation.
2535 + 31d88c629dff2c5f8e8a4baf8c89fd3349c9783e:
Bazel Release System9ec8fb12021-08-13 14:57:53 +02002536 Automated rollback of commit
Bazel Release System497a8482021-08-18 08:44:59 -04002537 9a1d428e33bfae1ec5b68250d4732b72346b8b39.
2538 + 951a3023fbcdbe025e350590e6fa86097da3fe05:
2539 Increase allowed size of the install_base.
2540 + a7845f65befbeb65a28ec53e62458211a7bc3f8e:
2541 Increase allowed size for install base again.
2542 + affc27f9d18f9781437e91a3f36c73962a56f261:
2543 Bump version of java allocation instrumenter.
2544 + 7efabba19cf6400bf9e707f53b40a6dd7110fafb:
2545 Reference the correct version of the java allocation
2546 instrumenter.
2547 + afb819697a6c3daca71a0105d723f54d42fe129f:
2548 Support extracting aar files.
2549 + 861c3caa85e47da35a8a4f1512e57d43b9263c37:
2550 Revert "Remote: Fix a race when reporting action progresses."
2551 + 92ec798ddc1f38fb4868af08c1d818639283f501:
2552 Revert "Remote: Display download progress when actions are
2553 downloading outputs from remote cache."
2554 + ce091abb290d1d753f480cdee0e69748eb20db52:
2555 Revert "Fix compiling errors"
2556 + 1b19cd310418b850e8e0ca2086ffe50755c9ed7e:
2557 Revert "Remote: Fix a bug that the XML generation is executed
2558 even if test.xml is generated when build with
2559 --remote_download_minimal."
2560 + 988b56f5916e024d10695797a7f963b30fc998c7:
2561 Revert "Remote: Report checking cache status before the action
2562 is scheduled to run remotely."
2563 + 35c98d07b21785efae57a7c4230cc1e452f74fd2:
2564 Revert "Let workers finish lost races without delaying dynamic
2565 execution."
2566 + c4e22b9ace07f5d360c5327a38f9ae4ab24b7109:
2567 Migrate ExampleWorker to use WorkRequestHandler.
2568 + 230be161176bd6f1251077af7674f80d38ff1e25:
2569 Do not interleave readdir() calls with deletion of directory
2570 entries.
2571 + 3cc8ce6ba0934b1a4d9db184daf055c1207ef105:
2572 Propagate OOME if NewByteArray allocation failed
2573 + 19fc15ebbf6c63fcce90a038e91c5ec726852848:
2574 Create helper method for sandbox tests, transform existing tests
2575 into using it.
2576 + deb1006c0778692f7eaef4cbcf7eeb8112b55e91:
2577 Cleanup: Replace NULL with nullptr
2578 + f4b5e0233341977aaa76593ca032d9ac4eba7444:
2579 Let workers finish lost races without delaying dynamic execution.
2580 + 186decab01ee247c7453baf19dac778545ec4937:
2581 Interface and flag specification for worker cancellation.
2582 + 5894a8544d51c99f1356130b8b487bc93299fedd:
2583 Create BUILD file in worker tests directory instead of running
2584 tests from the parent directory.
2585 + e9e6978809b0214e336fee05047d5befe4f4e0c3:
2586 Server-side implementation of worker cancellation.
2587 + 5103662238f2df2038c7dff079e9c655e08ba654:
2588 Add builder for WorkRequestHandler.
2589 + 1a519bb66c3fa3e4ef3b9a9a556597920751fbcd:
2590 Makes singleplex requests be handled in separate threads in
2591 WorkRequestHandler.
2592 + 779d66019210f54e10a1343ee004df72a8dec812:
2593 Only allow worker async finishing when sandboxed.
2594 + a698bef6146a807fd82ee4402d89c23c83802e33:
2595 Support for cancellation in WorkRequestHandler.
2596 + 9dc95af4c7ef10979f21173260f5433006116096:
2597 Make workers restart on flags that affect their
2598 creation/behaviour.
2599 + 7e5cd529e9f8c9cb67900af36182f00ef7316654:
2600 Remote: Report checking cache status before the action is
2601 scheduled to run remotely.
2602 + 6e134a1b68418fba9992692901efa77a80c346f7:
2603 Remote: Fix a bug that the XML generation is executed even if
2604 test.xml is generated when build with --remote_download_minimal.
2605 + d4d071401acadb0d8977850a9439474e60fd7bb9:
2606 Fix compiling errors
2607 + 2579c9a18360955699d028426b45d381ff53783c:
2608 Eagerly initialize JNI copies of Java classes: doing lazy
2609 initialization on a per-method basis doesn't save anything and
2610 adds a tiny bit of overhead to every one of these calls.
2611 + 0f812eb5e561cc5415d0c9931675e58dc37a5850:
2612 Remote: Display download progress when actions are downloading
2613 outputs from remote cache.
2614 + 3835d9b21ad524d06873dfbf465ffd2dfb635ba8:
2615 Update the WorkRequestHandler to use callbacks of type:
2616 BiFunction<WorkRequest, PrintWriter, Integer>: - Mark
2617 constructors that use BiFunction<List<String>, PrintWriter,
2618 Integer> callback as deprecated. - Use a wrapper class for the
2619 BiFunction<WorkRequest, PrintWriter, Integer>. Suggesting this
2620 to avoid having two constructors that takes a BiFunction, as it
2621 creates a confusion between the deprecated and new constructor
2622 when given a lambda expressions.
2623 + 5e352afe2b35487ea2ced85ca79bd9f79858e648:
2624 Fix bug in WorkRequestHandler's handling of singleplex requests
2625 that would cause occasional hangs.
2626 + b51b31dbe75a5bc73227fccb4484f3454df81b42:
2627 Remote: Fix a race when reporting action progresses.
2628 + c9d823e42796962eed039b8122528c2a1541190f:
2629 Disable flaky test.
2630 + e6809c90ecc0ef5783faa39e63188fc33a79b80e:
2631 Revert "Check the result of Future.cancel() when cancelling the
2632 other branch of dynamic execution."
2633 + be4cbc7a67196414e3d3f323be8ab55fb5e530f7:
2634 Revert "Move use of legacy sandbox -> local fallback to only be
2635 used after all strategies have been tried, and improve messages
2636 around it."
2637 + b32349f50ff3d958613aef9275751ad9d50d344c:
2638 Set a fallback dynamic local strategy even when the
2639 dynamic_local_strategy flag is passed.
2640 + f395157c95692565bc220c7ccf788974fe0885fd:
2641 Allow running an extra spawn for local branch of dynamic
2642 execution.
2643 + 039461c76113ab3f165132dd26d0c58eb3e45cae:
2644 Adding debugging information for case when two branches
2645 apparently cancel each other.
2646 + b2231c56d78c6d37bcb6f11e1e50fe68ee336b4a:
2647 Move use of legacy sandbox -> local fallback to only be used
2648 after all strategies have been tried, and improve messages
2649 around it.
2650 + 5b95d9162b56b51c8e8f66258981ddf3c5d96765:
2651 Check the result of Future.cancel() when cancelling the other
2652 branch of dynamic execution.
2653 + 1962a59a5478f5ad374700b0abf0a718b1b3a7d3:
2654 Fix the case where if all strategies for one branch of `dynamic`
2655 execution fail to accept (that is, refuse to even take) the
2656 action given, the whole action fails. Instead of seeing whether
2657 the other branch can run and the action that that it succeeded.
2658 + b7c1ad2aff91105659299723a712b72eea943040:
2659 Fix rare crash in dynamic execution where both branches got
2660 cancelled.
2661 + 2c3cff5422b115d7bb86ed28a056f3d368ebceeb:
2662 Check if `treeDeleter` is actually async before casting it.
2663 Fixes #13240.
2664 + 1a89ce1757e75f8ba9bda76d7373a7e8527bcfc5:
2665 Make worker JSON protocol properly ignore unknown fields.
2666 + 7bbff61d9486eeb6b7cd0b6cfb619a9b6e08967b:
2667 Fix test_source_file_does_not_override_standard_library to work
2668 with Python 3.9.
2669 + f4e10367df2d881f05e3ddd5bd0531b390a845fe:
2670 Removing line ending matches in tests to be compatible on Windows
2671 + ba74df07ced96226d78851e11d1df03147f1cc1f:
2672 Refactors CompilationSupport for objc to use existing API
Bazel Release System16293d52021-07-29 13:40:11 +02002673```
2674
2675Important changes:
2676
Bazel Release System497a8482021-08-18 08:44:59 -04002677 - Multiplex persistent workers can now use the JSON protocol.
2678 - enforce config_setting visibility. See
2679 https://github.com/bazelbuild/bazel/issues/12932 for details.
2680 - The minimum Android build tools version for the Android rules is
2681 now 30.0.0
2682 - Updates worker protocol with cancellation fields, and adds
2683 experimental_worker_cancellation flag to control cancellation.
2684 - If all strategies of one branch (the local or remote execution
2685 branch) of the `dynamic` strategy fail to even accept (via the
2686 response they give from `canExec`) the action, `dynamic` will now
2687 try to see if the other branch can accept it. (Trying to run it
2688 and it failing will still cause a failure if it was the first
2689 result, this is about strategies claiming they can't even try the
2690 action)
Bazel Release System16293d52021-07-29 13:40:11 +02002691
Bazel Release System497a8482021-08-18 08:44:59 -04002692This release contains contributions from many people at Google, as well as Alex Eagle, Austin Schuh, Benjamin Peterson, bromano, Christopher Peterson Sauer, Christopher Sauer, Cristian Hancila, Daniel Wagner-Hall, Denys Kurylenko, Ed Schouten, Finn Ball, George Gensure, Greg Estren, Johannes Abt, Keith Smiley, Kevin Hogeland, Lauri Peltonen, Philipp Schrader, Ryan Beasley, Thi Doan, ThomasCJY, Timothy Klim, Trustin Lee, Ulf Adams, Vaidas Pilkauskas, Vertexwahn, wisechengyi, Xavier Bonaventura, Yannic Bonenberger, Yuval Kaplan, Yuval.
Bazel Release System6810a322021-07-27 17:54:50 +02002693
Bazel Release Systemf3be7b12021-07-16 14:23:53 +02002694## Release 5.0.0-pre.20210708.4 (2021-07-16)
2695
2696```
2697Baseline: ca1d20fdfa95dad533c64aba08ba9d7d98be41b7
2698
2699Cherry picks:
2700
2701 + 802901e697015ee6a56ac36cd0000c1079207d12:
2702 Add flags parameter to attr.label for use in builtins only.
2703 + aa768ada9ef6bcd8de878a5ca2dbd9932f0868fc:
2704 Automated rollback of commit
2705 ca1d20fdfa95dad533c64aba08ba9d7d98be41b7.
2706 + 4bcf2e83c5cb4f459aae815b38f1edd823286a29:
2707 Automated rollback of commit
2708 ff38dbfc65b8ffe92833e67f12ce616739a3d213.
2709 + 706483fd6398f00fd4faba73812de9bf15728086:
2710 Resolve merge conflict
2711 + 3821db8725b9ea3267cddfd0bbad55f50e96527e:
2712 Fix merge conflict properly
2713```
2714
2715Important changes:
2716
2717 - The used_heap_size_post_build field in BEP is populated when the
2718 --memory_profile flag is set
2719
2720This release contains contributions from many people at Google, as well as Daniel Wagner-Hall, Grzegorz Lukasik, Keith Smiley, Kevin Hogeland, Yannic Bonenberger.
2721
Bazel Release System1f1aec12021-07-02 16:12:06 +02002722## Release 5.0.0-pre.20210623.2 (2021-07-02)
2723
2724```
2725Baseline: 8b453331163378071f1cfe0ae7c74d551c21b834
2726
2727Cherry picks:
2728
2729 + 223113c9202e8f338b183d1736d97327d28241ea:
2730 Automated rollback of commit
2731 ae2a6a2dc909e468a284913c410fde995cf51095.
2732```
2733
2734Important changes:
2735
2736 - Adds --experimental_reuse_sandbox_directories flag to reuse
2737 already-created non-worker sandboxes with cleanup.
2738 - --experimental_force_gc_after_build is deprecated and will be
2739 removed soon. Use --bep_publish_used_heap_size_post_build instead
2740 - Forward coverage-instrumented files from non-tool dependencies by
2741 default.
2742
2743This release contains contributions from many people at Google, as well as David Ostrovsky, Johannes Abt, Masoud Koleini, Pras Velagapudi.
2744
Bazel Release System30f0ca72021-06-25 19:40:13 +02002745## Release 5.0.0-pre.20210615.3 (2021-06-25)
2746
2747```
2748Baseline: e7bd0947ab552a26ec032d0f1a50ee15c8810f6c
2749
2750Cherry picks:
2751
2752 + 04bed291c9f56163ae4da3a358d71cf8399b47a4:
2753 Disable shadowed_action part of action_aspect_test
2754 + 367b19eb8821b4de738c6c994ba275c695f4726b:
2755 Fix starlark action with shadowed_action inputs cache test
2756 + 4acb9ae67a7135b2365b92e91601d4797adc2ad5:
2757 Automated rollback of commit
2758 03f6af623ae3de4a9b756b5235ebd31cc2faf762.
2759```
2760
2761Incompatible changes:
2762
2763 - Native libraries in data attribute are not collected. See
2764 https://github.com/bazelbuild/bazel/issues/13550 for details
2765
2766Important changes:
2767
2768 - Remove obsolete --incompatible_prohibit_aapt1
2769 - The minimum Android build tools version for the Android rules is
2770 now 30.0.0
2771
2772This release contains contributions from many people at Google, as well as Cameron Mulhern, Delwin9999, Keith Smiley.
2773
Bazel Release System7ad949b2021-06-11 15:03:28 +02002774## Release 5.0.0-pre.20210604.6 (2021-06-11)
2775
2776```
2777Baseline: d571c8976f279e4d485498d0875c85ae73aecc42
2778
2779Cherry picks:
2780
2781 + c367a7e027f351e8ffefabf919563abbb8c7d0e1:
2782 Fix places where nodes were still being enqueued at
2783 `Integer.MAX_VALUE` and add checks for overflow conditions.
2784 + 260015df1524543d56b0dbff00958320cd58d166:
2785 Automated rollback of commit
2786 f1b37b5d610728634d92ef4ebd4d1435c0c8605d.
2787```
2788
2789Important changes:
2790
2791 - Add `disable_annotation_processing` option to
2792 `java_common.compile`, which disables any annotation processors
2793 passed to `plugins` or in `exported_plugins` of `deps`
2794
2795This release contains contributions from many people at Google, as well as Dave MacLachlan, FaBrand, George Gensure, Jesse Chan, Keith Smiley, Kevin Hogeland, Uri Baghin, Xavier Bonaventura.
2796
Bazel Release Systemf24ceb62021-06-09 20:59:14 +02002797## Release 5.0.0-pre.20210520.7 (2021-06-09)
2798
2799```
2800Baseline: e2ae73fe16cbedf095b9e6d5687b06ecf765d794
2801
2802Cherry picks:
2803
2804 + 0fdb485421f9d134f11103a36c48182769fb40d3:
2805 Automated rollback of commit
2806 f2230d8494e70f02b1e4fb082fcf8550aa684a40.
2807 + 1f52e9a58dd814f203797c5fbab44d9f4d53a43c:
2808 Support rolling releases in Bazel release scripts.
2809 + 2f72244183c8c3de722ff1d9e8b0b745d12cd528:
2810 Fix syntax error in Bazel release scripts
2811 + 4ef9c566c861848fef7907cf07a6e7d9d15cee7a:
2812 Fix location of -prerelease option
2813 + a6dfd927c58c63275159858ac661a9b669594a0c:
2814 Add --experimental_shadowed_action to graveyard options for all
2815 commands.
2816```
2817
2818Important changes:
2819
2820 - If all strategies of one branch (the local or remote execution
2821 branch) of the `dynamic` strategy fail to even accept (via the
2822 response they give from `canExec`) the action, `dynamic` will now
2823 try to see if the other branch can accept it. (Trying to run it
2824 and it failing will still cause a failure if it was the first
2825 result, this is about strategies claiming they can't even try the
2826 action)
2827
2828This release contains contributions from many people at Google, as well as Benedek Thaler.
2829
Bazel Release System6af9fa62021-06-09 19:45:15 +02002830## Release 5.0.0-pre.20210516.1 (2021-06-09)
2831
2832```
2833Baseline: 275c54c982468b97611dc764c68daed8d7c45004
2834
2835Cherry picks:
2836
2837 + 1f52e9a58dd814f203797c5fbab44d9f4d53a43c:
2838 Support rolling releases in Bazel release scripts.
2839 + 2f72244183c8c3de722ff1d9e8b0b745d12cd528:
2840 Fix syntax error in Bazel release scripts
2841 + 4ef9c566c861848fef7907cf07a6e7d9d15cee7a:
2842 Fix location of -prerelease option
2843```
2844
2845This release contains contributions from many people at Google, as well as Keith Smiley, Niek Peeters.
2846
Bazel Release System57d167b2021-06-01 12:52:54 +02002847## Release 5.0.0-pre.20210510.2.2 (2021-06-01)
2848
2849```
2850Baseline: 8a42645ec500874b0440475763ab680d5efc1e6a
2851
2852Cherry picks:
2853
2854 + e3c78c4eeaf4e8db3c22aa71c6c1578cb48c8dcc:
2855 Ensure that test status artifacts are reported as top-level
2856 artifacts.
2857 + 1f52e9a58dd814f203797c5fbab44d9f4d53a43c:
2858 Support rolling releases in Bazel release scripts.
2859 + 2f72244183c8c3de722ff1d9e8b0b745d12cd528:
2860 Fix syntax error in Bazel release scripts
2861 + 4ef9c566c861848fef7907cf07a6e7d9d15cee7a:
2862 Fix location of -prerelease option
2863```
2864
2865This release contains contributions from many people at Google, as well as .
2866
Bazel Release Systemf7049e52021-05-31 22:10:26 +02002867## Release 5.0.0-pre.20210510.2.1 (2021-05-31)
2868
2869```
2870Baseline: 8a42645ec500874b0440475763ab680d5efc1e6a
2871
2872Cherry picks:
2873
2874 + e3c78c4eeaf4e8db3c22aa71c6c1578cb48c8dcc:
2875 Ensure that test status artifacts are reported as top-level
2876 artifacts.
2877 + 1f52e9a58dd814f203797c5fbab44d9f4d53a43c:
2878 Support rolling releases in Bazel release scripts.
2879 + 2f72244183c8c3de722ff1d9e8b0b745d12cd528:
2880 Fix syntax error in Bazel release scripts
2881```
2882
2883This release contains contributions from many people at Google, as well as .
2884
Bazel Release Systeme7d34802021-05-31 20:35:38 +02002885## Release 5.0.0-pre.20210510.2 (2021-05-31)
2886
2887```
2888Baseline: 8a42645ec500874b0440475763ab680d5efc1e6a
2889
2890Cherry picks:
2891
2892 + e3c78c4eeaf4e8db3c22aa71c6c1578cb48c8dcc:
2893 Ensure that test status artifacts are reported as top-level
2894 artifacts.
2895 + 1f52e9a58dd814f203797c5fbab44d9f4d53a43c:
2896 Support rolling releases in Bazel release scripts.
2897```
2898
2899Incompatible changes:
2900
2901 - Removing java_common.javac_jar Starlark call.
2902 - native.existing_rule now returns select values in a form that is
2903 accepted by rule instantiation. This is a breaking API change
2904 because there is some code that relies on the precise type
2905 returned, including brittle workarounds for this bug specifically
2906 and insufficiently flexible workarounds for other issues with the
2907 intersection of select and native.existing_rule.
2908 - flipped incompatible_use_toolchain_resolution_for_java_rules, see
2909 #7849
2910 - Query output=xml/proto/location for source files will now show
2911 the location of line 1 of the source file (as the new default)
2912 instead of its location in the BUILD file.
2913 - Specifying a target pattern underneath a directory specified by
2914 .bazelignore will now emit a warning, not an error.
2915 - Query `--order_output=auto` will now sort lexicographically.
2916 However, when `somepath` is used as a top level function (e.g.
2917 `query 'somepath(a, b)'`), it will continue to output in
2918 dependency order. If you do not want the lexicographical output
2919 ordering, specify another `--order_output` value (`no`, `deps` or
2920 `full`) based on what ordering you require.
2921 - In the build event stream,
2922 BuildMetrics.TargetMetrics.targets_loaded is no longer populated.
2923 Its value was always mostly meaningless.
2924 BuildMetrics.TargetMetrics.targets_configured and
2925 BuildMetrics.ActionSummary.actions_created now include configured
2926 aspect data.
2927 - //visibility:legacy_public has been removed.
2928 - Flip and remove incompatible_dont_collect_so_artifacts
2929 (https://github.com/bazelbuild/bazel/issues/13043).
2930 - Remove flag --experimental_no_product_name_out_symlink: it is
2931 always true.
2932 - The Starlark method generate_dsym in objc fragment has
2933 been deleted. Please use the equivalent apple_generate_dsym in
2934 cpp
2935 fragment instead.
2936
2937Important changes:
2938
2939 - Flag --incompatible_objc_compile_info_migration is removed. See
2940 #10854.
2941 - Flag --incompatible_objc_compile_info_migration is removed. See
2942 #10854.
2943 - Flag --incompatible_objc_compile_info_migration is removed. See
2944 #10854.
2945 - none
2946 PAIR=cmita
2947 - The --incompatible_load_python_rules_from_bzl flag is now a no-op.
2948 - Filter all (instead of just C++) source files for coverage output
2949 according to --instrumentation_filter and
2950 --instrument_test_targets.
2951 - The `--incompatible_disable_native_apple_binary_rule` flag has
2952 been added which disables the native `apple_binary` rule. Users
2953 who need to use `apple_binary` directly (if they cannot use one
2954 of the more specific Apple rules) should load it from
2955 https://github.com/bazelbuild/rules_apple.
2956 - The Android rules' --use_singlejar_apkbuilder is now a no-op.
2957 SingleJar will always be used to build APKs.
2958 - dict.setdefault(key, ...) now fails if dict is frozen, even if it
2959 already contains key. This is an incompatible API change.
2960 - Flag --incompatible_objc_provider_remove_compile_info is removed.
2961 See #11359.
2962 - Starlark now permits def statements to be nested (closures).
2963 - native.existing_rule now returns select values in a form that is
2964 accepted by rule instantiation. This is a breaking API change,
2965 though the fallout is expected to be small.
2966 - Starlark now supports lambda (anonymous function) expressions.
2967 - The "test" and "coverage" commands no longer return 3 when a
2968 test action fails because of a system error. Instead, the exit
2969 code
2970 reflects the type of system error.
2971 - The undocumented ctx.expand feature no longer exists.
2972 - Make --legacy_dynamic_scheduler a no-op flag.
2973 - Multiplex persistent workers can now use the JSON protocol.
2974 - native.existing_rule now returns a mutable list, not a tuple, for
2975 a list-valued attributes. This is an incompatible API change.
2976 - Roll back change to have native.existing_rules use list instead
2977 of tuple.
2978 - BEP includes test suite expansions.
2979 - config_setting now honors `visibility` attribute (and defaults to
2980 `//visibility:public`)
2981 - Change the MultiArchSplitTransitionProvider to be based on
2982 platform type + CPU instead of fixed "ios_" + cpu.
2983 - enforce config_setting visibility. See
2984 https://github.com/bazelbuild/bazel/issues/12932 for details.
2985 - add a flag to build v4 signature file
2986 - Added _direct_source_jars output group to Java related targets.
2987 END_PUBLIC
2988 - pkg_deb is no longer part of @bazel_tools//build_defs/pkg:pkg.bzl.
2989 Use https://github.com/bazelbuild/rules_pkg/tree/main/pkg instead
2990 - Allowing the lipo operations to be conditional in the
2991 linkMultiArchBinary API for Apple binaries. Single architecture
2992 slices are now returned through AppleBinaryOutput and the
2993 Starlark API.
2994 - Release restriction for "-" in the package name for Python
2995 sources. Now `py_binary` and `py_test` targets can have main
2996 source file with "-" in the path.
2997 - Users consuming BEP may assume that a `named_set_of_files` event
2998 will
2999 appear before any event referencing that `named_set` by ID. This
3000 allows consumers
3001 to process the files for such events (eg. `TargetCompleted`)
3002 immediately.
3003 - BEP includes all files from successful actions in requested
3004 output groups.
3005 Previously, an output group's files were excluded if any file in
3006 the output group
3007 was not produced due to a failing action. Users can expect BEP
3008 output to be larger
3009 for failed builds.
3010 - In BEP, TargetComplete.output_group has a new field `incomplete`
3011 indicating that the file_sets field is missing one or more
3012 declared artifacts
3013 whose generating actions failed.
3014 - The flag `--toolchain_resolution_debug` now takes a regex
3015 argument, which is used to check which toolchain types should
3016 have debug info printed. You may use `.*` as an argument to keep
3017 the current behavior of debugging every toolchain type.
3018 - Add runfiles.merge_all() for merging a sequence of runfiles
3019 objects.
3020 - runfiles.merge() and merge_all() now respect
3021 --nested_set_depth_limit.
3022 If you hit the depth limit because you were calling merge() in a
3023 loop, use
3024 merge_all() on a sequence of runfiles objects instead.
3025 - Bazel will no longer create a bazel-out symlink if
3026 --symlink_prefix is specified: the directory pointed to via the
3027 bazel-out symlink is accessible via ${symlink_prefix}-out. If
3028 this causes problems for you, set
3029 --experimental_no_product_name_out_symlink=false in your builds
3030 and file an issue.
3031 - Updates worker protocol with cancellation fields, and adds
3032 experimental_worker_cancellation flag to control cancellation.
3033 - Simplify build failure output by always using `NNN arguments`.
3034 - trim_test_configuration now defaults to on
3035 - Mark genrule.srcs as a source attribute for coverage.
3036 - When using --allow_analysis_failures (for example, via
3037 bazel-skylib's
3038 analysistest with `expect_failure = True`), analysis-time
3039 failures in aspect
3040 implementation functions will now be propagated and saved in
3041 AnalysisFailureInfo, just like analysis-time failures in rules.
3042 - cquery --noimplicit_deps now correctly filters out resolved
3043 cc_toolchains
3044 - Sign apks deterministically.
3045 - Make gcov optional in cc_toolchain tools.
3046 - If --experimental_prefer_mutual_xcode is passed, Bazel will
3047 choose the local default (instead of the newest mutually
3048 available version) if it's available both locally and remotely.
3049 - Remove java_lite_proto_library.strict_deps attribute.
3050 - Generate proguard configurations deterministically.
3051 - Adds a new flag, `--incompatible_enable_cc_test_feature` which
3052 switches from the use of build variables to the feature of the
3053 same name.
3054 - Dropped fragile xz support from built in pkg_tar. Users requiring
3055 xz
3056 compression should switch to bazlebuild/rules_pkg.
3057
3058This release contains contributions from many people at Google, as well as Adam Liddell, Alex Eagle, Anthony Pratti, Austin Schuh, Benedek Thaler, Benjamin Lee, Benjamin Peterson, bromano, Christopher Sauer, Cristian Hancila, Daniel McCarney, Daniel Wagner-Hall, Danny Wolf, Dave Nicponski, David Cummings, David, David Ostrovsky, Denys Kurylenko, Dmitry Ivankov, dorranh, Ed Schouten, Elliotte Rusty Harold, erenon, Eric Cousineau, Ethan Steinberg, Felix Ehrenpfort, Finn Ball, Fredrik Medley, Garrett Holmstrom, Gautam Korlam, George Gensure, goodspark, Greg Estren, Grzegorz Lukasik, John Laxson, Jonathan Schear, Justus Tumacder, Keith Smiley, Lauri Peltonen, Liu Liu, Lszl Csomor, m, Marc Zych, Mark Karpov, Matt Mackay, Max Liu, Menny Even Danan, menny, Michael Chinen, Nathaniel Brough, Nick Korostelev, Nikolay Shelukhin, odisseus, Oleh Stolyar, Olek Wojnar, Olle Lundberg, Philipp Schrader, Qais Patankar, Ryan Beasley, samhowes, Samuel Giddins, Sebastian Olsson, Steve Siano, steve-the-bayesian, Stiopa Koltsov, susinmotion, tatiana, Thi Doan, ThomasCJY, Timothy Klim, Tobi, Torgil Svensson, Trustin Lee, Ulf Adams, Vaidas Pilkauskas, Vertexwahn, wisechengyi, Xavier Bonaventura, Yannic Bonenberger, Yannic, Yury Evtikhov, Yuval Kaplan, Yuval, [zqzzq].
3059
Bazel Release System2ac65812021-05-21 13:07:43 +02003060## Release 4.1.0 (2021-05-21)
3061
3062```
3063Baseline: 37a429ad12b4c9e6a62dbae4881a1ff03b81ab40
3064
3065Cherry picks:
3066
3067 + a689d673abadf80f1efaf8ddaeee92d56fc2847b:
3068 Use getRunfilesPath for run_under executable path generation.
3069 getRootRelativePath doesn't return a valid runfiles path for
3070 external source files anymore after the recent external source
3071 root change. Also, it won't work for external labels either once
3072 the --nolegacy_external_runfiles becomes default. This fixes
3073 issue #12545.
3074 + d90ec67fdab9710f649a3c1d374fb6b938b9271a:
3075 Fix NPE when coveragerunner is not set on the toolchain.
3076 + 8555789dd239a5ac229c1d9cee80b2a9f30b3bf7:
3077 Fix the classic query package-loading cutoff optimization with
3078 external workspaces.
3079 + 57672aca01b3be895382c952b550c9f8edf6c9f2:
3080 Update turbine
3081 + bef4bbbb47d47befe3711d06f358782ee12554f9:
3082 Update turbine
3083 + d113d7454127bba78aa618dac81e5d164920b662:
3084 Update turbine
3085 + 1489f0f4cae3e9247a70e4003ab76bef45c5b986:
3086 Support Scala3 .tasty files
3087 + 0d2d95cd7e34b4061c8e5fdfd21ba0ab8818c685:
3088 Update to java_tools javac11 release 10.5 (#12647)
3089 + a9419f38d5f29af31a6c8ebda09a6e0303a6ba54:
3090 Fix common prefix for instrumentation filter
3091 + 84fadcf81f81b2d7343ca4151a5639be7f2263ee:
3092 Fix builds for filegroup targets with incompatible dependencies
3093 + e43825d0bef359f645e1cabf2164fd2db6ee4a35:
3094 Revert "Remove
3095 --incompatible_blacklisted_protos_requires_proto_info"
3096 + 082d58de852ebaa640bcf13cf419cbb94eec2b26:
3097 Transform roots along with paths during output deletion.
3098 + e8835c1c221d76a2d5532d18083eaa04401619b3:
3099 AttributeContainer.Large now handles more than 127 attributes.
3100 + e1e87349335ac59f9b3df47cee8b999faeaa6d11:
3101 Add an env attribute to all test and binary rule classes
3102 + a87d7ed2411d5382bac58a20b79e09c464ad13b9:
3103 Take no action to prefetch empty artifacts.
3104 + 3e969ff24a6a0e03139b9f288c88451a7dfa97cd:
3105 Fix a couple of bugs with Incompatible Target Skipping
3106 + e6670825b1e183f81f5c864aafd425d512fa9ff5:
3107 Pass --host_action_env to host options hostActionEnvironment
3108 attribute
3109 + 07400c0392e7be163f8a3396fa5cf89ce6705412:
3110 Add --{no,}autodetect_server_javabase.
3111 + c83366064621d5a265eba14d93a03deff58fe6d8:
3112 Only treat "env" and "env_inherit" attrs specially for native
3113 rules
3114 + 6a60b30cd0f22d0ab84b2ddd658d5ccb899a8a76:
3115 Fix coverage support when using default_java_toolchain. (#12801)
3116 + 4158a6f512e52516437e00f8d9609a91be7fc195:
3117 Revert JacocoCoverage target to remote_java_tools_java_import
3118 and add a new target for remore_java_tools_filegroup. (#12813)
3119 + f6d30cf5ef9a8a39fea7072317f89a872387b790:
3120 Add windows_msvc back to conditions in bazel_tools.
3121 + 6b33bdb1e22514304c0e35ce8e067f2175685245:
3122 Release 4.0.0 (2021-01-21)
3123 + 8811e27353c2c10980faf7e4c5e44b431d2d4f1c:
3124 Fix error message from getPrerequisites to not print internal
3125 details.
3126 + 27e15ad11410eb1014f5247fd0eeb31a46733c07:
3127 Clean up ConfiguredTargetValueAccessor and
3128 ConfiguredTargetAccessor
3129 + e87feb8ac9573cef993824f82370d0389570521d:
3130 Move getConfigConditions into ConfiguredTarget.
3131 + 34d98234324da83e93ba0d5ef5702880d5ac7c5c:
3132 Change ConfiguredTargetQuery to use KeyedConfiguredTarget as a
3133 value.
3134 + 079bb7d69931705bb2b092c9017090e224ef3043:
3135 Clean up old dependencies that are unused since
3136 https://github.com/bazelbuild/bazel/commit/34d98234324da83e93ba0d
3137 5ef5702880d5ac7c5c.
3138 + e03cb63e059420847d6578d7cbfe93f05615c95e:
3139 Update bazelbuild/platforms to a current release. - Roll forward
3140 https://github.com/bazelbuild/bazel/commit/0a4533420a3de467fd211d
3141 7f925cf88e0cd5b76a with kythe fix.
3142 + 2eb1bf53d5fef13b89ee440af4f83003d1d0b50a:
3143 Update docs and tests to use the @platforms//:incompatible
3144 constraint
3145 + c71697cf33b0fbbb42fc2910bac83960edc7e855:
3146 Clarify test_suite behaviour in the Platforms docs
3147 + dfb70ea4cae2ffffb76e9741d86c96505a6d05ad:
3148 Enable toolchain resolution for filegroup targets.
3149 + 24d086446f74606819dc53c3a436caa056ff05b7:
3150 PlatformProviderUtils should ignore targets that don't have the
3151 needed
3152 + ba60c0b3f9bbd00975c984244839b155e84b4c5d:
3153 ijar: fix manifest sections handling
3154 + 58bb42ad7ca263a75c6eeef51482f805726663a5:
3155 Revert "Switch to -fdebug-compilation-dir"
3156 + 57672aca01b3be895382c952b550c9f8edf6c9f2:
3157 Update turbine
3158 + bef4bbbb47d47befe3711d06f358782ee12554f9:
3159 Update turbine
3160 + d113d7454127bba78aa618dac81e5d164920b662:
3161 Update turbine
3162 + ad241fbebd90a9f0ad65ccd0658838f57030db68:
3163 Allow cquery to filter out incompatible targets
3164 + 1782f0ae751569607ef88930c822ac460a1f8bb3:
3165 Patch grpc to fix cares selecting the wrong source when building
3166 for darwin_arm64 cpu.
3167 + 8f7bc2f67fafcaa8d25cfc77eaaedbf8eed2984a:
3168 [1/3] Bump grpc to 1.33.1 to fix corruption when downloading CAS
3169 blobs
3170 + 848a51747a460ab4c5185e4c61ab522a9981cbea:
3171 [2/3] Bump grpc to 1.33.1 to fix corruption when downloading CAS
3172 blobs
3173 + 9b30172547f2093acb56aedf159a77d5dceffda2:
3174 [3/3] Bump grpc to 1.33.1 to fix corruption when downloading CAS
3175 blobs
3176 + 1e258d2a7a5221613047e5cee0aaec5b56045d2b:
3177 Allow exec groups to inherit from the rule or other exec groups.
3178 + d0676693310215407224c1b8e8aea9e3eddc183d:
3179 Support execution constraints per exec group
3180 + f1e0d346c8235c855e61afc2adb870e4b895e002:
3181 Clean up RuleContext to use a Table instead of a Map of Maps.
3182 + 8186fbb47ab964a9affa9a0fc6315fcdbde2b5aa:
3183 Documentation for #13110
3184 + 321fe3b6b4e892821ee7dbf2d17dd8ae6a541913:
3185 Prevent --repo_env from triggering unnecessary fetches
3186 + 3ebf658cba43bbab1efc36518f0795a7d65e2d46:
3187 Prevent a crash when using --repo_env=VAR without a value
3188 + 913a985a5c2fc3842b12c6e5f29af0fa1bccfd6a:
3189 Report digest of failed uploads
3190 + 5122617b8a22fee7acd86c9c48f2c2737709ca3f:
3191 Status error presentation with details
3192 + 9a70805db543e2fb910e1c55ef3b3567362adf30:
3193 Fix double shutdown of BuildEventArtifactUploader when BES+File
3194 output enabled.
3195 + 325eb956c92530bdfda54a36a186cae4245a4f7b:
3196 Add rxjava3 to third_party
3197 + ceaac966a7b977461b69ce9501df6a467f4a93b2:
3198 remote: set executable bit of an input file based on its real
3199 value
3200 + 5b786da75837c5e29714e1d708c3cdf9a67ed32d:
3201 Remote: correctly implement equals and hashCode.
3202 + 48648503729d53fdee1322fde2c8e6c05e99cff9:
3203 Fixed an error that bazel binary is not executable when testing
3204 with remote execution.
3205 + bc54c648aa1f99509c7c36d5e6b570d066689209:
3206 Remote: Use parameters instead of thread-local storage to
3207 provide tracing metadata.
3208 + 92955e617b5c41713a5163dc0437c2a024b31815:
3209 Remote: Use parameters instead of thread-local storage to
3210 provide tracing metadata. (Part 2)
3211 + 75bd1ff8ab56d241916bde36291301fa026b2bab:
3212 Remote: Use parameters instead of thread-local storage to
3213 provide tracing metadata. (Part 3)
3214 + 37ee252f3744abc4511f55b5089cc52abd3ba09d:
3215 Remote: Use parameters instead of thread-local storage to
3216 provide tracing metadata. (Part 4)
3217 + 71e35b165f924e2649a078fcf6007645d58039af:
3218 Remote: Use parameters instead of thread-local storage to
3219 provide tracing metadata. (Part 5)
3220 + 32fc451600b6e94a015263eb1c8a63e974f6f4cc:
3221 Write/QueryWriteStatus logging refinement/addition
3222 + 97963c5bb24ac79eb3646dd61bfcf2f8a648af54:
3223 Remote: gRPC load balancing. (Part 1)
3224 + e2b9a42a61596b0d24f0cadd6b7157b7f1efb221:
3225 Remote: gRPC load balancing. (Part 2)
3226 + 6667ad7dd77f8d97952133052c17e7779c1430ec:
3227 Remote: gRPC load balancing. (Part 3)
3228 + 7c081eb020186bfb16d4ef1c3832a8e946e99da1:
3229 Remote: gRPC load balancing. (Part 4)
3230 + 17afbe4e224b359fee6415a5bd71bbedaa7843eb:
3231 Implement getMessage for BulkTransferException
3232 + a6293b3df521aea9075b2ebbcdb675a7d02d3c32:
3233 Remote: gRPC load balancing. (Part 5)
3234 + 7a62c2d4e27e398f440910c81eacc384f38ca8be:
3235 Remote: Add interoperability between Rx and ListenableFuture.
3236 + 1fcb18a0b455bfcb8e9940778f37d8c82c5ed5a0:
3237 Update to latest remote-execution proto
3238 + dad96301d12aa77eb67399e08265a5f30f5ffd6a:
3239 Set Platform on Action not just Command
3240 + 6c5a3ee0dcbb4b804f4aa85c038a378fb70eb1f9:
3241 Remote: Add AsyncTaskCache which is used to deduplicate task
3242 executions and cache the results.
3243 + 9d0c7325ac810febe565a62fdd875ae0c240b274:
3244 Remote: Use AsyncTaskCache inside RemoteActionInputFetcher.
3245 + f54fe07209acc25340df8d2e02993b1add2deafa:
3246 Add --experimental_repository_disable_download to allow users
3247 disable download for external repos
3248 + b243584a479eb4481a9bf4f69acc899610a3b630:
3249 Report errors parsing rewriter config file
3250 + 63bc1c7d0853dc187e4b96a490d733fb29f79664:
3251 Downloader rewriter config has all_blocked_message
3252 + 495ac923f398443be45c20ab29d183fe47e08911:
3253 Allow UrlRewriter to change protocol, i.e. https->http, and
3254 http->https
3255 + 8dbbde0037264c1db4b229a09f98a61ab4ca06b0:
3256 Allow overriding the hostname and instance name in bytestream://
3257 URIs
3258 + 0881c80d29acecdfbb58c49156f805e8c50db117:
3259 Don't set requestId on non-multiplex requests.
3260 + e3b7e17b05f13ff183a4d7efec8ec797f3f5eaa3:
3261 When generating a symlink in _virtual_includes, add the original
3262 header to the 'allowed to use' set too
3263 + f8f66f36ad299a0ea019c94100d5a8e2018f5ab5:
3264 Make SimpleLogHandler not swallow interrupts.
3265 + f8606e5e76579442a1c6563e718ea54c673f1a04:
3266 linux-sandbox: don't assume -lrt, -D__STDC_FORMAT_MACROS
3267 + dac0d40d0eb903f5cb70341398d1a333c19adf3a:
3268 Improve "Common Attributes" section
3269 + a607d9dc70ac67f1aa2c32ca954177f9c77860be:
3270 Never create more than one process per WorkerMultiplexer.
3271 + 80c03ef14a1842d1e3475b1adf98adeb05df33f9:
3272 Move sending requests and reading responses for multiplex
3273 workers into separate subthreads.
3274 + 003cfcde3fd3901c1279ba1db3db3a14536248b4:
3275 Allow use of JSON protocol in multiplex workers.
3276 + 308bce36cba46095fe41866e703710035ddddada:
3277 Actively kill off still-active workers when stopping work on
3278 interrupt.
3279 + 8959dff512fe4505af786bcf2ef981ec7082a913:
3280 Add sanitizer support to Apple platforms
3281 + 32f16e9360f3e1856db1775eb5014b930da2a303:
3282 Fix a Google-internal broken link.
3283 + c9e2be52a067dd9abf5efa4f5f55bb5b98cf5d3b:
3284 Add SHA-1 to subresource integrity format for download()
3285 checksums
3286 + 3b3e6424c6fbd51d4c4ebb6aa25f1d1f4720221c:
3287 Remove fallback strategy support for workers, add flag for it in
3288 sandbox.
3289 + 3457f2ae11e4543de0a5e6e8e37c3aff067891fd:
3290 Update to java_tools javac11 10.6 (#13245)
3291 + 4928295b236ec8f590a7e9d863502bc2f50a77d9:
3292 Allow .S files in C++ Starlark cc_common.compile.
3293 + 1b18d65227c127fe946d3fcde4586158bc7e5fcb:
3294 Automatic code cleanup.
3295 + b5d6c38535c7f6f1eab3fd4c8d3d2da91d0b0f8a:
3296 Change short output of worker type to have the same logic as the
3297 worker creation for sandboxing vs. multiplex.
3298 + e7a0a71f50b69df5d38a8a85fefd36d211e12e8d:
3299 More properly destroy workers on interrupt.
3300 + 7056711eb11b672133274eb29fc93b01dcf088d5:
3301 Make WorkRequestHandler do a GC after some amount of CPU time
3302 has been used on requests. For Bazel and Blaze, defaults to 10s
3303 based on benchmarking.
3304 + 596653d3cf76e7b208da343e1fde5fe20273a5ff:
3305 Allow tree artifacts to be source or header inputs to
3306 cc_common.compile()
3307 + 055c93d11ab20cc4479539b24bbdfa5cab78a342:
3308 Switch to path autocompletion after -- for bazel run commands.
3309 + 807f2a1929e23b60b237c63fadb25af81de2e3c3:
3310 Fix Incompatible Target Skipping for test args
3311 + 9a5cd854e0613f91d52075973e2454b1e009e1ef:
3312 Fix order of build request id and command id
3313 + 706f5acd02363e48076dc97e37613fd968932d03:
3314 Fix bazel crash when passing config_setting to
3315 target_compatible_with
3316 + 61da1d2bf10eabba4c75de959b0374f302d89d70:
3317 Support multiple --bazelrc on command line
3318 + 5593358a58b66f06c4e421bb48856de94c3fd625:
3319 Update ConfiguredTargetFunction.computeUnloadedToolchainContexts
3320 to
3321 + 662cf54de7a103db30e04ebae2d2b919437c4846:
3322 Remote: Fix an issue that a failed action could lead to
3323 RuntimeException caused by InterruptedException thrown when
3324 acquiring gRPC connections.
3325 https://github.com/bazelbuild/bazel/issues/13239
3326 + a3a1763212f29932618b9b9b2f929976ae0e3b6e:
3327 Pass more `--add-exports=` flags
3328 + d2b942879471786e82f1c96eea8722bbe7919fc1:
3329 Remote: Fixed a bug that remote cache is missed due to
3330 executable bit is changed
3331 + 616dc264f02907d7b7887285d22307dfe6d097b6:
3332 Fix Bazel Coverage with C++ to work with Remote Execution
3333 + 5f40d12e741aa30d506eaa15673fb2ae76d29468:
3334 Fix external_path_test with newer Xcode versions.
3335 + b416193075642017e13c774422b49cb07fb65c23:
3336 Allow using embedded tools in sandboxed spawn runners.
3337 + eb762d4e7431637e607146b1c191485795047ef9:
3338 Fix racy write of temporary files while staging virtual inputs
3339 for the sandbox.
3340 + f31e86768579ad7ec57ba13f4c3c1348f5c2702e:
3341 Update platforms_test to not rely on filegroup not using
3342 toolchain
3343 + 13031e5b3bd7c8f29b96b2fee1b380160e0e27fc:
3344 Update SkyframeTests to not rely on filegroup not using toolchain
3345 + 11651824a9d0ffb9adb9611dcd39f4c95a59d750:
3346 Update ConfigurableAttributesTest to not rely on filegroup not
3347 using …
3348 + 4b68532e7ea5eb80c926b7b8e2ec2be300004628:
3349 Make WorkerExecRoot not be a subclass of SandboxedSpawn.
3350 + 31db460a45767de0bcd664a6efbe9d163b85b802:
3351 Make WorkerExecRoot not be re-created on each createFileSystem()
3352 call. Preparation for holding a map of existing links, but also
3353 just nicer.
3354 + a2cc0460dc84ad2dc88019af2fe2a65ce80c61e5:
3355 Start the file existence check traversal from the execroot base
3356 instead of execroot so that external repo files at
3357 "<execroot>/../<path>" are correctly handled when the sibling
3358 repository layout is enabled.
3359 + b048282c7893231d3a7191b251804973917b07a4:
3360 Use readdir for cleanExisting in WorkerExecRoot.
3361 + 270f00dd01fa06cf3e813da5a406be3446de7377:
3362 Add native support for Apple Silicon
3363 + 8e56b9423e8ad2f7323fb90b19b73858def81e39:
3364 Explicitly state that embedding macOS OpenJDK is for x86_64
3365 + 09c621e4cf5b968f4c6cdf905ab142d5961f9ddc:
3366 Remote: Fix a race that AsyncTaskCache#Execution could be reused
3367 after disposed which results in
3368 CancellationException("disposed") propagated to downstream.
3369 + 0299cd7e17203a4ce0ea947b62a7c55f1afb8225:
3370 Remove wrapped_clang params files after use
3371 + 47edc57806056f3c8764241ed41b8acc72bd2ebf:
3372 Silence swiftmodule timestamp warnings
3373 + f6e1074b09ebefba185c0531e9cea26b9596c8a9:
3374 Remote: Use shutdownNow() instead of shutdown() in
3375 ChannelConnection#close() as a workaround to a gRPC bug.
3376 + 71be4ea9e3d20bf90129e34a6a2899fe8401be36:
3377 And mnemonic and label to remote metadata
3378 + 6d28486e8eca70f76d13922944cb567b8aa09380:
3379 Change `set -x` in coverage to be set by var
3380 + 9b9de653355864e9700889ee36a3a49a450a2607:
3381 Bump minimal JDK install base maximum size from 290 to 295 MB.
3382 + 9e7e592ca51eba1a3f120320c41c845312894d74:
3383 Remote: Check the return value of ActionOwner.getLabel() since
3384 it could be `null`.
3385 + 14abe4fd7c3967686a3536939fdc3882e691bca2:
3386 Allow `DiffAwareness` to share precomputed information about the
3387 workspace and propagate it to the `WorkspaceStatusAction`.
3388 + 082d98772690946ed29c157e60640c97a6e1195b:
3389 Implement available() method for Windows subprocesses.
3390 + c2bdd034014f66ce14529cc353cda18a32320f6c:
3391 Move --repo_env to common options
3392 + e09f2743738044095b9d784ea62df16b7f5750e6:
3393 Revert "Documentation for #13110"
3394 + a165baa250652fdc865ae0df39160be1f7f74c47:
3395 Revert "Clean up RuleContext to use a Table instead of a Map of
3396 Maps."
3397 + 51fb9e13a864f4f704ae378ea632433bae7ddc31:
3398 Revert "Support execution constraints per exec group"
3399 + cb6e5c24b82e0e20a243145fb6ea32b09e3d1de3:
3400 Revert "Allow exec groups to inherit from the rule or other exec
3401 groups."
3402```
3403
3404Important changes:
3405
3406 - Multiplex persistent workers can now use the JSON protocol.
3407
3408This release contains contributions from many people at Google, as well as Alex Eagle, Austin Schuh, Benjamin Peterson, Cristian Hancila, Daniel Wagner-Hall, Denys Kurylenko, Ed Schouten, Finn Ball, George Gensure, Keith Smiley, Lauri Peltonen, Philipp Schrader, Ryan Beasley, Thi Doan, Timothy Klim, Ulf Adams, Vaidas Pilkauskas, wisechengyi, Xavier Bonaventura, Yannic Bonenberger, Yuval Kaplan, Yuval.
3409
Bazel Release System506f3192021-01-21 08:25:01 +01003410## Release 4.0.0 (2021-01-21)
3411
3412```
3413Baseline: 37a429ad12b4c9e6a62dbae4881a1ff03b81ab40
3414
3415Cherry picks:
3416
3417 + a689d673abadf80f1efaf8ddaeee92d56fc2847b:
3418 Use getRunfilesPath for run_under executable path generation.
3419 getRootRelativePath doesn't return a valid runfiles path for
3420 external source files anymore after the recent external source
3421 root change. Also, it won't work for external labels either once
3422 the --nolegacy_external_runfiles becomes default. This fixes
3423 issue #12545.
3424 + d90ec67fdab9710f649a3c1d374fb6b938b9271a:
3425 Fix NPE when coveragerunner is not set on the toolchain.
3426 + 8555789dd239a5ac229c1d9cee80b2a9f30b3bf7:
3427 Fix the classic query package-loading cutoff optimization with
3428 external workspaces.
3429 + d113d7454127bba78aa618dac81e5d164920b662:
3430 Update turbine
3431 + 1489f0f4cae3e9247a70e4003ab76bef45c5b986:
3432 Support Scala3 .tasty files
3433 + 0d2d95cd7e34b4061c8e5fdfd21ba0ab8818c685:
3434 Update to java_tools javac11 release 10.5 (#12647)
3435 + a9419f38d5f29af31a6c8ebda09a6e0303a6ba54:
3436 Fix common prefix for instrumentation filter
3437 + 84fadcf81f81b2d7343ca4151a5639be7f2263ee:
3438 Fix builds for filegroup targets with incompatible dependencies
3439 + e43825d0bef359f645e1cabf2164fd2db6ee4a35:
3440 Revert "Remove
3441 --incompatible_blacklisted_protos_requires_proto_info"
3442 + 082d58de852ebaa640bcf13cf419cbb94eec2b26:
3443 Transform roots along with paths during output deletion.
3444 + e8835c1c221d76a2d5532d18083eaa04401619b3:
3445 AttributeContainer.Large now handles more than 127 attributes.
3446 + e1e87349335ac59f9b3df47cee8b999faeaa6d11:
3447 Add an env attribute to all test and binary rule classes
3448 + a87d7ed2411d5382bac58a20b79e09c464ad13b9:
3449 Take no action to prefetch empty artifacts.
3450 + 3e969ff24a6a0e03139b9f288c88451a7dfa97cd:
3451 Fix a couple of bugs with Incompatible Target Skipping
3452 + e6670825b1e183f81f5c864aafd425d512fa9ff5:
3453 Pass --host_action_env to host options hostActionEnvironment
3454 attribute
3455 + 07400c0392e7be163f8a3396fa5cf89ce6705412:
3456 Add --{no,}autodetect_server_javabase.
3457 + c83366064621d5a265eba14d93a03deff58fe6d8:
3458 Only treat "env" and "env_inherit" attrs specially for native
3459 rules
3460 + 6a60b30cd0f22d0ab84b2ddd658d5ccb899a8a76:
3461 Fix coverage support when using default_java_toolchain. (#12801)
3462 + 4158a6f512e52516437e00f8d9609a91be7fc195:
3463 Revert JacocoCoverage target to remote_java_tools_java_import
3464 and add a new target for remore_java_tools_filegroup. (#12813)
3465 + f6d30cf5ef9a8a39fea7072317f89a872387b790:
3466 Add windows_msvc back to conditions in bazel_tools.
3467```
3468
3469New features:
3470
3471 - Starlark-defined flags can now be shorthanded using --flag_alias.
3472
3473Important changes:
3474
3475 - Add --starlark:file option. This adds a capability to the
3476 (cquery)[https://docs.bazel.build/versions/master/cquery.html]
3477 feature in `--output=starlark` mode so that the expression to
3478 format output may
3479 be specified in a file.
3480 - Error messages emitted when an action fails are reworked to be
3481 more informative about the failing action. Some tooling may have
3482 to be updated as a result.
3483 - Querying with output=location now allows the relative_locations
3484 flag to properly display relative locations instead of the full
3485 path. Fixes https://github.com/bazelbuild/bazel/issues/3497.
3486 - --flag_alias can now be used without
3487 --experimental_enable_flag_alias
3488 - Remove no-op `--deep_execroot` flag
3489 - The BEP uses `AbortReason.OUT_OF_MEMORY` for abort events when
3490 the build tool is crashing due to OOM.
3491 - Added flag `incompatible_display_source_file_location` for `blaze
3492 query location=output` to print the location of line 1 of the
3493 actual source files instead of the source file targets. Provides
3494 a solution to https://github.com/bazelbuild/bazel/issues/8900.
3495 - The Starlark json module is now available.
3496 Use json.encode(x) to encode a Starlark value as JSON.
3497 struct.to_json(x) is deprecated and will be disabled by
3498 the --incompatible_struct_has_no_methods flag.
3499 - The flag `--incompatible_objc_compile_info_migration` is enabled
3500 by default. See #10854.
3501 - The flag `--incompatible_objc_provider_remove_compile_info` is
3502 enabled by default. See #11359.
3503 - Add `relative_ast_path` feature for darwin builds to relativize
3504 swiftmodule paths for debugging
3505 - Use proto.encode_text(x) to encode a Starlark value as textproto.
3506 struct.to_proto() is deprecated and will be disabled by
3507 the --incompatible_struct_has_no_methods flag.
3508 Both functions now reject list/dict fields that contain list/dict
3509 elements.
3510 - Add --starlark:file option. This adds a capability to the
3511 (cquery)[https://docs.bazel.build/versions/master/cquery.html]
3512 feature in `--output=starlark` mode so that the expression to
3513 format output may be specified in a file.
3514 See [Configured Query Starlark
3515 Output](//docs.google.com/document/d/1kL6Tdmp6uLBa9lq_DbUSjIC87glO
3516 zKIyPoBeF95Rs4c/edit)
3517 - Flipped --incompatble_proto_output_v2 for aquery.
3518 - The --incompatible_load_java_rules_from_bzl flag is now a no-op.
3519 - The --incompatible_load_proto_rules_from_bzl flag is now a no-op.
3520 - Flipped --incompatible_force_strict_header_check_from_starlark
3521 - --incompatible_string_replace_count is flipped and removed
3522 (#11244)
3523 - Bazel skips incompatible targets based on target platform
3524 and `target_compatible_with` contents. See
3525 https://docs.bazel.build/versions/master/platforms.html for more
3526 details.
3527 - Bazel returns exit code 36 (rather than 1) if it fails to start a
3528 subprocess in a local sandbox due to environmental issues, for
3529 example, if the argument list is too long.
3530 - //tools/build_defs/pkg:pkg_rpm is no longer built in to Bazel.
3531 See https://github.com/bazelbuild/bazel/issues/11218 for
3532 instructions
3533 on how to migrate to the replacement.
3534 - Javac now supports multiplex workers.
3535 - The `--default_ios_provisioning_profile` flag has been removed
3536 (it was a no-op).
3537 - Add support for using AndroidX dependencies in
3538 data-binding-enabled targets.
3539 - Fix data-binding generation for android_local_test.
3540 - Enable debug_prefix_map_pwd_is_dot feature by default on macOS,
3541 this passes `-fdebug-prefix-map=$PWD=.` for every compile to
3542 remove absolute paths from debug info.
3543 - --incompatible_run_shell_command_string is enabled by default
3544 (#5903)
3545 - py_binary now tolerates package paths that contain hyphens ('-').
3546 Note that such paths might not be importable from within Python
3547 code.
3548 - C++ Starlark API requires linker_inputs wrapping library_to_link.
3549 #10860
3550 - Toolchain rule is extended with target_settings attribute.
3551 - --incompatible_restrict_string_escapes=true is now the default.
3552 Unnecessary backslashes such as "\." in string literals are now
3553 an error, instead of being silently treated as "\\.".
3554 To fix the error while preserving behavior, double the backlash.
3555 However, the error is often a sign that the original code was
3556 wrong.
3557 - Propagate instrumented files for transitive sources of
3558 `android_library` and `android_binary`
3559 - --local_resources and --incompatible_remove_local_resources have
3560 been removed. If you've been setting --local resources or
3561 --incompatible_remove_local_resources=false, you must migrate to
3562 using --local_ram_resources and --local_cpu_resources instead.
3563 - Update rules_cc to commit b1c40e1de81913a3c40e5948f78719c28152486d
3564 - --incompatible_avoid_conflict_dlls=true is now the default.
3565 - Dynamic execution now uses the new scheduler by default.
3566 - Dynamic execution now uses the new scheduler by default.
3567 - The new dynamic scheduler is now the default.
3568
3569This release contains contributions from many people at Google, as well as Adam Liddell, Akira Baruah, Alexander Grund, Alex Eagle, Andrew Z Allen, Austin Schuh, Benjamin Peterson, Benson Muite, Brentley Jones, Cristian Hancila, Dan Halperin, Daniel Wagner-Hall, Dmitry Ivankov, Dmitry Ivankov, erenon, Eric Cousineau, Greg Estren, Gregor Jasny, Grzegorz Lukasik, Grzegorz Lukasik, hollste, Joe Lencioni, johnjbarton, Jonathan Perry, Jonathon Belotti, Keith Smiley, Kevin Gessner, Matt Davis, Matt Mackay, Menny Even Danan, Neeraj Gupta, Philipp Schrader, Ricardo Delfin, Ryan Beasley, Samuel Giddins, Simon Bjorklen, Simon Stewart, Stiopa Koltsov, Thi Doan, ThomasCJY, Timothy Klim, Tom de Goede, vectoralpha, V Vn Ngha, William A Rowe Jr, Xavier Bonaventura, Yannic Bonenberger, Yannic.
3570
Bazel Release System58c80412020-12-17 11:04:01 -05003571## Release 3.7.2 (2020-12-17)
3572
3573```
3574Baseline: a991db7c2f66a354666388d888dcef9b0d0f70c0
3575
3576Cherry picks:
3577
3578 + 0d14ec84a06c4da628a7f6d9d1c5f9314392ab15:
3579 Release 3.7.0 (2020-10-20)
3580 + d563446a77b906807cea86f5c2abafa5900d901a:
3581 Add `-XDcompilePolicy=simple` to default javacopts
3582 + 6336264e4b0d8cc422ec73e1b923bf8014ace778:
3583 Update rules_cc reference to head of rules_cc as of 2020-11-11.
3584 + b3f934680554515aa312b5dd4453df5cd38f0aea:
3585 Bump rules_cc to support llvm 11.0.0 clang-cl compiler on Windows
3586 + e055b433efdccb28b9c21082e72d8e79d9b34e0f:
3587 Remove accidentally re-added
3588 tools/jdk/java_toolchain_default.bzl.
3589 + 02838a1b2aa2f6d03980536ab2ac6840c3c98e84:
3590 Avoid the spawn cache if executing dynamically.
3591 + d0efd7b9e5109ff5ac6d13c91f58c3fc4dc3afd8:
3592 Release 3.7.1 (2020-11-24)
3593 + a689d673abadf80f1efaf8ddaeee92d56fc2847b:
3594 Use getRunfilesPath for run_under executable path generation.
3595 getRootRelativePath doesn't return a valid runfiles path for
3596 external source files anymore after the recent external source
3597 root change. Also, it won't work for external labels either once
3598 the --nolegacy_external_runfiles becomes default. This fixes
3599 issue #12545.
3600```
3601
3602Important changes:
3603
3604 - Update rules_cc to commit b1c40e1de81913a3c40e5948f78719c28152486d
3605
3606This release contains contributions from many people at Google, as well as William A Rowe Jr.
3607
Bazel Release Systemd0efd7b2020-11-24 12:34:38 -05003608## Release 3.7.1 (2020-11-24)
3609
3610```
3611Baseline: a991db7c2f66a354666388d888dcef9b0d0f70c0
3612
3613Cherry picks:
3614
3615 + 0d14ec84a06c4da628a7f6d9d1c5f9314392ab15:
3616 Release 3.7.0 (2020-10-20)
3617 + d563446a77b906807cea86f5c2abafa5900d901a:
3618 Add `-XDcompilePolicy=simple` to default javacopts
3619 + 6336264e4b0d8cc422ec73e1b923bf8014ace778:
3620 Update rules_cc reference to head of rules_cc as of 2020-11-11.
3621 + b3f934680554515aa312b5dd4453df5cd38f0aea:
3622 Bump rules_cc to support llvm 11.0.0 clang-cl compiler on Windows
3623 + e055b433efdccb28b9c21082e72d8e79d9b34e0f:
3624 Remove accidentally re-added
3625 tools/jdk/java_toolchain_default.bzl.
3626 + 02838a1b2aa2f6d03980536ab2ac6840c3c98e84:
3627 Avoid the spawn cache if executing dynamically.
3628```
3629
3630Important changes:
3631
3632 - Update rules_cc to commit b1c40e1de81913a3c40e5948f78719c28152486d
3633
3634This release contains contributions from many people at Google, as well as William A Rowe Jr.
3635
Bazel Release System8cffdf12020-10-20 09:22:27 -04003636## Release 3.7.0 (2020-10-20)
3637
3638```
3639Baseline: a991db7c2f66a354666388d888dcef9b0d0f70c0
3640```
3641
3642Incompatible changes:
3643
3644 - The syntax //foo/BUILD can no longer be used on the command line
3645 to refer to the //foo:BUILD target. Use //foo:BUILD (preferred)
3646 or foo/BUILD instead. This does not affect BUILD/bzl files, where
3647 that syntax already didn't work.
3648 - This removes `--objc_header_scanner_tool`. The flag was primarily
3649 used internally, and to our knowledge, a compatible tool was
3650 never released. Therefore this flag is believed to be unused.
3651
3652New features:
3653
3654 - select() directly supports constraint_value (no need for an
3655 intermediate config_setting).
3656
3657Important changes:
3658
3659 - Non-android targets can again be built when
3660 android_sdk_repository is present but invalid.
3661 - Add a build variable for -install_name / -soname.
3662 - Add a build variable for -install_name / -soname.
3663 - Include "resources" attr in dependency attributes for java_*
3664 coverage configuration.
3665 - --trim_test_configuration should work for almost all cases when a
3666 non-test target depends on a test.
3667 - Javac now supports multiplex workers.
3668 - Javac now supports multiplex workers.
3669 - Blaze now allows symbolic links that point to their own ancestor
3670 unless they are traversed recursively by e.g. a //... recursive
3671 target pattern or a recursive glob.
3672 - Blaze now allows symbolic links that point to their own ancestor
3673 unless they are traversed recursively by e.g. a //... recursive
3674 target pattern or a recursive glob.
3675 - Blaze now allows symbolic links that point to their own ancestor
3676 unless they are traversed recursively by e.g. a //... recursive
3677 target pattern or a recursive glob.
3678 - Generated Go protobufs no longer depend on //net/proto2/go:proto
3679
3680This release contains contributions from many people at Google, as well as Benjamin Peterson, Cristian Hancila, Ed Schouten, Fredrik Medley, Greg Estren, jgehw, Jin, Kalle Johansson, Keith Smiley, Kseniia Vasilchuk, Michael Eisel, Michael Hackner, Michael Krasnyk, Mostyn Bramley-Moore, Ruixin Bao, Samuel Giddins, Simon Stewart, Torgil Svensson, Ulf Adams, Vasilios Pantazopoulos, Wenyu Zhang, Yannic Bonenberger, yoav-steinberg.
3681
Bazel Release System76152be2020-10-06 15:07:12 +02003682## Release 3.6.0 (2020-10-06)
Bazel Release System72817e32020-10-01 00:30:50 -04003683
3684```
Bazel Release System76152be2020-10-06 15:07:12 +02003685Baseline: aa0d97c0bfc4c09ec6f45303aa80052ba28afbd9
Bazel Release System72817e32020-10-01 00:30:50 -04003686
3687Cherry picks:
3688
Bazel Release System76152be2020-10-06 15:07:12 +02003689 + 32c88da98f301333dc447b75564459165368d418:
3690 Patch RuleContext for android_binary.deps to restore legacy
3691 behavior.
3692 + db9fc88fed387f09067a9250a731f8bf9ad74b05:
3693 android_test also needs the legacy behavior in
3694 RuleContext.getPrerequisites.
3695 + 144d5149a0c50e464dd1be0769fed2ce33ab26a4:
3696 Update android_sdk_repository to create a valid, but useless,
3697 repository
3698 + bb11f9235da52eb3b3e462ce0286f1a89188cb89:
Bazel Release System72817e32020-10-01 00:30:50 -04003699 Patch upb to fix build error with gcc 10
Bazel Release System76152be2020-10-06 15:07:12 +02003700 + 9f06be482aea3fcadeaf8fca6e48b32f224eba2e:
Bazel Release System72817e32020-10-01 00:30:50 -04003701 Patch upb to fix build error with gcc 10 (third_party)
Bazel Release System76152be2020-10-06 15:07:12 +02003702 + b67b75e3a62f5433d812993f3702f431b6967e86:
3703 Fix issue where libtool_check_unique isn't found for sandbox
3704 builds
Bazel Release System72817e32020-10-01 00:30:50 -04003705```
3706
Bazel Release System76152be2020-10-06 15:07:12 +02003707Incompatible changes:
3708
3709 - `--experimental_ui_limit_console_output` is removed. Users of
3710 `--experimental_ui_limit_console_output=1` for silencing terminal
3711 output should use `--ui_event_filters=` instead.
3712 - --proto:instantiation_stack must be enabled in addition to
3713 --record_rule_instantiation_callstack to see call stack in proto
3714 output from blaze query.
3715
Bazel Release System72817e32020-10-01 00:30:50 -04003716New features:
3717
3718 - cc_common.compile support for include_prefix/strip_include_prefix
Bazel Release System76152be2020-10-06 15:07:12 +02003719 - Multiplexed persistent workers: Use
3720 --experimental_worker_max_multiplex_instances to configure the
3721 number of WorkRequests that are sent concurrently to one worker
3722 process. The --worker_max_instances flag will no longer be used
3723 to determine max instances for multiplex workers, since the two
3724 have different resource requirements. Multiplex workers will by
3725 default have a max instances of 8.
Bazel Release System72817e32020-10-01 00:30:50 -04003726
3727Important changes:
3728
Bazel Release System76152be2020-10-06 15:07:12 +02003729 - The prelude file (//tools/build_rules:prelude_bazel) is now
3730 processed as a Starlark module, rather than being sourced into
3731 the BUILD file textually. This may cause slight breakages
3732 depending on the content of the prelude file. (Use of the prelude
3733 file is discouraged as it will be removed in the long term.)
3734 - Removed --experimental_ignore_deprecated_instrumentation_spec and
3735 cleaned up the old deprecated behavior.
3736 - Added CODEBASE.md, a description of the Bazel codebase.
Bazel Release System72817e32020-10-01 00:30:50 -04003737 - Removed the flag --experimental_transparent_compression.
3738 - Removed the flag --experimental_action_args.
3739 - Stop needlessly parsing WORKSPACE files from external
3740 repositories.
3741 - Dot ('.') is now allowed in workspace names. See
3742 https://github.com/bazelbuild/bazel/issues/11837.
Bazel Release System76152be2020-10-06 15:07:12 +02003743 - This change can cause memory and performance regressions for some
3744 builds with C++ dependencies, due to extra actions being executed.
3745 RELNOTES: None
3746 - Building Android apps for legacy multi-dex (pre-L) now require a
3747 main-dex list if the application does not fit into a single DEX
3748 file.
3749 - Puts the experimental_worker_multiplex flag to use.
3750 - In Starlark, the Args object supports a new parameter file format
3751 'flag_per_line', compatible with the Abseil flags library.
3752 - The flag --incompatible_no_support_tools_in_action_inputs is
3753 removed.
3754 - Support for NDK 21 added
3755 - Bazel will now skip printing action stdout/stderr contents if
3756 they exceed --experimental_ui_max_stdouterr_memory_bytes.
3757 - The Starlark interpreter now correctly emits an error
3758 if the operand of the first loop in a list comprehension
3759 refers to a variable bound by a later loop, such as y in
3760 this example:
3761 [e1 for x in f(y) in e2 for y in e3] # error: undefined y
3762 ^
3763 This may cause latent dynamic errors to become static errors.
3764 - Added support for a 'supports-graceful-termination' execution
3765 requirement and tag, which causes Bazel to send a SIGTERM to any
3766 tagged
3767 actions before sending a delayed SIGKILL. This is to give
3768 actions, and more
3769 specifically tests, a chance to clean up after themselves.
3770 - Non-android targets can again be built when
3771 android_sdk_repository is present but invalid.
Bazel Release System72817e32020-10-01 00:30:50 -04003772
Bazel Release System76152be2020-10-06 15:07:12 +02003773This release contains contributions from many people at Google, as well as Benjamin Peterson, Daniel Wagner-Hall, Dave MacLachlan, David Ostrovsky, Emil Kattainen, George Gensure, Greg Estren, Keith Smiley, mai12, Mai Hussien, Michael Eisel, Per Halvor Tryggeseth, Ruixin Bao, Samuel Giddins, Steeve Morin, Thi Doan, Tom de Goede, Ulf Adams, Zhongpeng Lin.
Bazel Release System72817e32020-10-01 00:30:50 -04003774
Bazel Release System2b051be2020-09-02 15:41:41 -04003775## Release 3.5.0 (2020-09-02)
3776
3777```
3778Baseline: 889bc0b523b47eeb38a72bf9bb6858ee525a7c7e
3779
3780Cherry picks:
3781
Bazel Release System57f0b7c2020-09-02 16:07:55 -04003782 + a7a0d48fbeb059ee60e77580e5d05baeefdd5699:
3783 Make no-op starlark transition not affect the output directory.
3784 + b37c51c7085f0aefe04034dd451acb847605ddb5:
3785 Add include_prefix and strip_include_prefix to cc_common.compile
3786 + f6ad35fcde93f92c591778ed7db38d167f5bbc03:
3787 Delete --experimental_transparent_compression
3788 + 39bc97eab295bddb35b38bfc4a2ff3d2b15d034e:
3789 Remove --experimental_action_args
3790 + b9706675a7abf6ceebb250f0b3dfa4087a0c35f6:
3791 Stop needlessly parsing WORKSPACE files from external
3792 repositories.
3793 + e574d558da17cfd0f818e7a937a07926aa270069:
3794 Allow hyphen char in workspace name
3795 + 9993785fa0c4fa4172aa31d306f3abea76833abf:
3796 Allow dot ('.') in workspace names.
3797```
3798
3799New features:
3800
3801 - cc_common.compile support for include_prefix/strip_include_prefix
3802
3803Important changes:
3804
3805 - Removed the flag --experimental_transparent_compression.
3806 - Removed the flag --experimental_action_args.
3807 - Stop needlessly parsing WORKSPACE files from external
3808 repositories.
3809 - Dot ('.') is now allowed in workspace names. See
3810 https://github.com/bazelbuild/bazel/issues/11837.
3811
3812This release contains contributions from many people at Google, as well as David Ostrovsky.
3813
3814## Release 3.5.0 (2020-09-02)
3815
3816```
3817Baseline: 889bc0b523b47eeb38a72bf9bb6858ee525a7c7e
3818
3819Cherry picks:
3820
Bazel Release System2b051be2020-09-02 15:41:41 -04003821 + d6b9469efebd200a39d7fd43876a18822fcdbe7b:
3822 Make no-op starlark transition not affect the output directory.
3823 + b37c51c7085f0aefe04034dd451acb847605ddb5:
3824 Add include_prefix and strip_include_prefix to cc_common.compile
3825 + 0ebb1d5a5388109e3f026a355c77fdf0121f3a43:
3826 Delete --experimental_transparent_compression
3827 + 312e121c70aebfaa91b0a3106fa964e0bc12d1df:
3828 Remove --experimental_action_args
3829 + 7e6e855bb82734f582e03c2c7fad3148c139d0e0:
3830 Stop needlessly parsing WORKSPACE files from external
3831 repositories.
3832 + d4049f6f85efb8f48d1f6b72764115af5b184831:
3833 Allow hyphen char in workspace name
3834 + 0a35be1843a2e4d49d5e5c3893cd6673705b7fb1:
3835 Allow dot ('.') in workspace names.
3836```
3837
3838Incompatible changes:
3839
3840 - The --experimental_process_wrapper_wait_fix flag (used
3841 purely to roll out a risky bug fix) has been removed.
3842 - Removed the --experimental_ui_deduplicate flag.
3843 - Bazel now correctly prefers Xcode versions in `/Applications`
3844 over any other paths, which resolves an issue with accidentally
3845 picking up an Xcode version from a Time Machine backup or network
3846 disk. In the improbable case that you relied on the old behavior
3847 and Bazel now picks up Xcode from the wrong location, you can fix
3848 it by moving that Xcode version to /Applications.
3849
3850New features:
3851
3852 - cquery now follows aspects with --include_aspects.
3853 - cc_common.compile support for include_prefix/strip_include_prefix
3854
3855Important changes:
3856
3857 - Add support to bazel/crosstool for building arm64 on macos aka
3858 darwin
3859 - Add opt in 'oso_prefix_is_pwd' feature for Apple builds
3860 - Add InstrumentedFilesInfo provider to Starlark globals.
3861 - Fixed resource shrinking when <overlayable/> tags are used.
3862 - Remove old incompatible flag
3863 --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfile
3864 s_tree.
3865 - Update coverage configuration for Python, filegroup, and shell
3866 script rules to distinguish between source and dependency
3867 attributes.
3868 - Add support to bazel/crosstool for building arm64e on macos aka
3869 darwin
3870 - Make filegroup always forward InstrumentedFilesProvider and not
3871 collect any sources directly.
3872 - Support signing key rotation in android_binary
3873 - Remove legacy handling of --extra_checks
3874 - Support signing key rotation in android_binary
3875 GO...
3876 - `--apple_bitcode` now takes an optional platform and only applies
3877 the Bitcode mode to that platform if present. The option may be
3878 provided multiple times.
3879 - Support signing key rotation in android_binary
3880 - NS_BLOCK_ASSERTIONS is now passed for all Apple architectures.
3881 - Major changes to reporting of Starlark errors and the call stack.
3882 (Please be alert to possible regressions, such as errors that
3883 lack relevant location information.)
3884 - Removed the flag --experimental_transparent_compression.
3885 - Removed the flag --experimental_action_args.
3886 - Stop needlessly parsing WORKSPACE files from external
3887 repositories.
3888 - Dot ('.') is now allowed in workspace names. See
3889 https://github.com/bazelbuild/bazel/issues/11837.
3890
3891This release contains contributions from many people at Google, as well as Adam Gross, Andrew Suffield, Benjamin Peterson, bnczk, David Ostrovsky, Ed Schouten, Greg Estren, Grzegorz Lukasik, Holger Freyther, Kalle Johansson, Keith Smiley, Kerrick Staley, Kyle Teske, Mostyn Bramley-Moore, Ryan Beasley, Ryan Pavlik, Siggi Simonarson, Stiopa Koltsov, Ulf Adams, Xiaoyi Shi, Yannic Bonenberger, Yesudeep Mangalapilly.
3892
Bazel Release Systemd917bf22020-07-14 08:24:10 +02003893## Release 3.4.1 (2020-07-14)
3894
3895```
3896Baseline: 7404d17ac76da876ae0b432d1fccf222a9e991fe
3897
3898Cherry picks:
3899
3900 + f31f2d787116120b2b16e9aa9a64fab171c0d954:
3901 fixup! Gracefully handle the lack of subreaper support in Linux.
3902 + 3a4f221e3c57495c1ed0d1ec8128f92323b13079:
3903 Revert "Replace the remaining dependencies for Bazel Debian
3904 build (third_party)"
3905 + c55ec0f2cb3f5b44e5025bf9d3c5dc91d94db287:
3906 Revert "Upgrade gRPC to 1.26.0"
3907```
3908
3909This release contains contributions from many people at Google, as well as Ryan Beasley.
3910
Bazel Release System93262a52020-07-13 17:23:50 +02003911## Release 3.4.0 (2020-07-13)
3912
3913```
3914Baseline: 7404d17ac76da876ae0b432d1fccf222a9e991fe
3915
3916Cherry picks:
3917
3918 + a4334be50a206bf8d676a0196af11056c48ac35b:
3919 fixup! Gracefully handle the lack of subreaper support in Linux.
3920```
3921
3922Incompatible changes:
3923
3924 - This removes the short-lived --process_wrapper_extra_flags
3925 flag, which was introduced primarily to roll out a bug fix.
3926 Unfortunately,
3927 this made us inadvertently expose all of the process-wrapper's
3928 command line
3929 interface to the public, which should not have happened. Given
3930 the corner
3931 case of the utility of this flag, the lack of documentation for
3932 it, and the
3933 fact that it only appeared in a single release, we are treating
3934 this as a
3935 bug instead of a backwards compatibility breakage.
3936
3937New features:
3938
3939 - bazel info: Allow to specify multiple keys.
3940 - Support code coverage with GCC 9.
3941
3942Important changes:
3943
3944 - Allow InstrumentedFilesInfo fields to be read from Starlark.
3945 - The --starlark_cpu_profile=<file> flag writes a profile in
3946 pprof format containing a statistical summary of CPU usage
3947 by all Starlark execution during the bazel command. Use it
3948 to identify slow Starlark functions in loading and analysis.
3949 - The --debug_depset_flag has been removed as it is in effect
3950 always on at no cost.
3951 - Rule authors should use the
3952 incompatible_use_toolchain_transition rule attribute to migrate
3953 to using
3954 the toolchain transition. jcater to udpate notes further.
3955 - `apple_binary` rules now accept the `stamp` attribute with the
3956 same
3957 semantics that it has in `cc_binary` rules.
3958 - --incompatible_objc_provider_remove_compile_info turns off
3959 the compile info/mege_zip Starlark APIs in ObjcProvider. See
3960 #11359.
3961 - The --debug_depset_flag has been removed as it is in effect
3962 always on at no cost.
3963 - Fix behavior of ctx.actions.write so content is written without
3964 an incorrect encoding to UTF-8.
3965 See https://github.com/bazelbuild/bazel/issues/10174 for details.
3966 - Collect more performance metrics for worker execution.
3967 - Add flag --incompatible_force_strict_header_check_from_starlark
3968 - Configure coverage and runfiles for sh_library.
3969 - Adds --incompatible_blacklisted_protos_requires_proto_info to
3970 indicate whether proto_lang_toolchain.blacklisted_protos requires
3971 ProtoInfo.
3972
3973This release contains contributions from many people at Google, as well as Andrzej Guszak, Benjamin Peterson, Benjamin Romano, Carlos Eduardo Seo, Claudio Bley, dannysullivan, David Ostrovsky, George Gensure, Graham Jenson, Grzegorz Lukasik, Gunnar Wagenknecht, Henk van der Laan, Jin, John Millikin, Marin Baron, Nikhil Marathe, Robin Nabel, Ryan Beasley, Samuel Giddins, Sergey Balabanov, utsav-dbx, Vo Van Nghia, Yannic Bonenberger.
3974
Bazel Release System97a53342020-06-30 11:05:57 -04003975## Release 3.3.1 (2020-06-30)
3976
3977```
3978Baseline: c063b5caf776dee665497b64c5c17d4ed7e6750a
3979
3980Cherry picks:
3981
3982 + cb798a475eb54087e1e83f8aa1dc1c54550877b5:
3983 Restore missing Building with Platforms docs.
3984 + 9be97678b02bbd45d164c8458c8fd4f7791cb7aa:
3985 Release 3.3.0 (2020-06-17)
3986 + 3b0439e37247a480e08337a6314d06231bdbafd3:
3987 Fix incorrect assumption of desugar persistent worker conditional
3988```
3989
3990This release contains contributions from many people at Google, as well as .
3991
Bazel Release System9be97672020-06-17 08:51:54 -04003992## Release 3.3.0 (2020-06-17)
3993
3994```
3995Baseline: c063b5caf776dee665497b64c5c17d4ed7e6750a
3996
3997Cherry picks:
3998
3999 + 23bd69d7499de097b15e6025cc0796bdbc9886b8:
4000 Restore missing Building with Platforms docs.
4001```
4002
4003Incompatible changes:
4004
4005 - The startup option --fatal_event_bus_exceptions is now a no-op
4006 and will be removed soon.
4007
4008New features:
4009
4010 - Bazel offers basic completion for the fish shell.
4011
4012Important changes:
4013
4014 - Add configuration_field for --custom_malloc to cpp config fragment
4015 - Flip --incompatible_objc_compile_info_migration to true. See
4016 #10854.
4017 - It is now possible to use different action mnemonics while still
4018 sharing the same pool of persistent workers. It requires setting
4019 a new property
4020 on the execution requirements (`worker-key-mnemonic`). The value
4021 overrides
4022 the action's mnemonic when it comes to reusing worker processes.
4023 - linkshared=1 in cc_binary no longer requires '.so' or '.dll' in
4024 the target name
4025 - Revert --incompatible_objc_compile_info_migration to false. See
4026 #10854.
4027 - Invoke clang with the correct -target flag when building for
4028 watchOS.
4029 - NA
4030 - Add experiment flag to forward InstrumentedFilesInfo from
4031 non-tool deps by default.
4032
4033This release contains contributions from many people at Google, as well as Abhishek Kumar, Adam Azarchs, Akira Baruah, Daniel Wagner-Hall, Derek Argueta, glukasiknuro, Greg Estren, Greg, Jason Furmanek, Jiri Dank, Keith Smiley, Kseniia Vasilchuk, Laurent Le Brun, Matt Mackay, Michael Klemm, Nikolay Shelukhin, Patrick Balestra, Rui Chen, Siggi Simonarson, sventiffe, Tobias Werth, Tom de Goede, Vladimir Chebotarev, Yannic Bonenberger.
4034
Bazel Release Systemb0ba5dc2020-05-27 19:50:27 +02004035## Release 3.2.0 (2020-05-27)
4036
4037```
4038Baseline: 1d93d26d9900328dcba0026bf21cb45cc37a4596
4039```
4040
4041Important changes:
4042
4043 - Renamed --experimental_slim_json_profile to --slim_profile.
4044 - Expose ctx.attr.write Args content for analysistest when possible
4045 - Added aquery_differ_v2 that works with the new aquery proto
4046 output format.
4047 - Add new flag, 'experimental_no_product_name_out_symlink', to omit
4048 creating '<product>-out' symlink if user specifies
4049 '--symlink_prefix' option.
4050 - --ram_utilization_factor is removed (as is
4051 --incompatible_remove_ram_utilization_factor). Please use
4052 --local_ram_resources.
4053 - Improve include scanner support for cl.exe and clang-cl command
4054 lines
4055 - ctx.split_attr now includes attributes with Starlark split
4056 transitions.
4057 - Added --incompatible_string_replace_count, to make
4058 string.replace() behave as in Python.
4059 - Bazel can now recursively delete non-executable but readable
4060 directories.
4061 - Restore case-sensitivity to -I and /I include scanning detection
4062 to avoid conflicts.
4063
4064This release contains contributions from many people at Google, as well as Alessandro Patti, Antoine Eiche, Beebs, Brian Silverman, George Gensure, Gerhard Pretorius, Gibson Fahnestock, Greg, Gregor Jasny, Gustav Westling, hannometer, Jin, Jonathan Gerrish, Josh Smith, Justin Y Wei, Laurent Le Brun, Links, liubang, Lszl Csomor, Matt Mackay, Moritz Krger, Ryan Beasley, Siddhartha Bagaria, Yannic Bonenberger, Yannic, Zhongpeng Lin.
4065
Bazel Release System3a59ab62020-04-21 17:37:54 +02004066## Release 3.1.0 (2020-04-21)
4067
4068```
4069Baseline: 17ebbf15bea3733c0c21e0376fb5906e391edb49
4070
4071Cherry picks:
4072
4073 + 71fb56b4bb669a419f473598c8722e125dbb5c9e:
4074 Suppress last-ditch download exceptions w/cleanup
4075 + fd60614c38da0db22431d91a793423904dff801f:
4076 In repo rules, don't warn about generator_* attributes being
4077 non-canonical
4078 + 2a372792f5cc09bd0e8389d5fc4bbfdd2f5d6e37:
4079 Refactor configureFeatures and prevent NPE
4080 + 777a6ee6ed95cae4ddb949d52b63ee8a66024f03:
4081 Automated rollback of commit
4082 0bbe38176e15d891a4e4cab2d8425e292de6cc5f.
4083 + 2ee53c9267eb6de8eae109950ca8f3953bf1ae66:
4084 Guard parseActionResultMetadata with bulk wrapper
4085```
4086
4087Incompatible changes:
4088
4089 - The deprecated startup options
4090 --experimental_oom_more_eagerly(_threshold) are removed.
4091
4092Important changes:
4093
4094 - Remove flag
4095 --incompatible_load_proto_toolchain_for_javalite_from_com_google_p
4096 rotobuf which has been flipped in Bazel 3.0.
4097 - Allow assembly file sources in cc_common.compile.
4098 - Set default .netrc file on Windows to %USERPROFILE%
4099 - A maximum 150 attributes per RuleClass is enforced
4100 - Increase max targets per rule class limit to 200
4101 - ctx.split_attr now includes attributes with Starlark split
4102 transitions.
4103 - The --max_computation_steps flag bounds the computation done by a
4104 BUILD file.
4105 - Native patch can handle file permission properly
4106 - Aspects may now propagate through dependencies on rule outputs by
4107 being defined with `apply_to_generating_rules = True`.
4108 - 'query --output=build' now shows where rule classes (not just
4109 rules) are created.
4110 - The flag `incompatible_bzl_disallow_load_after_statement` is
4111 removed.
4112 - ctx.split_attr now includes attributes with Starlark split
4113 transitions.
4114 - The flag `incompatible_no_output_attr_default` is removed.
4115 - Fix wall-time of the SpawnResult in WorkerSpawnRunner
4116 - Add stamp parameter for cc_common.link to enable including build
4117 info
4118 - The flag `--incompatible_restrict_named_params` is removed.
4119 - The flag `--incompatible_depset_union` is removed.
4120 - Bazel uses fewer compiler flags by default when building
4121 Objective-C. In
4122 particular, Bazel no longer sets `-O0`, `-DDEBUG=1`,
4123 `-fstack-protector`, `-fstack-protector-all`, or `-g` in dbg
4124 mode, and
4125 Bazel no longer sets `-Os`, `-DNDEBUG=1`, `-Wno-unused-variable`,
4126 `-Winit-self`, or `-Wno-extra` in opt mode. If you want to apply
4127 these
4128 flags to your project, you can reenable them in your CROSSTOOL.
4129 - A maximum attribute name length is 128 is enforced
4130
4131This release contains contributions from many people at Google, as well as Alessandro Patti, Benjamin Peterson, Benjamin Romano, Bor Kae Hwang, Chris Heisterkamp, Cristian Hancila, Dmitri G, Douglas Parker, George Gensure, Gregor Jasny, John Millikin, Keith Smiley, Leo, Mike Fourie, Patrick Balestra, Robbert Van Ginkel, Ryota, Samuel Giddins, Ulf Adams, Ulf Adams, Vertexwahn, Xavier Bonaventura, Yannic Bonenberger.
4132
Bazel Release System22018272020-04-06 08:49:47 -04004133## Release 3.0.0 (2020-04-06)
4134
4135```
4136Baseline: 3c7cc747ac653dca8b88a9e43726a794e2c27a9c
4137
4138Cherry picks:
4139
4140 + 19e214b44df9c82a8a3bd3381344f7145813c572:
4141 Use prefix encoding for paths.
4142 + 63b01f7b1cd6603a08bf2a8ae813388c201e3448:
4143 Avoid file operations in the sandbox creation critical path.
4144 + 80a2d7cc5f8a22816934dcd2ca9bdf87050f3d9f:
4145 Implementation (but not plumbing) of the gRPC remote downloader
4146 + 586eabf419972c74fdd5fef328cfe9a259e035ed:
4147 Implement RemoteDownloader w/ `--experimental_remote_downloader`
4148```
4149
4150Incompatible changes:
4151
4152 - Flip --incompatible_remove_enabled_toolchain_types, so that rules
4153 can no longer access enabled toolchain types from the platform
4154 fragment.
4155 - The --incompatible_use_jdk11_as_host_javabase flag has been
4156 removed (it was flipped in Bazel 0.25.0).
4157 - Using JDK 9 or 10 as a `--host_javabase` is no longer officially
4158 supported. As always, you can use the
4159 `@bazel_tools//tools/jdk:toolchain_vanilla` Java toolchain to use
4160 older or newer JDKs than what Bazel currently supports.
4161 - --fatal_event_bus_exceptions is deprecated and should not be
4162 used. Any crashes should be reported so that they can be fixed.
4163 - The old-style binary profile format is no longer suppported, use
4164 the new JSON trace profile instead.
4165
4166Important changes:
4167
4168 - Improve the performance of creating a sandboxed execution root
4169 for workers when the number of inputs is large (>1000).
4170 - Treat .cu and .cl files as C++ source. CUDA or OpenCL are not
4171 natively supported and will require custom flags to compile with
4172 e.g. clang.
4173 - Add actions' primary output details in JSON profile and
4174 analysis_v2.proto.
4175 - Add --cds_archive option for embedding CDS archive into deploy
4176 JAR.
4177 - Add new global attribute: applicable_licenses
4178 - Package level default with default_applicable_licenses
4179 - guarded by --incompatible_applicable_licenses (default true for
4180 Blaze, false for Bazel)
4181 - In support of
4182 https://docs.google.com/document/d/1uwBuhAoBNrw8tmFs-NxlssI6VRolid
4183 GYdYqagLqHWt8/edit#
4184 - Non-test Java rules no longer require the TestConfiguration and
4185 thus --trim_test_configuration is again usable for Java builds
4186 - The flag `--incompatible_always_check_depset_elements` is enabled
4187 by default.
4188 - --incompatible_objc_compile_info_migration determines
4189 whether native rules can assume compile info has been migrated to
4190 CcInfo. See https://github.com/bazelbuild/bazel/issues/10854.
4191 - --incompatible_remove_local_resources is true by default. Please
4192 use --local_ram_resources and --local_cpu_resources instead of
4193 --local_resources.
4194
4195This release contains contributions from many people at Google, as well as Alessandro Patti, Benjamin Peterson, Christy Norman, Dave hughes, David Haxton, David Neil, garyschulte, George Chiramel, George Gensure, Gibson Fahnestock, Greg Estren, Greg, Jason Hoch, Jin, John Millikin, Jonathan Springer, Keith Smiley, Laurent Le Brun, Ulf Adams, Yannic Bonenberger, Yannic, Yihong Wang, Yuchen Dai.
4196
Bazel Release System4b01eb52020-03-03 10:22:31 +01004197## Release 2.2.0 (2020-03-03)
Bazel Release Systeme53c0282020-02-21 15:49:31 +01004198
4199```
Bazel Release System4b01eb52020-03-03 10:22:31 +01004200Baseline: 78055efad0917b848078bf8d97b3adfddf91128d
Bazel Release Systeme53c0282020-02-21 15:49:31 +01004201```
4202
Bazel Release System4b01eb52020-03-03 10:22:31 +01004203Incompatible changes:
Bazel Release Systeme53c0282020-02-21 15:49:31 +01004204
Bazel Release System4b01eb52020-03-03 10:22:31 +01004205 - The --[no]incompatible_windows_bashless_run_command flag is no
4206 longer supported. It was flipped in Bazel 1.0
4207 - The --[no]incompatible_windows_native_test_wrapper flag is no
4208 longer supported. It was flipped in Bazel 1.0
4209
4210Important changes:
4211
4212 - Consistent target naming style in example target names.
4213 - cquery's config() now supports arbitrary configurations.
4214 - The flag --incompatible_disallow_dict_lookup_unhashable_keys is
4215 removed.
4216 - Include target label in Python version error message.
4217 - The flag --incompatible_remap_main_repo is removed.
4218 - Windows: we now discourage running Bazel from MSYS2 because of a
4219 newly found bug (#10573)
4220 - Reduced the packaging time (`package-bazel.sh`) for the
4221 `//src:bazel-dev` Bazel development build target from 14s to 6s.
4222 Use `//src:bazel-dev` if you're iterating rapidly on a local
4223 Bazel changes, and use `//src:bazel --compilation_mode=opt` for
4224 release builds.
4225 - cquery: "//foo:bar" now means "all configured targets with label
4226 //foo:bar" instead of "choose an arbitrary configured target with
4227 label //foo:bar". See cquery docs for details.
4228 - WORKSPACE and BUILD.bazel files of http_archive repositories can
4229 now be patched using the "patch_cmds" and "patches" attributes.
4230 - Actions with "parse" on the critical path should no longer finish
4231 in the future.
4232 - Flags that affect external repositories like
4233 "--override_repository" can now be addressed in bazelrc files
4234 using the "common" command, without causing commands like "bazel
4235 shutdown" to fail.
4236 - The flag --incompatible_disallow_unverified_http_downloads is
4237 removed.
4238 - Create the incompatibleApplicableLicenses flag.
4239 We plan to flip this from false to true in Bazel 4.x.
4240 Implementation to follow.
4241 - Treat .cu and .cl files as C++ source. CUDA or OpenCL are not
4242 natively supported and will require custom flags to compile with
4243 e.g. clang.
4244 - Treat .cu and .cl files as C++ source. CUDA or OpenCL are not
4245 natively supported and will require custom flags to compile with
4246 e.g. clang.
4247 - The --starlark_cpu_profile=<file> flag writes a profile in
4248 pprof format containing a statistical summary of CPU usage
4249 by all Starlark execution during the bazel command. Use it
4250 to identify slow Starlark functions in loading and analysis.
4251 - --ram_utilization_factor will be deprecated. Please use
4252 --local_ram_resources=HOST_RAM*<float>
4253 - Docs: glob() documentation is rewritten, and now it points out a
4254 pitfall of rules shadowing glob-matched files.
4255
4256This release contains contributions from many people at Google, as well as Alessandro Patti, Alex Kirchhoff, aman, Artur Dryomov, Benjamin Peterson, Benjamin Peterson, David Ostrovsky, Elliotte Rusty Harold, Eric Klein, George Chiramel, George Gensure, Guillaume Bouchard, Hui-Zhi, John Millikin, Jonathan Springer, Laurent Le Brun, Michael McLoughlin, nikola-sh, Nikolaus Wittenstein, Nikolay Shelukhin, Yannic Bonenberger, Yannic.
Bazel Release Systeme53c0282020-02-21 15:49:31 +01004257
Bazel Release Systeme6ee35f2020-02-07 13:56:14 +01004258## Release 2.1.0 (2020-02-07)
4259
4260```
4261Baseline: 41ec5a28fb30a8d6c5c60194c4bb29528352cf78
4262
4263Cherry picks:
4264
4265 + 733ac0ff7ad1e13ab68ceb2fde694d7ab71b2366:
4266 Adds an alias for d8_jar_import in android.WORKSPACE.
4267 + c94b1474b368dedf9f68f34fad90cc8664f2b0e0:
4268 Automatic code cleanup.
4269 + 2a8cc7075f741721563efd9dc050ca3458cde30b:
4270 Do not fail or print errors when Shellzelisk cannot find a
4271 requested ?
4272 + bdf34d7fd9539411e93348ba25307f34362d9a42:
4273 Fix race when extracting the install base when Bazel runs in a
4274 PID namespace.
4275 + d381c25bb7dd205c283f7ad91cac13190d2dfede:
4276 Fix wrong mode of install base directory.
4277 + eab39cc7b5a612f891fd1e5af5b45bdc1b66e6e1:
4278 Disable broken test_max_open_file_descriptors.
4279```
4280
4281Incompatible changes:
4282
4283 - The following attributes of CcToolchainProvider, which formerly
4284 were
4285 accessible both as fields (x.f) and as methods (x.f()), are now
4286 only fields:
4287
4288New features:
4289
4290 - Similar to the
4291 [.bazelignore](https://docs.bazel.build/versions/master/guide.html
4292 #.bazelignore) in the main repository, a `.bazelignore` file in
4293 external repository will cause the specified directories to be
4294 ignored by Bazel. Bazel won't try to identify any packages under
4295 the directories, but the files can still be referenced in other
4296 BUILD files.
4297 - bazelignore files now support line comments, e.g. "# this is a
4298 comment"
4299
4300Important changes:
4301
4302 - Experimental support for d8 merger is now available for use using
4303 --define=android_dexmerger_tool=d8_dexmerger.
4304 - Critical path run time should not have a longer run time than
4305 total execution run time.
4306 - Remove "please do not import" warning for cc rules.
4307 - x.f() is now equivalent to y=x.f; y(). That is, x.f should return
4308 the same
4309 attribute value regardless of whether it is accessed as a field
4310 or called
4311 like a method. Any arguments to the call are evaluated after the
4312 x.f operation.
4313 - Add desugaring support for RoleManager#addRoleHolderAsUser
4314 - Adds ctx.target_platform_has_constraint to allow rules to check
4315 the target platform's constraints.
4316 - Critical path run time should not have a longer run time than
4317 total execution run time.
4318 - Post new ConvenienceSymlinksIdentifiedEvent to the
4319 BuildEventProtocol when
4320 --experimental_convenience_symlinks_bep_event is enabled.
4321 - Keyword-only arguments are now allowed:
4322 def foo(a, *, k): pass
4323 def foo(a, *b, k): pass
4324 where k can be specified only by keyword:
4325 foo(5, k=6)
4326 - Generated Go protobufs now depend on //net/proto2/go:protodeps in
4327 addition to //net/proto2/go:proto
4328 - cquery 'somepath' returns more reliable results when the
4329 dep has a different configuration than the parent. To get a
4330 result for
4331 `somepath(//foo, //bar`) where //bar isn't in the top-level
4332 configuration,
4333 run your query with `--universe_scope=//foo`. See cquery docs for
4334 details.
4335
4336This release contains contributions from many people at Google, as well as Adam Liddell, Alessandro Patti, Andreas Herrmann, Bor Kae Hwang, Brian Silverman, Emran BatmanGhelich, George Gensure, Greg Estren, Jeff Palm, Jonathan Beverly, Mark Nevill, Patrick Niklaus, Peter, Philipp Wollermann, Ryan Beasley, Shin Yamamoto, Yen-Chi Chen.
4337
Bazel Release System59e36002019-12-19 13:26:27 +01004338## Release 2.0.0 (2019-12-19)
4339
4340```
4341Baseline: 807ed23e4f53a5e008ec823e9c23e2c9baa36d0d
4342
4343Cherry picks:
4344
4345 + db0e32ca6296e56e5314993fe9939bc7331768ec:
4346 build.sh: Fix bug in build script for RC release
4347 + 85e84f7812f04bc0dbc36376f31b6dd2d229b905:
4348 Set --incompatible_prohibit_aapt1 default to true.
4349 + 84eae2ff550c433a3d0409cf2b5525059939439d:
4350 Let shellzelisk fallback to bazel-real if it's the requested
4351 version.
4352 + d5ae460f1581ddf27514b4be18255481b47b4075:
4353 Fix a typo in bazel.sh
4354```
4355
4356Incompatible changes:
4357
4358 - --incompatible_remap_main_repo is enabled by default. Therefore,
4359 both ways of addressing the main repository, by its name and by
4360 '@' are now considered referring to the same repository.
4361 see https://github.com/bazelbuild/bazel/issues/7130
4362 - --incompatible_disallow_dict_lookup_unhashable_keys is enabled by
4363 default https://github.com/bazelbuild/bazel/issues/9184
4364 - --incompatible_remove_native_maven_jar is now enabled by default
4365 and the flag removed. See https://github.com/bazelbuild/bazel/issues/6799
4366 - --incompatible_prohibit_aapt1 is enabled by default.
4367 See https://github.com/bazelbuild/bazel/issues/10000
4368
4369Important changes:
4370
4371 - --incompatible_proto_output_v2: proto v2 for aquery proto output
4372 formats, which reduces the output size compared to v1. Note that
4373 the messages' ids in v2 are in uint64 instead of string like in
4374 v1.
4375 - Adds --incompatible_remove_enabled_toolchain_types.
4376 - Package loading now consistently fails if package loading had a
4377 glob evaluation that encountered a symlink cycle or symlink
4378 infinite expansion. Previously, such package loading with such
4379 glob evaluations would fail only in some cases.
4380 - The --disk_cache flag can now also be used together
4381 with the gRPC remote cache.
4382 - An action's discover inputs runtime metrics is now categorized as
4383 parse time on the CriticalPathComponent.
4384 - Make the formatting example more like to the written text by
4385 adding an initial description.
4386 - An action's discover inputs runtime metrics is now categorized as
4387 parse time on the CriticalPathComponent.
4388 - Bazel's Debian package and the binary installer now include an
4389 improved wrapper that understands `<WORKSPACE>/.bazelversion`
4390 files and the `$USE_BAZEL_VERSION` environment variable. This is
4391 similar to what Bazelisk offers
4392 (https://github.com/bazelbuild/bazelisk#how-does-bazelisk-know-whi
4393 ch-bazel-version-to-run-and-where-to-get-it-from), except that it
4394 works offline and integrates with apt-get.
4395 - We are planning to deprecate the runfiles manifest files, which
4396 aren't safe in the presence of whitespace, and also unnecessarily
4397 require local CPU when remote execution is used. This release
4398 adds --experimental_skip_runfiles_manifests to disable the
4399 generation of the input manifests (rule.manifest files) in most
4400 cases. Note that this flag has no effect on Windows by default or
4401 if --experimental_enable_runfiles is explicitly set to false.
4402
4403This release contains contributions from many people at Google, as well as aldersondrive, Benjamin Peterson, Bor Kae Hwang, David Ostrovsky, Jakob Buchgraber, Jin, John Millikin, Keith Smiley, Lauri Peltonen, nikola-sh, Peter Mounce, Tony Hsu.
4404
Bazel Release System5be24a82019-11-26 16:19:50 +01004405## Release 1.2.1 (2019-11-26)
4406
4407```
4408Baseline: 11deef7582dfeec7a04ee3f7236393d9b8027367
4409
4410Cherry picks:
4411
4412 + c76c3e539c73ecf6e96e3e098be7be59e17bf276:
4413 Replace macOS CC path with relative path
4414 + 63332eb556fadfe9edd0806add79942482adddef:
4415 Hardcode path to dirname on macOS
4416 + ceadf0a063cb97c32aced143d2447781d1dafc38:
4417 Add tool executables (from FilesToRunProvider) to action inputs.
4418 + dbe63b00954a25fa4405f7cbf273df78c16498dd:
4419 Fix some of the bazel Windows tools code to work with GCC.
4420```
4421
4422This release fixes a single regression:
4423- #10297: Bazel 1.2.0 does no longer run on macOS High Sierra.
4424
4425It is the same code as Bazel 1.2.0, except that we rebuild the macOS release
4426binaries with Xcode 10.2.1 to make them backwards compatible with older macOS
4427versions again.
4428
Bazel Release Systemef69db82019-11-20 16:01:18 +01004429## Release 1.2.0 (2019-11-20)
4430
4431```
4432Baseline: 11deef7582dfeec7a04ee3f7236393d9b8027367
4433
4434Cherry picks:
4435
4436 + c76c3e539c73ecf6e96e3e098be7be59e17bf276:
4437 Replace macOS CC path with relative path
4438 + 63332eb556fadfe9edd0806add79942482adddef:
4439 Hardcode path to dirname on macOS
4440 + ceadf0a063cb97c32aced143d2447781d1dafc38:
4441 Add tool executables (from FilesToRunProvider) to action inputs.
4442 + dbe63b00954a25fa4405f7cbf273df78c16498dd:
4443 Fix some of the bazel Windows tools code to work with GCC.
4444```
4445
4446Incompatible changes:
4447
4448 - Tree artifacts and regular artifact paths can no longer overlap.
4449
4450New features:
4451
4452 - Added a special "_validation" output group to enable moving
4453 "validation actions" off the critical path of builds.
4454
4455Important changes:
4456
4457 - The query flag "--host_deps" (commonly used as "--nohost_deps")
4458 has been renamed to "--tool_deps", and now also removes
4459 dependencies in any execution configuration from being reported
4460 in the query output. The previous flag name is deprecated and
4461 will be removed in a future release.
4462 - The `cc_common.{compile,link}` APIs can now be used without
4463 passing the `--experimental_cc_skylark_api_enabled_packages` flag.
4464 - A list of log paths will be provided in build output.
4465 - Improve runfiles documentation.
4466 - Improve documentation on rule outputs.
4467 - BUILD/.bzl execution errors cause execution to stop, even at
4468 top-level
4469 - Multiple Starlark validation errors are reported in a single pass.
4470 - Introduce --experimental_nested_set_as_skykey_threshold
4471 - Blaze will prevent idle sleep during test and build actions. Note
4472 that this does not affect screen savers and will not keep a
4473 laptop awake if the user forces sleep or closes the lid. This is
4474 purely to avoid idle sleeping when the user is not interacting
4475 with the device.
4476 - Improve testing docs.
4477 - Incompatible flag
4478 `--incompatible_validate_top_level_header_inclusions` has been
4479 added. See https://github.com/bazelbuild/bazel/issues/10047 for
4480 details.
4481 - Fix an aquery bug with handling malformed queries that crashes
4482 bazel.
4483 - List fields on CcLinkingOutputs.
4484 - [Python] Added flag --incomaptible_default_to_explicit_init_py to
4485 switch the default value of legacy_create_init to True. With this
4486 flag enabled, your py_binary and py_test targets will no longer
4487 behave as if empty __init__.py files were implicitly littered in
4488 your runfiles tree. See
4489 [#10076](https://github.com/bazelbuild/bazel/issues/10076).
4490 - Fix documentation on allowed target names.
4491 - --target_platform_fallback now also applies to exec/host
4492 configurations
4493 - android_binary and android_libary can now depend on targets
4494 providing
4495 CcInfos.
4496 - Add support for tracking suspensions (sleeps or SIGSTOP) on macOS.
4497 - d8 dexers (both standalone and incremental) are now available for
4498 use.
4499 - Add Desugar support for FreezePeriod#<init>
4500
4501This release contains contributions from many people at Google, as well as Alex Kirchhoff, Andrew Suffield, Asaf Flescher, Austin Schuh, Benjamin Peterson, Bor Kae Hwang, Brian Richardson, Christy Norman, Clint Harrison, Dan Halperin, Daniel Martn, Dave Lee, David Neil, David Ostrovsky, George Gensure, Greg Estren, Greg, Ira Shikhman, Jacob Parker, Jakub Bujny, John Millikin, John Millikin, Keith Smiley, Laurent Le Brun, marcohu, Marwan Tammam, Mostyn Bramley-Moore, Peter Mounce, Ruben Das, Stepan Koltsov, Thi Don, Thi, Tomasz Strejczek, Walt Panfil, Yannic Bonenberger, Zackary Lowery.
4502
Bazel Release Systemf15bfb32019-10-21 12:49:43 +02004503## Release 1.0.1 (2019-10-21)
Bazel Release Systeme693c192019-10-21 10:40:19 +02004504
4505```
Bazel Release Systemf15bfb32019-10-21 12:49:43 +02004506Baseline: 97a82646dadd93bf52d47828bda42e3383b657c6
Bazel Release Systeme693c192019-10-21 10:40:19 +02004507
4508Cherry picks:
4509
Bazel Release Systemf15bfb32019-10-21 12:49:43 +02004510 + a0e3bb207fe2044120a2555a37162ee1f2b17500:
4511 Remove support for authentication and .netrc
4512 + ada2c55dcc106cd55bafbbe5d9a966e21e4770e0:
4513 Add explicit --sdk argument to xcrun calls
4514 + 847df729528f6e5919ec8374247eadf792cba544:
4515 toolchain_vanilla: Unset source and target language level
4516 versions
4517 + 5cfa0303d6ac3b5bd031ff60272ce80a704af8c2:
4518 Update java_tools version to javac11-v5.1.
4519 + 9c257df5b9b1de5459fc066e77c435ae085957a7:
4520 Release 1.0.0 (2019-10-10)
4521 + f7a31b30f5319639c36a6c6b1c14f358597d98d2:
4522 Prevent action-cache duplicate suppression
4523 + 618e5a28f7f735c37724377b15775a4975349c74:
4524 Use FileSystemUtils.moveFile instead of renameTo function of Path
Bazel Release Systeme693c192019-10-21 10:40:19 +02004525```
4526
Bazel Release Systemf15bfb32019-10-21 12:49:43 +02004527This release contains contributions from many people at Google, as well as David Ostrovsky, George Gensure, Keith Smiley.
Bazel Release Systeme693c192019-10-21 10:40:19 +02004528
Bazel Release Systemb9067c42019-10-10 11:55:50 +02004529## Release 1.0.0 (2019-10-10)
Bazel Release System4f9cd082019-09-10 09:39:08 -04004530
4531```
Bazel Release Systemb9067c42019-10-10 11:55:50 +02004532Baseline: 97a82646dadd93bf52d47828bda42e3383b657c6
Bazel Release System4f9cd082019-09-10 09:39:08 -04004533
4534Cherry picks:
4535
Bazel Release System4f9cd082019-09-10 09:39:08 -04004536 + a0e3bb207fe2044120a2555a37162ee1f2b17500:
4537 Remove support for authentication and .netrc
Bazel Release Systemb9067c42019-10-10 11:55:50 +02004538 + ada2c55dcc106cd55bafbbe5d9a966e21e4770e0:
4539 Add explicit --sdk argument to xcrun calls
4540 + 847df729528f6e5919ec8374247eadf792cba544:
4541 toolchain_vanilla: Unset source and target language level
4542 versions
4543 + 5cfa0303d6ac3b5bd031ff60272ce80a704af8c2:
4544 Update java_tools version to javac11-v5.1.
Bazel Release System4f9cd082019-09-10 09:39:08 -04004545```
4546
Bazel Release Systemb9067c42019-10-10 11:55:50 +02004547Incompatible changes:
4548
4549 - Python, Windows: the
4550 --[no]incompatible_windows_escape_python_args is no longer
4551 supported. (It was flipped to true in Bazel 0.27.0)
4552 - --incompatible_use_native_patch is enabled by default
4553 - Windows: --incompatible_windows_bashless_run_command is now true
4554 by default, meaning "bazel run //foo:bin" will run the binary as
4555 a subprocess of the Bazel client. (When the flag is false, the
4556 binary is executed as a subprocess of Bash.)
4557 - Windows: --incompatible_windows_native_test_wrapper is enabled by
4558 default
4559
4560New features:
4561
4562 - Genrule now supports `cmd_bash`, `cmd_ps`, `cmd_bat` attributes.
4563 More details at
4564 https://docs.bazel.build/versions/master/be/general.html#genrule.c
4565 md
4566 - config_setting can now check multiple values on "--foo=firstVal
4567 --foo=secondVal ..."-style flags
4568 - tags: use `--experimental_allow_tags_propagation` flag to
4569 propagate tags to the action's execution requirements from
4570 targets. Such tags should start with: `no-`, `requires-`,
4571 `supports-`, `block-`, `disable-`, `cpu:`. See #8830 for details.
4572 - Users can now get generated def file from cc_library via
4573 "def_file" output group on Windows.
4574 - Platform-specific bazelrc: with --enable_platform_specific_config
4575 you can
4576 enable flags in bazelrc according to your host platform.
4577 - tags: use `--experimental_allow_tags_propagation` flag to
4578 propagate tags to the action's execution requirements from
4579 cc_library or cc_binary targets. Such tags should start with:
4580 `no-`, `requires-`, `supports-`, `block-`, `disable-`, `cpu:`.
4581 See #8830 for details.
4582 - tags: use --experimental_allow_tags_propagation flag to propagate
4583 tags to the action's execution requirements from java targets.
4584 Such tags should start with: no-, requires-, supports-, block-,
4585 disable-, cpu:. See #8830 for details.
4586
4587Important changes:
4588
4589 - Bazel Android builds now use aapt2 by default. To revert to aapt,
4590 set `--android_aapt=aapt`.
4591 - Make either --subcommands or --verbose_failures imply
4592 --materialize_param_files
4593 - Bazel Android builds now use aapt2 by default. To revert to aapt,
4594 set `--an...
4595 RELNOTES: None
4596 - by default all remote connections considered to be via `gRPC`
4597 with TLS enabled, unless other specified. To disable TLS use
4598 `grpc://` prefix for you endpoints. All remote connections via
4599 `gRPC` affected - `--remote_cache`, `--remote_executor` or
4600 `--bes_backend`. http cache/executor is not affected. See #8061
4601 for details.
4602 - cc_* rules support non-transitive defines through a
4603 'local_defines' attribute.
4604 - Enable
4605 incompatible_disallow_rule_execution_platform_constraints_allowed
4606 by default (https://github.com/bazelbuild/bazel/issues/8136).
4607 - incompatible_disallow_split_empty_separator is enabled by default
4608 - Fixed Android build issues with aapt2 on Windows. See the [GitHub
4609 issue](https://github.com/bazelbuild/bazel/issues/9102) for more
4610 information.
4611 - --incompatible_disable_static_cc_toolchains has been flipped. See
4612 https://github.com/bazelbuild/bazel/issues/8546.
4613 - --remote_default_platform_properties has been deprecated in favor
4614 of --remote_default_exec_properties.
4615 - The --incompatible_make_thinlto_command_lines_standalone flag has
4616 been flipped, see https://github.com/bazelbuild/bazel/issues/6791
4617 for more information.
4618 - The --incompatible_use_specific_tool_files flag has been flipped.
4619 See https://github.com/bazelbuild/bazel/pull/9126 for more
4620 information.
4621 - Clarify default visibility.
4622 - Enables incompatible_auto_configure_host_platform
4623 - New incompatible flag --incompatible_disable_depset_items
4624 disables the "items" parameter in the Starlark depset
4625 constructor. Use "direct" and "transitive" parameters instead.
4626 - --incompatible_assignment_identifiers_have_local_scope is enabled
4627 - incompatible_disable_partition_default_parameter is enabled by
4628 default ()
4629 - incompatible_restrict_attribute_names is enabled
4630 (https://github.com/bazelbuild/bazel/issues/6437)
4631 - The --incompatible_disable_nocopts flag has been flipped. See
4632 https://github.com/bazelbuild/bazel/issues/8546 for more
4633 information.
4634 - Deprecated Java-Starlark API java_common.create_provider is
4635 removed. JavaInfo() legacy args (actions, sources, source_jars,
4636 use_ijar, java_toolchain, host_javabase) are removed.
4637 - The flag incompatible_disallow_hashing_frozen_mutables is enabled
4638 (https://github.com/bazelbuild/bazel/issues/7800)
4639 - `maven_jar` and `maven_server` now disallow using plain HTTP URLs
4640 without a specified checksum. If you are still using `maven_jar`,
4641 consider migrating to
4642 [`rules_jvm_external`](https://github.com/bazelbuild/rules_jvm_ext
4643 ernal) for transitive dependency management. See
4644 [#8607](https://github.com/bazelbuild/bazel/issues/8607) for more
4645 information.
4646 - Added `sha256` and `sha256_src` attributes to `maven_jar`. Please
4647 consider migrating to SHA-256 as SHA-1 has been deemed
4648 cryptographically insecure ([https://shattered.io]()). Or, use
4649 [`rules_jvm_external`](https://github.com/bazelbuild/rules_jvm_ext
4650 ernal) to manage your transitive Maven dependencies with artifact
4651 pinning and SHA-256 verification support.
4652 - introducing per-target exec_properties
4653 - Bazel now supports ThinLTO builds on Linux for Clang versions >=
4654 6.0. ThinLTO can be enabled through --features=thin_lto
4655 - The Target.output_group field in Starlark is removed. Use
4656 OutputGroupInfo instead. See
4657 https://github.com/bazelbuild/bazel/issues/7949 for details.
4658 - Make a number of parameters of Starlark builtin functions
4659 positional-only (as opposed to specifiable by keyword). See
4660 https://github.com/bazelbuild/bazel/issues/8147 for details.
4661 - incompatible_skip_genfiles_symlink is enabled by default (#8651)
4662 - Change Pruned events will fire immediately after being checked.
4663 - --incompatible_remove_legacy_whole_archive has been flipped. See
4664 https://github.com/bazelbuild/bazel/issues/7362 for more
4665 information
4666
4667This release contains contributions from many people at Google, as well as Adam Liddell, Alessandro Patti, Arshabh Kumar Agarwal, Artem Pelenitsyn, Artem Zinnatullin, Benjamin Peterson, David Ostrovsky, Emmanuel Goh, Farhim Ferdous, George Gensure, iirina, Keith Smiley, Kiril Videlov, Laurent Le Brun, Mantas Sakalauskas, Marwan Tammam, Matt Mukerjee, panzhongxian, Shachar Anchelovich, Stepan Koltsov, Stephan Wolski, Travis Clarke, Yannic Bonenberger, Yuta Saito.
Bazel Release System4f9cd082019-09-10 09:39:08 -04004668
Bazel Release Systemf791df02019-08-28 10:29:12 -04004669## Release 0.29.0 (2019-08-28)
4670
4671```
4672Baseline: 6c5ef5369a3ffceb8a65cc159a2fff1401242810
4673
4674Cherry picks:
4675
4676 + 338829f2633e91ae0492ee4169446465e10b5994:
4677 Fix retrying of SocketTimeoutExceptions in HttpConnector
4678 + 14651cd86b6fc1d48f56a208a9b5278b3e2dcf75:
4679 Fallback to next urls if download fails in HttpDownloader
4680 + b7d300c6be3e130dec0e62a4f19493105f595d57:
4681 Fix incorrect stdout/stderr in remote action cache. Fixes #9072
4682 + 960217631abdcab0a7ed95e2ab10acd55f636639:
4683 Automated rollback of commit
4684 0f0a0d58725603cf2f1c175963360b525718a195.
4685 + da557f96c697102ad787e57bbf7db2460f6a60a8:
4686 Windows: fix "bazel run" argument quoting
4687 + ef8b6f68cc8ffd2e6523a894034ae383e87ec74c:
4688 Return JavaInfo from java proto aspects.
4689 + 209175ff8ffeb05628ed8a187dd414a3d2935c55:
4690 Revert back to the old behavior of not creating a proto source
4691 root for generated .proto files.
4692 + 644060b7a4bc98384b66e3d2343b950b875b5e35:
4693 Fix PatchUtil for parsing special patch format
4694 + 067040d7bcb3b24a88432e210a96adacee3f37b4:
4695 Put the removal of the legacy repository-relative proto path
4696 behind the --incompatible_generated_protos_in_virtual_imports
4697 flag.
4698 + 76ed014e77d7b862f6eb2894600ae525ea570f11:
4699 repository mapping lookup: convert to canonical name first
4700```
4701
4702Important changes:
4703
4704 - rule_test: fix Bazel 0.27 regression ("tags" attribute was
4705 ingored, https://github.com/bazelbuild/bazel/issues/8723
4706 - Adds --incompatible_enable_execution_transition, which enables
4707 incremental migration of host attributes to exec attributes.
4708 - objc_proto_library rule has been deleted from Bazel.
4709 - repository_ctx.read is no longer restricted to files
4710 in the repository contructed.
4711 - tags 'no-remote', 'no-cache', 'no-remote-cache',
4712 'no-remote-exec', 'no-sandbox' are propagated now to the actions
4713 from targets when '--ncompatible_allow_tags_propagation' flag set
4714 to true. See #8830.
4715 - Adds flag
4716 --//tools/build_defs/pkg:incompatible_no_build_defs_pkg. This
4717 flag turns off the rules //tools/build_defs/pkg:{pkg_deb,
4718 pkg_rpm, pkg_tar}.
4719 - The Android NDK is now integrated with toolchains. To use them,
4720 pass the `--extra_toolchains=@androidndk//:all` flag or register
4721 them in your WORKSPACE with
4722 `register_toolchains("@androidndk//:all")`.
4723 - Stdout and stderr are checked to determine if output is going to a
4724 terminal. `--is_stderr_atty` is deprecated and `--isatty` is
4725 undeprecated.
4726 - --incompatible_load_proto_rules_from_bzl was added to forbid
4727 loading the native proto rules directly. See more on tracking
4728 issue #8922
4729 - Docker Sandbox now respects remote_default_platform_properties
4730 - pkg_deb, pkg_rpm & pkg_tar deprecation plan announced in the
4731 documentation.
4732 - The new java_tools release:
4733 * fixes https://github.com/bazelbuild/bazel/issues/8614
4734 * exposes a new toolchain `@java_tools//:prebuilt_toolchain`
4735 which is using all the pre-built tools, including singlejar and
4736 ijar, even on remote execution. This toolchain should be used
4737 only when host and execution platform are the same, otherwise the
4738 binaries will not work on the execution platform.
4739 - java_common.compile supports specifying
4740 annotation_processor_additional_inputs and
4741 annotation_processor_additional_outputs for the Java compilation
4742 action for supporting annotation processors that consume or
4743 produce artifacts. Fixes #6415
4744 - There is now documentation on optimizing Android app build
4745 performance. Read it at
4746 https://docs.bazel.build/versions/0.29.0/android-build-performance
4747 .html
4748 - Execution log now respects --remote_default_platform_properties
4749 - Include a link to the relevant documenation on transitive Python
4750 version errors.
4751 - New incompatible flag
4752 --incompatible_disable_target_provider_fields removes the ability
4753 (in Starlark) to access a target's providers via the field syntax
4754 (for example, `ctx.attr.dep.my_provider`). The provider-key
4755 syntax should be used instead (for example,
4756 `ctx.attr.dep[MyProvider]`). See
4757 https://github.com/bazelbuild/bazel/issues/9014 for details.
4758 - A new platform exec_properties is added to replace
4759 remote_execution_properties.
4760 - Added --incompatible_load_python_rules_from_bzl, which will be
4761 flipped in Bazel 1.0. See
4762 https://github.com/bazelbuild/bazel/issues/9006.
4763 - add --break_build_on_parallel_dex2oat_failure to shortcut tests
4764 on dex2oat errors
4765
4766This release contains contributions from many people at Google, as well as Alexander Ilyin, Arek Sredzki, Artem Zinnatullin, Benjamin Peterson, Fan Wu, John Millikin, Loo Rong Jie, Marwan Tammam, Oscar Bonilla, Peter Mounce, Sergio Rodriguez Orellana, Takeo Sawada, and Yannic Bonenberger.
4767
Bazel Release System3fd8c412019-07-19 17:14:15 +02004768## Release 0.28.1 (2019-07-19)
4769
4770```
4771Baseline: 2e374a9c6e3d4ed71f0145de287c4b2fe43c76d6
4772
4773Cherry picks:
4774
4775 + 6d0b14b95a71175362030b4811ca74512b00a890:
4776 rule_test: apply "tags" to all rules in the macro
4777 + 18cd9048526f067a4950c6ddbf4b1b3604760af0:
4778 Release 0.28.0 (2019-07-10)
4779 + 2260b970cb2a10c21a2fde116aa82c79be52991f:
4780 When copying dynamic libraries to binary, copy them into the
4781 runfiles as well.
4782 + a0af170f87c8230fcd8860599b983df097b646bd:
4783 Undo breaking change of hiding android_common behind
4784 --experimental_google_legacy_api
4785 + c6ca6c2ccd9e11a87f837341ae05d2ba037975b1:
4786 Ignore external/ directory in users' source tree when creating
4787 execroot symlink tree.
4788```
4789
4790Important changes:
4791
4792 - rule_test: fix Bazel 0.27 regression ("tags" attribute was
4793 ingored, https://github.com/bazelbuild/bazel/issues/8723
4794
4795This release contains contributions from many people at Google, as well as .
4796
Bazel Release Systemf4a08032019-07-10 18:11:04 +02004797## Release 0.28.0 (2019-07-10)
Bazel Release System7e809492019-07-10 17:50:43 +02004798
4799```
Bazel Release Systemf4a08032019-07-10 18:11:04 +02004800Baseline: 2e374a9c6e3d4ed71f0145de287c4b2fe43c76d6
Bazel Release System7e809492019-07-10 17:50:43 +02004801
4802Cherry picks:
4803
Bazel Release System7e809492019-07-10 17:50:43 +02004804 + 6d0b14b95a71175362030b4811ca74512b00a890:
4805 rule_test: apply "tags" to all rules in the macro
4806```
4807
Bazel Release Systemf4a08032019-07-10 18:11:04 +02004808Incompatible changes:
4809
4810 - Add --incompatible_enable_profile_by_default to enable the JSON
4811 profile by default.
4812 - The --incompatible_windows_style_arg_escaping flag is flipped to
4813 "true", and the "false" case unsupported. Bazel no longer accepts
4814 this flag.
4815
Bazel Release System7e809492019-07-10 17:50:43 +02004816Important changes:
4817
Bazel Release Systemf4a08032019-07-10 18:11:04 +02004818 - Bazel now supports hiding compiler warnings for targets that
4819 you're not explicitly building (see
4820 https://docs.bazel.build/versions/master/user-manual.html#flag--au
4821 to_output_filter).
4822 - Flag `--incompatible_restrict_escape_sequences` is added. See
4823 https://github.com/bazelbuild/bazel/issues/8380
4824 - The "info" command now supports the "starlark-semantics"
4825 argument, which outputs a representation of the effective Starlark
4826 semantics option values.
4827 - The `outputs` parameter of the `rule()` function is deprecated
4828 and attached to flag `--incompatible_no_rule_outputs_param`.
4829 Migrate rules to use `OutputGroupInfo` or `attr.output` instead.
4830 See https://github.com/bazelbuild/bazel/issues/7977 for more info.
Bazel Release System7e809492019-07-10 17:50:43 +02004831 - When `--incompatible_strict_action_env` is enabled, the default
4832 `PATH` now includes `/usr/local/bin`.
4833 - Turn on --experimental_build_setting_api by default for starlark
4834 build settings (see
4835 https://docs.bazel.build/versions/master/skylark/config.html#user-
4836 defined-build-settings for more info)
Bazel Release Systemf4a08032019-07-10 18:11:04 +02004837 - `@bazel_tools//tools/jdk:toolchain_java10` and
4838 `@bazel_tools//tools/jdk:toolchain_java11` are now available to
4839 enable java 10, respectively java 11 language level support.
4840 - The `command` parameter of the `actions.run_shell()` function
4841 will be restricted to only accept strings (and not string
4842 sequences). This check is attached to flag
4843 `--incompatible_run_shell_command_string`. One may migrate by
4844 using the `arguments` parameter of `actions.run()` instead. See
4845 https://github.com/bazelbuild/bazel/issues/5903 for more info.
4846 - Incompatible change
4847 `--incompatible_use_platforms_repo_for_constraints` has been
4848 added. See https://github.com/bazelbuild/bazel/issues/8622 for
4849 details.
4850 - Incompatible change
4851 `--incompatible_use_platforms_repo_for_constraints` has been
4852 added. See https://github.com/bazelbuild/bazel/issues/8622 f...
4853 - Bazel's C++ autoconfiguration now understands `BAZEL_LINKLIBS`
4854 environment variable to specify system libraries that should be
4855 appended to the link command line.
4856 - paths under the execution root starting with "." or "_" will be
4857 re-linked across builds
4858 - execution_log_json_file now allows actions without outputs.
4859 - Labels aapt as deprecated for aapt_version, and heavily endorses
4860 aapt2.
4861 - Update doc links still pointing to cc_binary.features to point to
4862 common features
4863 - Incompatible change
4864 `--incompatible_use_platforms_repo_for_constraints` has been
4865 added. See https://github.com/bazelbuild/bazel/issues/8622 for
4866 details.
4867 RELNOTES:
4868 - --incompatible_disable_nocopts flag has been added. See
4869 https://github.com/bazelbuild/bazel/issues/8706 for details.
4870 - Fixed treatment of <dist:module /> tags in AndroidManifest.xml
4871 - Fixed asset precedence for android_binary rules with aapt2.
4872 - Bazel now officially supports running on CentOS 7.
4873 - The runtime dynamic libraries are no longer in default output
4874 group of cc_binary.
4875 - set the FDOBuildType as CSFDO for binaries built with
4876 --cs_fdo_absolute_path.
4877 - Bazel can now be bootstrapped and built on arm64 platforms
4878 without requiring any flags or patches.
4879 - Fixed treatment of AndroidManifest.xml attributes which contained
4880 XML escaping
4881 - Retire experimental blaze flag
4882 experimental_link_compile_output_separately. The same behavior is
4883 available through the feature dynamic_link_test_srcs.
4884 - --incompatible_load_java_rules_from_bzl was added to forbid
4885 loading the native java rules directly. See more on tracking
4886 issue #8746
4887 - Turn on --experimental_build_setting_api by default for starlark
4888 build settings (see
4889 https://docs.bazel.build/versions/master/skylark/config.html#user-
4890 defined-build-settings for more info)
4891 - Attribute names are going to be restricted and must be
4892 syntactically valid identifiers.
4893 https://github.com/bazelbuild/bazel/issues/6437
Bazel Release System7e809492019-07-10 17:50:43 +02004894 - rule_test: fix Bazel 0.27 regression ("tags" attribute was
4895 ingored, https://github.com/bazelbuild/bazel/issues/8723
4896
Bazel Release Systemf4a08032019-07-10 18:11:04 +02004897This release contains contributions from many people at Google, as well as Ben Diuguid, Benjamin Peterson, Dave Lee, Loo Rong Jie, Mark Butcher, Marwan Tammam, Pedro Alvarez.
Bazel Release System7e809492019-07-10 17:50:43 +02004898
Bazel Release System316cb9b2019-07-02 19:45:51 +02004899## Release 0.27.1 (2019-07-02)
4900
4901```
4902Baseline: 8c3b3fba3f68833bd97d3df2db9c48f0539efc3b
4903
4904Cherry picks:
4905
4906 + 123c68daed17b19927372e4df7f7a2256db6b80e:
4907 Warn in more cases of possible Python version mismatch in host
4908 config
4909 + 052167e907373ac7ea43238c3049739f6e94a9d1:
4910 Add a non-strict autodetecting Python toolchain
4911 + 6ef6d879ab69225d54ecab3db847fb4eff33bbeb:
4912 Default java toolchain target
4913 + 50fa3ec27efdd95771c70faa38a4543d4fed44f2:
4914 Fix problems with the non-strict Python toolchain
4915 + e2a626c4f61fe4ceb79a5675d09a6f25ca7b5b22:
4916 Automated rollback of commit
4917 bc6f7cb330bb531f062bb301f3703876051191f5.
4918 + 6efc5b787ad3164cc2fb779c73377695032b4524:
4919 Treat existence of managed directories as a part of repository
4920 dirtiness.
4921 + 3a4be3c93813987a27a97dade3f9ebbc5770e349:
4922 Add /usr/local/bin to default PATH under strict action env
4923 + 5c1005c0947b010ee36ca851b8ba07c9479cf682:
4924 Automated rollback of commit
4925 536a166270590a8dbc701718550383f3a07cc763.
4926 + c82eb4878c7dc829455caeb915affe36c89df06f:
4927 Release 0.27.0 (2019-06-17)
4928 + d4589630428c1c1bc08a9baf36257e636fe9d746:
4929 Check for both :lcov_merger and $lcov_merger attributes in
4930 TestActionBuilder.
4931```
4932
4933Important changes:
4934
4935 - Add new options --cs_fdo_absolute_path= to support the absolute
4936 path
4937 profile for LLVM's context-sensitive FDO.
4938 - When `--incompatible_strict_action_env` is enabled, the default
4939 `PATH` now includes `/usr/local/bin`.
4940 - Turn on --experimental_build_setting_api by default for starlark
4941 build settings (see
4942 https://docs.bazel.build/versions/master/skylark/config.html#user-
4943 defined-build-settings for more info)
4944
4945This release contains contributions from many people at Google, as well as Ricky Pai.
4946
Bazel Release Systemaecb1e82019-06-17 14:57:36 +02004947## Release 0.27.0 (2019-06-17)
Bazel Release Systeme6976fb2019-06-06 13:01:57 +02004948
4949```
Bazel Release Systemaecb1e82019-06-17 14:57:36 +02004950Baseline: 5935259724bebd1c4bdebc90e159d0f655c8c219
Bazel Release Systeme6976fb2019-06-06 13:01:57 +02004951
4952Cherry picks:
4953
Bazel Release Systemaecb1e82019-06-17 14:57:36 +02004954 + fe81b49e727efdcc90a270520af193af75f4e31d:
4955 Support of using the absolute path profile for LLVM's Context
4956 Sensitive FDO
4957 + ce5e7180d98e1244fdfba0349952727826cbd173:
4958 Demote OptionProcessor from globals
4959 + 3ed9d3681c3e130aafcf3c405ff1795c601bdf95:
4960 Properly wire up BES half-close. The lack thereof was a simple
4961 oversight.
4962 + 4ca768e9f87701fb92598d0a8325a5fc8881a852:
4963 standardize graph output indentation with 2 spaces
4964 + aff189a7c514a0171a53a2dcdd37c93ecaa672ad:
4965 Make sure default Linux artifacts have an associated action,
4966 even when artifact names are altered.
4967 + 8c3b3fba3f68833bd97d3df2db9c48f0539efc3b:
4968 Failures early in package loading will now fail all --keep_going
4969 builds.
4970 + 123c68daed17b19927372e4df7f7a2256db6b80e:
4971 Warn in more cases of possible Python version mismatch in host
4972 config
4973 + 052167e907373ac7ea43238c3049739f6e94a9d1:
4974 Add a non-strict autodetecting Python toolchain
4975 + 6ef6d879ab69225d54ecab3db847fb4eff33bbeb:
4976 Default java toolchain target
4977 + 50fa3ec27efdd95771c70faa38a4543d4fed44f2:
4978 Fix problems with the non-strict Python toolchain
4979 + e2a626c4f61fe4ceb79a5675d09a6f25ca7b5b22:
4980 Automated rollback of commit
4981 bc6f7cb330bb531f062bb301f3703876051191f5.
4982 + 6efc5b787ad3164cc2fb779c73377695032b4524:
4983 Treat existence of managed directories as a part of repository
4984 dirtiness.
4985 + 3a4be3c93813987a27a97dade3f9ebbc5770e349:
4986 Add /usr/local/bin to default PATH under strict action env
4987 + 5c1005c0947b010ee36ca851b8ba07c9479cf682:
4988 Automated rollback of commit
4989 536a166270590a8dbc701718550383f3a07cc763.
Bazel Release Systeme6976fb2019-06-06 13:01:57 +02004990```
4991
Bazel Release Systemaecb1e82019-06-17 14:57:36 +02004992Incompatible changes:
4993
4994 - --incompatible_disable_objc_provider_resources no longer has
4995 effect. Use of deprecated resource fields on the Objc provider is
4996 now disallowed regardless of this flag.
4997 - deleted deprecated --experimental-remote-retry* flags, please use
4998 --remote_retries instead
4999 - flipped --incompatible_list_based_execution_strategy_selection
5000 flag to be true by default. See
5001 https://github.com/bazelbuild/bazel/issues/7480 for details.
5002 - Octal integer literals in Starlark are required to start with
5003 "Oo".
5004 - The "native" module is no longer available in BUILD files, all
5005 its members can be accessed directly as global symbols. This can
5006 be temporarily reverted by providing
5007 --incompatible_disallow_native_in_build_file=false as a flag to
5008 Blaze.
5009 - The "native" module is no longer available in BUILD files, all
5010 its members can be accessed directly as global symbols. This can
5011 be temporarily reverted by providing
5012 --incompatible_disallow_native_in_build_file=false as a flag to
5013 Blaze.
5014 - Turn off binary style profile format.
5015 - The "native" module is no longer available in BUILD files, all
5016 its members can be accessed directly as global symbols. This can
5017 be temporarily reverted by providing
5018 --incompatible_disallow_native_in_build_f...
5019 - cleanup that affects user provided apple frameworks is
5020 now enabled by default. See
5021 https://github.com/bazelbuild/bazel/issues/7944 for more info.
5022 - Python rules now determine the Python runtime using toolchains
5023 rather than `--python_top` and `--python_path`, which are
5024 deprecated. See
5025 [#7899](https://github.com/bazelbuild/bazel/issues/7899) for
5026 information on declaring Python toolchains and migrating your
5027 code. As a side-benefit, this addresses
5028 [#4815](https://github.com/bazelbuild/bazel/issues/4815)
5029 (incorrect interpreter version used) on non-Windows platforms.
5030 Note however that some builds break due to getting the version
5031 they asked for -- consider setting `python_version = "PY2"` on
5032 Python 2 targets and `--host_force_python=PY2` if any Python 2
5033 targets are used in the host configuration. You can temporarily
5034 opt out of this change with
5035 `--incompatible_use_python_toolchains=false`.
5036 - Depsets can't be iterated over unless they're converted to lists
5037 using the .to_list() method. Use
5038 --incompatible_depset_is_not_iterable=false to
5039 temporarily restore the previous behaviour.
5040
5041New features:
5042
5043 - Bash, runfiles: the copy-pasted init code of the Bash runfiles
5044 library is now shorter, see `tools/bash/runfiles/runfiles.bash`.
5045 The rlocation() implementation is the same.
5046 - Bash, runfiles: the copy-pasted init code of the Bash runfiles
5047 library is now shorter, see `tools/bash/runfiles/runfiles.bash`.
5048 The rlocation() implementation is the same.
5049 - Bash, runfiles: the copy-pasted init code of the Bash runfiles
5050 library is now shorter, see `tools/bash/runfiles/runfiles.bash`.
5051 To use the new init code, you need Bazel 0.27 or newer. The old
5052 (longer) init code still works.
5053
5054Important changes:
5055
5056 - The `outputs` parameter of the `rule()` function is deprecated
5057 and attached to flag `--incompatible_no_rule_outputs_param`.
5058 Migrate rules to use `OutputGroupInfo` or `attr.output` instead.
5059 See https://github.com/bazelbuild/bazel/issues/7977 for more info.
5060 - The --incompatible_disable_objc_library_resources flag is being
5061 removed. Please remove it from your configs as it otherwise will
5062 fail the build.
5063 - Add a generic additional_linker_inputs attribute on cc_binary
5064 rules.
5065 - Windows, C++ autoconfigure: BAZEL_VC and BAZEL_VS may now have
5066 quotes, so if you set these envvars' values in cmd.exe via
5067 TAB-completion then you no longer need to remove the surrounding
5068 quotes.
5069 - pkg_deb has new attributes: `config` and `templates` that can be
5070 used for integration with debconf
5071 - Allow cc_import() of a DLL with no interface library on Windows,
5072 used to document runtime dependencies.
5073 - All host-configured Python tools that are built for the wrong
5074 Python version will now emit a warning message when they exit
5075 with non-zero status. See #7899.
5076 - deprecated --remote_local_fallback_strategy. Use
5077 `--strategy=remote,local` instead. See
5078 https://github.com/bazelbuild/bazel/issues/7480.
5079 - Introduce --incompatible_disable_native_android_rules flag
5080 - The Android desugaring actions now support a persistent worker
5081 mode for faster local build performance. Enable it with
5082 `--strategy=Desugar=worker`.
5083 - --incompatible_static_name_resolution_in_build_files is now
5084 enabled by default
5085 - --incompatible_disable_deprecated_attr_params is now enabled by
5086 default (#5818)
5087 - Repository containing autoconfigured C++ toolchain
5088 `@local_config_cc` has been split in 2 - see
5089 `local_config_cc_toolchains`.
5090 - --incompatible_string_join_requires_strings is now enabled by
5091 default
5092 - Flag --incompatible_new_actions_api is enabled by dewfault (#5825)
5093 - New flag `--incompatible_disallow_empty_glob`. See
5094 https://github.com/bazelbuild/bazel/issues/8195
5095 - --incompatible_no_kwargs_in_build_files is enabled by default
5096 - Incompatible flag
5097 `--incompatible_require_ctx_in_configure_features` has been
5098 flipped. See https://github.com/bazelbuild/bazel/issues/7793 for
5099 more information.
5100 - `BAZEL_USE_XCODE_TOOLCHAIN=1` tells Bazel not to look for Xcode to
5101 decide whether to enable toolchains for Apple rules, but to
5102 assume Xcode is
5103 available. Can be also used when building on Darwin and no C++ or
5104 ObjC is being
5105 built, so there is no need to detect Xcode.
5106 - Android desugaring actions now use persistent workers by default.
5107 This has been measured to provide up to 20% reduction in build
5108 times. To disable it, use the `--strategy=Desugar=sandboxed`
5109 flag. See https://github.com/bazelbuild/bazel/issues/8342 and
5110 https://github.com/bazelbuild/bazel/issues/8427 for more details
5111 on local build speed optimization for Android apps.
5112 - Fixed an issue with Android builds where `--fat_apk_cpu` doesn't
5113 pack all selected shared libraries from `aar_import` targets into
5114 the APK. See
5115 [#8283](https://github.com/bazelbuild/bazel/issues/8283).
5116 - Turn on --experimental_starlark_config_transitions by default for
5117 starlark transitions (see
5118 https://docs.bazel.build/versions/master/skylark/config.html#user-
5119 defined-transitions for more info)
5120 - Turn on --experimental_build_setting_api by default for starlark
5121 build settings (see
5122 https://docs.bazel.build/versions/master/skylark/config.html#user-
5123 defined-build-settings for more info)
5124 - Incompatible flag
5125 `--incompatible_dont_enable_host_nonhost_crosstool_features` has
5126 been flipped. See https://github.com/bazelbuild/bazel/issues/7407
5127 for more information.
5128 - Added support for Android NDK 19 and 20.
5129 - Flip --incompatible_no_support_tools_in_action_inputs
5130 - --remote_executor, --remote_cache or --bes_backend=someurl.com
5131 would be treated as grpcs://someurl.com, if the
5132 --incompatible_tls_enabled_removed flag enabled. See
5133 https://github.com/bazelbuild/bazel/issues/8061 for details.
5134 - Add new options --cs_fdo_absolute_path= to support the absolute
5135 path
5136 profile for LLVM's context-sensitive FDO.
5137 - When `--incompatible_strict_action_env` is enabled, the default
5138 `PATH` now includes `/usr/local/bin`.
5139 - Turn on --experimental_build_setting_api by default for starlark
5140 build settings (see
5141 https://docs.bazel.build/versions/master/skylark/config.html#user-
5142 defined-build-settings for more info)
5143
5144This release contains contributions from many people at Google, as well as Alex Thompson, Andy Scott, Benjamin Peterson, David McNett, Drew Gassaway, Ira Shikhman, James deBoer, Jay Vercellone, Jingwen Chen, Josh Rosen, Keith Smiley, Laurent Le Brun, Lee Mracek, Marwan Tammam, Matt Passell, Michael Hackner, Michal Majcherski, Patrick Niklaus, Peter Mounce, Ricky Pai, Steeve Morin, szakmary, Takuto Ikuta, Vladimir Chebotarev, Yen-Chi Chen.
Bazel Release Systeme6976fb2019-06-06 13:01:57 +02005145
Klaus Aehligc84f7d32019-06-17 15:26:27 +02005146## Release 0.26.1 (2019-06-06)
5147
5148```
5149Baseline: cb82ed84d44db0169a8fbf15f9cee434b77002bb
5150
5151Cherry picks:
5152
5153 + d1c0d205945f5a765efb0a48593b1cd82699ce32:
5154 Allow WORKSPACE file to be a symlink if no managed directories
5155 is used.
5156 + c3d2aa74ccd23dfb8a8173c2b3e2955f0c5892cb:
5157 Fix ios, tvos and watchos arm64 constraints
5158 + 55e42052a22a60b68d88a89932b2a068311b1a95:
5159 Bump java_tools_javac10 from 3.1 to 3.2
5160```
5161
5162Patch release on top of 0.26.0, fixing
5163- https://github.com/bazelbuild/bazel/issues/8475
5164- https://github.com/bazelbuild/bazel/issues/8520
5165- https://github.com/bazelbuild/intellij/issues/845
5166
Bazel Release System8089b272019-05-28 10:31:53 +02005167## Release 0.26.0 (2019-05-28)
Bazel Release System48845c32019-05-23 15:21:53 -04005168
5169```
Bazel Release System8089b272019-05-28 10:31:53 +02005170Baseline: daa8ae565ab2023e49134f0aad233b0a8bd7a5d0
Bazel Release System48845c32019-05-23 15:21:53 -04005171
5172Cherry picks:
5173
Bazel Release System8089b272019-05-28 10:31:53 +02005174 + 61c7ffa60ae9c1937dd6d8ee30a8c0471094ee71:
5175 Automated rollback of commit
5176 87388e24814b177f54ca7697b4233489f90c587e.
5177 + 898d7b6138af73f03daf35b767d252560087de70:
5178 Add test for repository overrides, conflicting with managed
5179 directories being added when Bazel server is already started.
5180 + c2001a4569483596d9dc74ba9cabcbe4b6f1887f:
5181 Automated rollback of commit
5182 bbe47a1564a832e1a175206f2dfbc92af94c120b.
5183 + e67c961905792cd63950c6f6efc33275ad243c49:
5184 Fix a non-determinism in create_embedded_tools.py.
Bazel Release System48845c32019-05-23 15:21:53 -04005185 + 81aefe7ee01cc73646a53f9c72ed40ead09f9f5a:
5186 Remove unsupported cpu attribute from cc_toolchains.
Bazel Release System8089b272019-05-28 10:31:53 +02005187 + 597e289b097d3bfed8eea1cb0924bbeb04877e42:
5188 remote: made CombinedCache a composition of Disk and Http Cache
5189 + 942f7cf6a0da0a4ecc804615424f039e50963933:
5190 C++: Fixes bug in C++ API with external repo aspects
Bazel Release System48845c32019-05-23 15:21:53 -04005191 + 85a5a2bd569a5274950fc7327a044c395248c024:
5192 Configure @androidsdk//:emulator_x86 and :emulator_arm to point
5193 to the unified emulator binary
Bazel Release System8089b272019-05-28 10:31:53 +02005194 + 9835cb4135503768cdf1161746b95d7969ccb938:
5195 Automated rollback of commit
5196 844e4e297b404d6ff28b818d8150d4b9c47de887.
5197 + c963ba21073b514961946b8b4b45b091f08fdaa1:
5198 Windows, Python: fix arg. esc. also in host config
5199 + a1ea487e0a9e180a36fa4aab57f7c746ddcf367a:
5200 Do not pre-cache changed files under managed directories
5201 + 7dc78cdd04eedf2f4373b170053ba5fc2a990929:
5202 Add explicit execution and target constraints for autodiscovered
5203 cc t?
5204 + dd9ac13f7e3b71bdf2eca717bc7681bdd12389a2:
5205 Fix a bug when a relative path is used for the execution log
Bazel Release System48845c32019-05-23 15:21:53 -04005206 + 0ff19c6d0adf3c0df94fff59ca3bd13cbcf99897:
5207 Fix StandaloneTestStrategy.appendStderr
Bazel Release System8089b272019-05-28 10:31:53 +02005208 + 7f495315749478e75a3424726cc273a535b7c3b8:
5209 Fix the autodetecting Python toolchain on Mac
5210 + ddce7235ef29a0aba727c265eae865d15af4ed09:
5211 Avoid exporting PATH unnecessarily
5212 + 35dd05a059fa7fddfdd888cfc69102994e3c04dc:
5213 Allow Starlark rules to be able to use the `exec_compatible_with`
Bazel Release System48845c32019-05-23 15:21:53 -04005214```
5215
Klaus Aehlig63bf1152019-05-28 10:41:12 +02005216### Incompatible changes
5217
5218- [`--incompatible_windows_escape_jvm_flags`](https://github.com/bazelbuild/bazel/issues/7486)
5219 is enabled by default, and removed.
5220
5221- [`--incompatible_windows_style_arg_escaping`](https://github.com/bazelbuild/bazel/issues/7454)
5222 is enabled by default.
5223
5224- [`--incompatible_no_output_attr_default`](https://github.com/bazelbuild/bazel/issues/7950)
5225 is enabled by default.
5226
5227- [`--incompatible_depset_union`](https://github.com/bazelbuild/bazel/issues/5817)
5228 is enabled by default.
5229
5230- [`--incompatible_disable_genrule_cc_toolchain_dependency`](https://github.com/bazelbuild/bazel/issues/6867) removed
5231
5232- [`--Incompatible_disallow_rule_execution_platform_constraints_allowed`](https://github.com/bazelbuild/bazel/issues/8136):
5233 When enabled, disallows the use of the `execution_platform_constraints_allowed`
5234 attribute when defining new rules.
5235
5236- [`--incompatible_disable_objc_provider_resources`](https://github.com/bazelbuild/bazel/issues/5710)
5237 is now enabled by default.
5238
5239### Apple
5240
5241- The `--ios_multi_cpus`, `--watchos_cpus`, `--macos_cpus` and `--tvos_cpus` are
5242 now additive. This means that you can now split the `--ios_multi_cpus=arm64,armv7`
5243 into `--ios_multi_cpus=arm64` and `--ios_multi_cpus=armv7`.
5244
5245- Add `--incompatible_objc_framework_cleanup` to control whether to enable some
5246 objc framework cleanup that changes the API. Specifically, the cleanup changes
5247 the objc provider API pertaining to frameworks. This change is expected to be
5248 transparent to most users unless they write their own Starlark rules to handle
5249 frameworks. See https://github.com/bazelbuild/bazel/issues/7594 for details.
5250
5251- `objc_library` does not support resource attributes any more. Please read
5252 [#7594](https://github.com/bazelbuild/bazel/issues/7594) for more info.
5253
5254### Android
5255
5256- Android resource conflicts will no longer be reported between a strong attr
5257 resource and a weak attr resource, if the weak attr does not have format
5258 specified.
5259
5260### C++
5261
5262- [Allow debugging C++ features logic](https://github.com/bazelbuild/bazel/commit/53156db1e30fe7197889c3cbc8d1321ff9b85143
5263
5264- Add new options [`--cs_fdo_instrument`](https://docs.bazel.build/versions/master/command-line-reference.html#flag--cs_fdo_instrument)
5265 and [`--cs_fdo_profile`](https://docs.bazel.build/versions/master/command-line-reference.html#flag--cs_fdo_profile)
5266 to support LLVM's context-sensitive FDO (CSFDO).
5267
5268- [Bazel C++ compile/link Starlark API](https://github.com/bazelbuild/bazel/issues/4570).
5269 Can be used with experimental flag `--experimental_cc_skylark_api_enabled_packages`.
5270
5271- `cc_toolchain.static_runtime_lib` and `cc_toolchain.dynamic_runtime_lib` are
5272 now exposed to Starlark.
5273
5274- C++ Starlark API for compilation and linking is no longer whitelisted
5275
5276- Incompatible flag `--incompatible_make_thinlto_command_lines_standalone` has
5277 been added. See https://github.com/bazelbuild/bazel/issues/6791 for details.
5278
5279- Feature `disable_whole_archive_for_static_lib` has been added to allow turning
5280 off legacy_whole_archive for individual targets.
5281 https://github.com/bazelbuild/bazel/issues/7362
5282
5283### Python
5284
5285- Fixed an issue where some `py_runtimes` were incompatible with using
5286 `--build_python_zip` ([#5104](https://github.com/bazelbuild/bazel/issues/5104)).
5287
5288### Starlark
5289
5290- The flag [`--incompatible_restrict_named_params`](https://github.com/bazelbuild/bazel/issues/8147)
5291 is added. [Buildifier](https://github.com/bazelbuild/buildtools) will soon be
5292 updated to automatically fix this in your code.
5293
5294- The flag [`--incompatible_no_kwargs_in_build_files`](https://github.com/bazelbuild/bazel/issues/8021)
5295 is added. It fixes a bug where the `**kwarg` notation was allowed in `BUILD`
5296 files.
5297
5298- The flag [`--incompatible_static_name_resolution_in_build_files`](https://github.com/bazelbuild/bazel/issues/8022)
5299 is added. This fixes a bug where invalid code was silently accepted.
5300
5301- The flag [`--incompatible_disallow_old_octal_notation`](https://github.com/bazelbuild/bazel/issues/8059)
5302 is added. It removes a deprecated notation for octal numbers.
5303 [Buildifier](https://github.com/bazelbuild/buildtools) can update your code
5304 automatically.
5305
5306- [`struct.to_proto()`](https://docs.bazel.build/versions/master/skylark/lib/struct.html#to_proto)
5307 can now convert dictionaries into proto3 text message.
5308
5309- The [`glob`](https://docs.bazel.build/versions/master/be/functions.html#glob)
5310 function has a new argument `allow_empty`. When set to `False` (this will be
5311 the default in the future), the glob fails when it doesn't match anything.
5312 Please explicitly set `allow_empty = True` to the globs that need it.
5313
5314### Windows
5315
5316- Windows, Python: the new `--incompatible_windows_escape_python_args` flag
5317 (`false` by default) builds `py_binary` and `py_test` targets with correct
5318 command line argument escaping. Similar to
5319 https://github.com/bazelbuild/bazel/issues/7486 but for `py_*` rules.
5320
5321### Other changes
5322
5323- cquery supports `--output=build`
5324
5325- Generated Go protobufs now depend on `//net/proto2/go:proto_gendeps` instead
5326 of `//net/proto2/go:proto`
5327
5328- Added `--incompatible_remove_binary_profile` to disable the old binary
5329 profiles. Instead use the JSON profile format:
5330 https://docs.bazel.build/versions/master/skylark/performance.html#json-profile
5331
5332- Introducing `--execution_log_binary_file` and `--execution_log_json_file`
5333 that output a stable sorted execution log. They will offer a stable
5334 replacement to `--experimental_execution_log_file`.
5335
5336- New platform_mappings ability to allow gradual flag to platforms/toolchains
5337 migration. See also https://github.com/bazelbuild/bazel/issues/6426
5338
5339- Added support for compiling against fully qualified `R` classes from
5340 `aar_import` dependencies.
5341
5342- `--tls_enabled` flag is deprecated. Please provide `grpcs` as a scheme in
5343 the URLs if TLS should be used for a remote connection.
5344
5345### Community
5346
5347- Alex Eagle gave a talk at ng-conf:
5348 [The Bazel Opt-in Preview is Here!](https://www.youtube.com/watch?v=J1lnp-nU4wM)
5349
5350- The latest release of
5351 [rules_haskell](https://github.com/tweag/rules_haskell/releases/tag/v0.9)
5352 includes many new improvements, including an initial Windows support.
5353
5354- The latest
5355 [Buildifier release](https://github.com/bazelbuild/buildtools/releases/tag/0.25.1)
5356 includes Windows binaries, as well as a JSON output for diagnostics.
5357
5358- Natan Silnitsky gave the talk
5359 [How to successfully migrate to Bazel from Maven or Gradle](https://www.youtube.com/watch?v=2UOFm-Cc_cU)
5360 at the Java Eastern Europe Conference.
5361
5362This release contains contributions from many people at Google, as well as
5363Benjamin Peterson, Brian Topping, clyang82, Dave Lee, George Gensure,, Greg,
5364Guro Bokum, Keith Smiley, Max Vorobev, Michael Hackner, Robert Brown, Robert
5365Sayre, Ryan Beasley, and Yannic.
5366
5367
5368## Release 0.25.3 (2019-05-23)
5369
5370```
5371Baseline: 03662462941953dad23af88693804b8b1d4430b9
5372
5373Cherry picks:
5374
5375 + 3f7f255f9a8345b8898e3953e7e53d68106cc63d:
5376 Windows: fix native test wrapper's arg. escaping
5377 + afeb8d0b7fef619159fc8fbaaeb8bd41dd2619bd:
5378 Flip --incompatible_windows_escape_jvm_flags
5379 + 4299b6549cbc1b3e4494c91ed2f51d49b14c7980:
5380 Sort DirectoryNode children to ensure validity.
5381 + 231270c67d5aa771462245531fa9b2ee7d3d0ae8:
5382 Conditionally use deprecated signature for initWithContentsOfURL
5383 + 75a3a531b08e727ade4fa3cb0a574bd142727cce:
5384 Add http_archive entries for testing with various JDK versions.
5385 + 4a6354a3a5ca23583f8b62e3e439a04ce75b863f:
5386 Now that ubuntu1804 uses JDK 11, remove explicit
5387 ubuntu1804_java11 tests.
5388 + ae102fbde3c1ff87e4f67007a275fb30792a4e8d:
5389 Fix wrong name of ubuntu1804_javabase9 task.
5390 + 0020a97fdc20ca099ec6386771b20d3236f9890d:
5391 Remove @executable_path/Frameworks from rpaths
5392 + 130f86ded1ce84f959f0b78c065211902faed546:
5393 Download stderr/stdout to a temporary FileOutErr
5394 + 2ab38663592a9ccbcc1f6f75ed135ae315f4d9d9:
5395 Release 0.25.0 (2019-05-01)
5396 + ed48a4a5fddbd93b057c3aa726e15720d79dcf8f:
5397 Add implementation to removed methods to address
5398 https://github.com/bazelbuild/bazel/issues/8226
5399 + 81aefe7ee01cc73646a53f9c72ed40ead09f9f5a:
5400 Remove unsupported cpu attribute from cc_toolchains.
5401 + cccced1e7fc7eaf4ba8f2c9d73dbac72b2686df9:
5402 Release 0.25.1 (2019-05-07)
5403 + 0900660d67b53a56a13d1fa16a788e4cecbb1c0e:
5404 Use package identifier instead of package name
5405 + 85a5a2bd569a5274950fc7327a044c395248c024:
5406 Configure @androidsdk//:emulator_x86 and :emulator_arm to point
5407 to the unified emulator binary
5408 + 6549ac5bba3eef2b1813b5a75757437383bf38f0:
5409 Release 0.25.2 (2019-05-10)
5410 + 0ff19c6d0adf3c0df94fff59ca3bd13cbcf99897:
5411 Fix StandaloneTestStrategy.appendStderr
5412```
5413
Bazel Release System48845c32019-05-23 15:21:53 -04005414Incompatible changes:
5415
5416 - Flip --incompatible_windows_escape_jvm_flags to true. See
5417 https://github.com/bazelbuild/bazel/issues/7486
5418
Klaus Aehlig63bf1152019-05-28 10:41:12 +02005419This release contains contributions from many people at Google, as well as George Gensure, Keith Smiley, Robert Sayre.
Bazel Release System48845c32019-05-23 15:21:53 -04005420
Klaus Aehlig63bf1152019-05-28 10:41:12 +02005421## Release 0.25.2 (2019-05-10)
Bazel Release System6549ac52019-05-10 16:44:09 -04005422
Klaus Aehlig63bf1152019-05-28 10:41:12 +02005423```
5424Baseline: 03662462941953dad23af88693804b8b1d4430b9
Bazel Release System6549ac52019-05-10 16:44:09 -04005425
Klaus Aehlig63bf1152019-05-28 10:41:12 +02005426Cherry picks:
Bazel Release System6549ac52019-05-10 16:44:09 -04005427
Klaus Aehlig63bf1152019-05-28 10:41:12 +02005428 + 3f7f255f9a8345b8898e3953e7e53d68106cc63d:
5429 Windows: fix native test wrapper's arg. escaping
5430 + afeb8d0b7fef619159fc8fbaaeb8bd41dd2619bd:
5431 Flip --incompatible_windows_escape_jvm_flags
5432 + 4299b6549cbc1b3e4494c91ed2f51d49b14c7980:
5433 Sort DirectoryNode children to ensure validity.
5434 + 231270c67d5aa771462245531fa9b2ee7d3d0ae8:
5435 Conditionally use deprecated signature for initWithContentsOfURL
5436 + 75a3a531b08e727ade4fa3cb0a574bd142727cce:
5437 Add http_archive entries for testing with various JDK versions.
5438 + 4a6354a3a5ca23583f8b62e3e439a04ce75b863f:
5439 Now that ubuntu1804 uses JDK 11, remove explicit
5440 ubuntu1804_java11 tests.
5441 + ae102fbde3c1ff87e4f67007a275fb30792a4e8d:
5442 Fix wrong name of ubuntu1804_javabase9 task.
5443 + 0020a97fdc20ca099ec6386771b20d3236f9890d:
5444 Remove @executable_path/Frameworks from rpaths
5445 + 130f86ded1ce84f959f0b78c065211902faed546:
5446 Download stderr/stdout to a temporary FileOutErr
5447 + 2ab38663592a9ccbcc1f6f75ed135ae315f4d9d9:
5448 Release 0.25.0 (2019-05-01)
5449 + ed48a4a5fddbd93b057c3aa726e15720d79dcf8f:
5450 Add implementation to removed methods to address
5451 https://github.com/bazelbuild/bazel/issues/8226
5452 + 81aefe7ee01cc73646a53f9c72ed40ead09f9f5a:
5453 Remove unsupported cpu attribute from cc_toolchains.
5454 + cccced1e7fc7eaf4ba8f2c9d73dbac72b2686df9:
5455 Release 0.25.1 (2019-05-07)
5456 + 0900660d67b53a56a13d1fa16a788e4cecbb1c0e:
5457 Use package identifier instead of package name
5458 + 85a5a2bd569a5274950fc7327a044c395248c024:
5459 Configure @androidsdk//:emulator_x86 and :emulator_arm to point
5460 to the unified emulator binary
5461```
5462
5463* Add fix for https://github.com/bazelbuild/bazel/issues/8254
5464* Add fix for https://github.com/bazelbuild/bazel/issues/8280
5465
5466## Release 0.25.1 (2019-05-07)
5467
5468```
5469Baseline: 03662462941953dad23af88693804b8b1d4430b9
5470
5471Cherry picks:
5472
5473 + 3f7f255f9a8345b8898e3953e7e53d68106cc63d:
5474 Windows: fix native test wrapper's arg. escaping
5475 + afeb8d0b7fef619159fc8fbaaeb8bd41dd2619bd:
5476 Flip --incompatible_windows_escape_jvm_flags
5477 + 4299b6549cbc1b3e4494c91ed2f51d49b14c7980:
5478 Sort DirectoryNode children to ensure validity.
5479 + 231270c67d5aa771462245531fa9b2ee7d3d0ae8:
5480 Conditionally use deprecated signature for initWithContentsOfURL
5481 + 75a3a531b08e727ade4fa3cb0a574bd142727cce:
5482 Add http_archive entries for testing with various JDK versions.
5483 + 4a6354a3a5ca23583f8b62e3e439a04ce75b863f:
5484 Now that ubuntu1804 uses JDK 11, remove explicit
5485 ubuntu1804_java11 tests.
5486 + ae102fbde3c1ff87e4f67007a275fb30792a4e8d:
5487 Fix wrong name of ubuntu1804_javabase9 task.
5488 + 0020a97fdc20ca099ec6386771b20d3236f9890d:
5489 Remove @executable_path/Frameworks from rpaths
5490 + 130f86ded1ce84f959f0b78c065211902faed546:
5491 Download stderr/stdout to a temporary FileOutErr
5492 + 2ab38663592a9ccbcc1f6f75ed135ae315f4d9d9:
5493 Release 0.25.0 (2019-05-01)
5494 + ed48a4a5fddbd93b057c3aa726e15720d79dcf8f:
5495 Add implementation to removed methods to address
5496 https://github.com/bazelbuild/bazel/issues/8226
5497 + 81aefe7ee01cc73646a53f9c72ed40ead09f9f5a:
5498 Remove unsupported cpu attribute from cc_toolchains.
5499```
5500
5501Adding a commit which reintroduces the implementation for cc_common.compile and cc_common.link https://github.com/bazelbuild/bazel/issues/8226
Bazel Release Systemcccced12019-05-07 13:52:56 -04005502
Bazel Release System2ab38662019-05-01 17:41:28 -04005503## Release 0.25.0 (2019-05-01)
5504
5505```
5506Baseline: 03662462941953dad23af88693804b8b1d4430b9
5507
5508Cherry picks:
5509
5510 + 3f7f255f9a8345b8898e3953e7e53d68106cc63d:
5511 Windows: fix native test wrapper's arg. escaping
5512 + afeb8d0b7fef619159fc8fbaaeb8bd41dd2619bd:
5513 Flip --incompatible_windows_escape_jvm_flags
5514 + 4299b6549cbc1b3e4494c91ed2f51d49b14c7980:
5515 Sort DirectoryNode children to ensure validity.
5516 + 231270c67d5aa771462245531fa9b2ee7d3d0ae8:
5517 Conditionally use deprecated signature for initWithContentsOfURL
5518 + 75a3a531b08e727ade4fa3cb0a574bd142727cce:
5519 Add http_archive entries for testing with various JDK versions.
5520 + 4a6354a3a5ca23583f8b62e3e439a04ce75b863f:
5521 Now that ubuntu1804 uses JDK 11, remove explicit
5522 ubuntu1804_java11 tests.
5523 + ae102fbde3c1ff87e4f67007a275fb30792a4e8d:
5524 Fix wrong name of ubuntu1804_javabase9 task.
5525 + 0020a97fdc20ca099ec6386771b20d3236f9890d:
5526 Remove @executable_path/Frameworks from rpaths
5527 + 130f86ded1ce84f959f0b78c065211902faed546:
5528 Download stderr/stdout to a temporary FileOutErr
5529```
5530
5531Incompatible changes:
5532
5533 - (Starlark rules) The legacy "py" provider can no longer be passed
5534 to or produced by native Python rules; use
5535 [PyInfo](https://docs.bazel.build/versions/master/skylark/lib/PyIn
5536 fo.html) instead. See
5537 [#7298](https://github.com/bazelbuild/bazel/issues/7298) for more
5538 information.
5539 - (Python rules) The `default_python_version` attribute of the
5540 `py_binary` and `py_test` rules has been renamed to
5541 `python_version`. Also, the `--force_python` flag has been
5542 renamed to `--python_version`. See
5543 [#7308](https://github.com/bazelbuild/bazel/issues/7308) for more
5544 information.
5545 - (Python rules) The python version now changes to whatever version
5546 is specified in a `py_binary` or `py_test`'s `python_version`
5547 attribute, instead of being forced to the value set by a command
5548 line flag. You can temporarily revert this change with
5549 `--incompatible_allow_python_version_transitions=false`. See
5550 [#7307](https://github.com/bazelbuild/bazel/issues/7307) for more
5551 information.
5552 - --incompatible_disable_third_party_license_checking` is enabled
5553 by default
5554 - Introduced --incompatible_use_python_toolchains, which supersedes
5555 --python_top/--python_path. See #7899 and #7375 for more
5556 information.
5557 - Python 3 is now the default Python version (for `py_binary` and
5558 `py_test` targets that don't specify the `python_version`
5559 attribute). Targets that are built for Python 3 will no longer
5560 have their output put in a separate `-py3` directory; instead
5561 there is now a separate `-py2` directory for Python 2 targets.
5562 See #7359 and #7593 for more information.
5563 - objc_library resource attributes are now disabled by default.
5564 Please migrate them to data instead. See
5565 https://github.com/bazelbuild/bazel/issues/7594 for more info.
5566 - Flip --incompatible_windows_escape_jvm_flags to true. See
5567 https://github.com/bazelbuild/bazel/issues/7486
5568
5569New features:
5570
5571 - genrules now support a $(RULEDIR) variable that resolves to the
5572 directory where the outputs of the rule are put.
5573 - Added --incompatible_windows_native_test_wrapper flag: enables
5574 using the Bash-less test wrapper on Windows. (No-op on other
5575 platforms.)
5576
5577Important changes:
5578
5579 - incompatible_use_jdk11_as_host_javabase: makes JDK 11 the default
5580 --host_javabase for remote jdk
5581 (https://github.com/bazelbuild/bazel/issues/7219)
5582 - Makes genquery somepath output deterministic.
5583 - Tristate attributes of native rules now reject True/False (use
5584 1/0)
5585 - Rollback of "Tristate attributes of native rules now reject
5586 True/False (use 1/0)"
5587 - Tristate attributes of native rules now reject True/False (use
5588 1/0)
5589 - Added -incompatible_do_not_split_linking_cmdline flag. See #7670
5590 - Tristate attributes of native rules now temporarily accept
5591 True/False again
5592 - `--incompatible_disable_legacy_crosstool_fields` has been flipped
5593 (https://github.com/bazelbuild/bazel/issues/6861)
5594 `--incompatible_disable_expand_if_all_available_in_flag_set` has
5595 been flipped (https://github.com/bazelbuild/bazel/issues/7008)
5596 - `--incompatible_disable_legacy_crosstool_fields` has been flipped
5597 (https://github.com/bazelbuild/bazel/issues/6861)
5598 `--incompatible_disable_expand_if_all_available_in_flag_set...
5599 RELNOTES: None.
5600 - --incompatible_no_transitive_loads is enabled by default.
5601 - Makes TreeArtifact deterministic.
5602 - --incompatible_no_transitive_loads is enabled by default.
5603 - Android NDK C++ toolchain is now configured in Starlark. This
5604 should be a backwards compatible change, but in case of bugs
5605 blame unknown commit.
5606 - `--incompatible_disable_legacy_crosstool_fields` has been flipped
5607 (https://github.com/bazelbuild/bazel/issues/6861)
5608 `--incompatible_disable_expand_if_all_available_in_flag_set` has
5609 been flipped (https://github.com/bazelbuild/bazel/issues/7008)
5610 - --incompatible_no_transitive_loads is enabled by default.
5611 - --incompatible_bzl_disallow_load_after_statement is enabled
5612 - Added `--incompatible_require_ctx_in_configure_features`, see
5613 https://github.com/bazelbuild/bazel/issues/7793 for details.
5614 - Flag --incompatible_merge_genfiles_directory is flipped. This
5615 removes the directory `bazel-genfiles` in favor of `bazel-bin`.
5616 - previously deprecated flag --experimental_remote_spawn_cache was
5617 removed
5618 - `--incompatible_disallow_load_labels_to_cross_package_boundaries`
5619 is enabled by default
5620 - Fix an issue where the Android resource processor did not surface
5621 errors from aapt2 compile and link actions.
5622 - --incompatible_no_attr_license is enabled by default
5623 - `--incompatible_disable_crosstool_file` has been flipped
5624 (https://github.com/bazelbuild/bazel/issues/7320)
5625 - A new flag `--incompatible_string_join_requires_strings` is
5626 introduced. The sequence argument of `string.join` must contain
5627 only string elements.
5628 - --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfile
5629 s_tree has been flipped
5630 - Incompatible flag `--incompatible_disable_legacy_cc_provider` has
5631 been flipped (see https://github.com/bazelbuild/bazel/issues/7036
5632 for details).
5633 - Don't drop the analysis cache when the same --define flag is set
5634 multiple times and the last value is the same (e.g. if the
5635 current invocation was run with "--define foo=bar" and the
5636 previous one was run with "--define foo=baz --define foo=bar").
5637 - The --incompatible_disable_genrule_cc_toolchain_dependency flag
5638 has been flipped (see
5639 https://github.com/bazelbuild/bazel/issues/6867 for details).
5640 - Incompatible change
5641 `--incompatible_remove_cpu_and_compiler_attributes_from_cc_toolcha
5642 in` has been flipped (see
5643 https://github.com/bazelbuild/bazel/issues/7075 for details).
5644 - --noexperimental_java_coverage is a no-op flag.
5645 - --experimental_java_coverage/--incompatible_java_coverage flag was
5646 removed. See #7425.
5647 - incompatible_use_toolchain_providers_in_java_common: pass
5648 JavaToolchainInfo and JavaRuntimeInfo providers to java_common
5649 APIs instead of configured targets
5650 (https://github.com/bazelbuild/bazel/issues/7186.)
5651 - --incompatible_remote_symlinks has been flipped. The remote
5652 caching and execution protocol will now represent symlinks in
5653 outputs as such. See
5654 https://github.com/bazelbuild/bazel/issues/7917 for more details.
5655 - Bazel is now ~20MiB smaller, from unbundling the Android rules'
5656 runtime dependencies.
5657
5658This release contains contributions from many people at Google, as well as Andreas Herrmann, Andrew Suffield, Andy Scott, Benjamin Peterson, Ed Baunton, George Gensure, Ian McGinnis, Ity Kaul, Jingwen Chen, John Millikin, Keith Smiley, Marwan Tammam, Mike Fourie, Oscar Bonilla, perwestling, petros, Robert Sayre, Ryan Beasley, silvergasp, Stanimir Mladenov, Travis Cline, Vladimir Chebotarev, ??.
5659
Bazel Release System7f8bc5f2019-04-02 12:26:16 -04005660## Release 0.24.1 (2019-04-02)
5661
5662```
5663Baseline: 235e76b0e756d05599a6cbe1663ff8e13df84a86
5664
5665Cherry picks:
5666
5667 + badd82e4c5cda7b3232481e1c63a5550ac898cd8:
5668 Automated rollback of commit
5669 1b4c37c38804559b5c1ade6f9c93501875e231b0.
5670 + 33e571939085dd158422e1b3503cfc738e0a3165:
5671 Fix the Python version select() mechanism to handle
5672 PY3-as-default
5673 + 56366ee3a73e2c92b2fa36a9840478202b9618ca:
5674 Set non-empty values for msvc_env_* when VC not installed
5675 + 22b3fbf4800113df51d603d943bd9eb9517ef904:
5676 Windows, test wrapper: fix broken integration test
5677 + f14d447cb56aee563f6e686b8f5b086a3bb55d47:
5678 Add whitelist file for starlark transitions
5679 + d99bc478db1f3414b4f6cd3dc14ca70aacf6b375:
5680 Update BUILD
5681 + 3529ad7ccf0c26dfb20a9d67b9d96de15f309f8b:
5682 Rename tools/function_transition_whitelist/BUILD to
5683 tools/whitelists/function_transition_whitelist/BUILD
5684 + de0612ad3ef7cc8c44069261befdeb0d15b97c10:
5685 Update bazel_toolchains to latest release and add toolchain
5686 config target for BuildKite CI (rbe_ubuntu1604)
5687 + 3e660ad178926648e8e10e2ee7a1a30b12f9b3d1:
5688 Automated rollback of commit
5689 087734009801242b83655efb863b2d5a761ae3dc.
5690 + 314cf1f9e4b332955c4800b2451db4e926c3e092:
5691 Pass -undefined dynamic_lookup to dynamic library linking
5692 actions on Mac
5693 + fc586a86b614667a21e5a01aea3544ac0338de78:
5694 Move cc_flags target into @bazel_tools//tools/cpp.
5695 + ea1703b30f9ac43a0c3262f5729c34658ed8d473:
5696 C++: Fix crash reported in #7721
5697 + 803801d1494f06f0ce977a1f2241ef6a4d85df09:
5698 Pass execution info to xml generating spawn. Fixes #7794
5699 + f092ec388a4b58788285b928c86f0f81561d4be4:
5700 Release 0.24.0 (2019-03-26)
5701 + c56c489119e6587975964c44ceb9e429ad950736:
5702 Wrap StatusRuntimeExceptions from GrpcRemoteCache
5703```
5704
5705Baseline: f092ec388a4b58788285b928c86f0f81561d4be4
5706
5707Cherrypicks:
5708+ c56c489119e6587975964c44ceb9e429ad950736: Wrap StatusRuntimeExceptions from GrpcRemoteCache
5709
Bazel Release System4f5c17c2019-03-26 12:08:43 -04005710## Release 0.24.0 (2019-03-26)
Bazel Release System0e4525f2019-03-11 17:43:39 +01005711
5712```
Bazel Release System4f5c17c2019-03-26 12:08:43 -04005713Baseline: 235e76b0e756d05599a6cbe1663ff8e13df84a86
Bazel Release System0e4525f2019-03-11 17:43:39 +01005714
5715Cherry picks:
5716
Bazel Release System4f5c17c2019-03-26 12:08:43 -04005717 + badd82e4c5cda7b3232481e1c63a5550ac898cd8:
5718 Automated rollback of commit
5719 1b4c37c38804559b5c1ade6f9c93501875e231b0.
5720 + 33e571939085dd158422e1b3503cfc738e0a3165:
5721 Fix the Python version select() mechanism to handle
5722 PY3-as-default
Bazel Release System0e4525f2019-03-11 17:43:39 +01005723 + 56366ee3a73e2c92b2fa36a9840478202b9618ca:
5724 Set non-empty values for msvc_env_* when VC not installed
Bazel Release System4f5c17c2019-03-26 12:08:43 -04005725 + 22b3fbf4800113df51d603d943bd9eb9517ef904:
5726 Windows, test wrapper: fix broken integration test
5727 + f14d447cb56aee563f6e686b8f5b086a3bb55d47:
5728 Add whitelist file for starlark transitions
5729 + d99bc478db1f3414b4f6cd3dc14ca70aacf6b375:
5730 Update BUILD
5731 + 3529ad7ccf0c26dfb20a9d67b9d96de15f309f8b:
5732 Rename tools/function_transition_whitelist/BUILD to
5733 tools/whitelists/function_transition_whitelist/BUILD
5734 + de0612ad3ef7cc8c44069261befdeb0d15b97c10:
5735 Update bazel_toolchains to latest release and add toolchain
5736 config target for BuildKite CI (rbe_ubuntu1604)
5737 + 3e660ad178926648e8e10e2ee7a1a30b12f9b3d1:
5738 Automated rollback of commit
5739 087734009801242b83655efb863b2d5a761ae3dc.
5740 + 314cf1f9e4b332955c4800b2451db4e926c3e092:
5741 Pass -undefined dynamic_lookup to dynamic library linking
5742 actions on Mac
5743 + fc586a86b614667a21e5a01aea3544ac0338de78:
5744 Move cc_flags target into @bazel_tools//tools/cpp.
5745 + ea1703b30f9ac43a0c3262f5729c34658ed8d473:
5746 C++: Fix crash reported in #7721
5747 + 803801d1494f06f0ce977a1f2241ef6a4d85df09:
5748 Pass execution info to xml generating spawn. Fixes #7794
Bazel Release System0e4525f2019-03-11 17:43:39 +01005749```
5750
Bazel Release System4f5c17c2019-03-26 12:08:43 -04005751Incompatible changes:
Bazel Release System0e4525f2019-03-11 17:43:39 +01005752
Bazel Release System4f5c17c2019-03-26 12:08:43 -04005753 - Added --incompatible_py3_is_default to test switching the default
5754 Python version to PY3 for py_binary/py_test targets that do not
5755 specify a version. See #7359.
5756 - //tools/cmd_line_differ has been renamed to //tools/aquery_differ
5757 & can now compare (in addition to command lines) inputs of
5758 actions given 2 aquery results.
5759 - java_(mutable_|)proto_library: removed strict_deps attribute.
5760 - The flag --incompatible_list_based_execution_strategy_selection
5761 was added and is used to ease the migration to the new style of
5762 specifying
5763 execution strategy selection and fallback behavior. The
5764 documentation for
5765 this flag is here: https://github.com/bazelbuild/bazel/issues/7480
5766 - Added --incompatible_py2_outputs_are_suffixed, for switching the
5767 bazel-bin symlink to point to Python 3 outputs instead of Python
5768 2 outputs. See
5769 [#7593](https://github.com/bazelbuild/bazel/issues/7593).
Bazel Release Systemf28ff222019-03-04 11:12:24 +01005770
Bazel Release System4f5c17c2019-03-26 12:08:43 -04005771New features:
Bazel Release Systemf28ff222019-03-04 11:12:24 +01005772
Bazel Release System4f5c17c2019-03-26 12:08:43 -04005773 - Make actions.args() object chainable.
5774 - Added --incompatible_windows_style_arg_escaping flag: enables
5775 correct subprocess argument escaping on Windows. (No-op on other
5776 platforms.)
5777 - Added --incompatible_windows_escape_jvm_flags flag: enables
5778 correct java_binary.jvm_flags and java_test.jvm_flags
5779 tokenization and escaping on Windows. (No-op on other platforms.)
Bazel Release Systemf28ff222019-03-04 11:12:24 +01005780
Bazel Release System4f5c17c2019-03-26 12:08:43 -04005781Important changes:
Bazel Release Systemf28ff222019-03-04 11:12:24 +01005782
Bazel Release System4f5c17c2019-03-26 12:08:43 -04005783 - Allow running aquery against the current state of Skyframe
5784 - Added support for the "navigation" resource directory to Android
5785 resource processing in Bazel. This is used by the Navigation
5786 Architecture Component.
5787 - --incompatible_disable_runtimes_filegroups was flipped
5788 (https://github.com/bazelbuild/bazel/issues/6942)
5789 - Incompatible flag `--incompatible_linkopts_in_user_link_flags`
5790 has been flipped (https://github.com/bazelbuild/bazel/issues/6826)
5791 - Incompatible flag `--incompatible_dont_emit_static_libgcc` has
5792 been flipped (https://github.com/bazelbuild/bazel/issues/6825)
5793 - --incompatible_disallow_filetype is enabled by default.
5794 - Fixed issue where exceptions and stacktraces were silently
5795 swallowed in the Android resource processing pipeline.
5796 - `--incompatible_disable_expand_if_all_available_in_flag_set` has
5797 been flipped (https://github.com/bazelbuild/bazel/issues/7008)
5798 - --incompatible_disallow_dict_plus is enabled by default
5799 - Adds --incompatible_disable_objc_library_resources to disable
5800 resource attributes in objc_library. Please migrate these
5801 attributes to `data` instead.
5802 - --incompatible_disallow_old_style_args_add is enabled by default.
5803 - Using the `native` module in BUILD files is deprecated. It will
5804 be forbidden with --incompatible_disallow_native_in_build_file.
5805 - (Python rules) PyRuntimeInfo is exposed to Starlark, making it
5806 possible for Starlark rules to depend on or imitate `py_runtime`.
5807 The `files` attribute of `py_runtime` is no longer mandatory.
5808 - incompatible_use_toolchain_providers_in_java_common: pass
5809 JavaToolchainInfo and JavaRuntimeInfo providers to java_common
5810 APIs instead of configured
5811 targetshttps://github.com/bazelbuild/bazel/issues/7186.
5812 - is_using_fission crosstool variable is now exposed in all compile
5813 actions when fission is active (it used to be exposed only for
5814 linking actions).
5815 - incompatible_use_toolchain_providers_in_java_common: pass
5816 JavaToolchainInfo and JavaRuntimeInfo providers to java_common
5817 APIs instead of configured
5818 targetshttps://github.com/bazelbuild/bazel/issues/7186.
5819 - `py_runtime` gains a `python_version` attribute for specifying
5820 whether it represents a Python 2 or 3 interpreter.
5821 - `--incompatible_java_coverage` is enabled by default.
5822 - Starlark rules can safely declare attributes named "licenses"
5823 - When using
5824 --incompatible_list_based_execution_strategy_selection, Bazel
5825 will use remote execution by default (if you specify
5826 --remote_executor), otherwise persistent workers (if the action
5827 supports it), otherwise sandboxed local execution (if the action
5828 and platform supports it) and at last unsandboxed local
5829 execution. The flags --spawn_strategy and --strategy continue to
5830 work as before - this only sets new defaults for the case where
5831 you don't specify these flags.
5832 - Set default value of --incompatible_remap_main_repo to true.
5833 - Set default value of --incompatible_remap_main_repo to true.
5834
5835This release contains contributions from many people at Google, as well as Andrew Suffield, Brandon Lico, Chris Eason, Clint Harrison, Ed Schouten, Garrett Hopper, George Gensure, Greg, John Millikin, Julie, Keith Smiley, Laurent Le Brun, Ryan Beasley, Shmuel H, Travis Cline, Vladimir Chebotarev.
Bazel Release Systemf28ff222019-03-04 11:12:24 +01005836
Bazel Release Systemed104862019-02-26 18:36:00 +01005837## Release 0.23.0 (2019-02-26)
5838
5839```
5840Baseline: 441fd75d0047f8a998d784c557736ab9075db893
5841
5842Cherry picks:
5843
5844 + 6ca7763669728253606578a56a205bca3ea883e9:
5845 Fix a typo
5846 + 2310b1c2c8b2f32db238f667747e7d5672480f4a:
5847 Ignore SIGCHLD in test setup script
5848 + f9eb1b56706f91063e9d080b850fa56964e77324:
5849 Complete channel initialization in the event loop
5850```
5851
5852Incompatible changes:
5853
5854 - //src:bazel uses the minimal embedded JDK, if you want to
5855 avoid the extra steps of minimizing the JDK, use //src:bazel-dev
5856 instead.
5857 - //src:bazel uses the minimal embedded JDK, if you want to
5858 avoid the extra steps of building bazel with the minimized JDK,
5859 use //src:bazel-dev
5860 instead.
5861 - The default value of --host_platform and --platforms will be
5862 changed to not be dependent on the configuration. This means
5863 that setting
5864 --cpu or --host_cpu will not affect the target or host platform.
5865 - Toolchain resolution for cc rules is now enabled via an
5866 incompatible flag, --incompatible_enable_cc_toolchain_resolution.
5867 The previous
5868 flag, --enabled_toolchain_types, is deprecated and will be
5869 removed.
5870 - java_(mutable_|)proto_library: removed strict_deps attribute.
5871 - Python rules will soon reject the legacy "py" struct provider
5872 (preview by enabling --incompatible_disallow_legacy_py_provider).
5873 Upgrade rules to use PyInfo instead. See
5874 [#7298](https://github.com/bazelbuild/bazel/issues/7298).
5875 - java_(mutable_|)proto_library: removed strict_deps attribute.
5876 - Two changes to native Python rules: 1) `default_python_version`
5877 and `--force_python` are deprecated; use `python_version` and
5878 `--python_version` respectively instead. You can preview the
5879 removal of the deprecated names with
5880 --incompatible_remove_old_python_version_api. See
5881 [#7308](https://github.com/bazelbuild/bazel/issues/7308). 2) The
5882 version flag will no longer override the declared version of a
5883 `py_binary` or `py_test` target. You can preview this new
5884 behavior with --incompatible_allow_python_version_transitions.
5885 See [#7307](https://github.com/bazelbuild/bazel/issues/7307).
5886
5887Important changes:
5888
5889 - There is a new flag available
5890 `--experimental_java_common_create_provider_enabled_packages`
5891 that acts as a whitelist for usages of
5892 `java_common.create_provider`. The constructor will be deprecated
5893 in Bazel 0.23.
5894 - [#7024] Allow chaining of the same function type in aquery.
5895 - Introduces --local_{ram,cpu}_resources, which will take the place
5896 of --local_resources.
5897 - [#6930] Add documentation for the aquery command.
5898 - Incompatible flag `--incompatible_dont_emit_static_libgcc` has
5899 been flipped (https://github.com/bazelbuild/bazel/issues/6825)
5900 - Incompatible flag `--incompatible_linkopts_in_user_link_flags`
5901 has been flipped (https://github.com/bazelbuild/bazel/issues/6826)
5902 - Flag --incompatible_range_type is removed.
5903 - Flag --incompatible_disallow_slash_operator is removed.
5904 - Flag --incompatible_disallow_conflicting_providers is removed.
5905 - `--incompatible_disallow_data_transition` is now enabled by
5906 default
5907 - Allow inclusion of param files in aquery output
5908 - [#6985] Add test to verify aquery's behavior for Cpp action
5909 templates.
5910 - --incompatible_require_feature_configuration_for_pic was flipped
5911 (https://github.com/bazelbuild/bazel/issues/7007).
5912 - Also ignore module-info.class in multi-version Jars
5913 - objc_framework has been deleted. Please refer to
5914 apple_dynamic_framework_import and apple_static_framework_import
5915 rules available in
5916 [rules_apple](https://github.com/bazelbuild/rules_apple/blob/maste
5917 r/doc/rules-general.md)
5918 - --test_sharding_strategy=experimental_heuristic is no more
5919 - objc_bundle_library has been removed. Please migrate to
5920 rules_apple's
5921 [apple_resource_bundle](https://github.com/bazelbuild/rules_apple/
5922 blob/master/doc/rules-resources.md#apple_resource_bundle).
5923 - You can now use the attribute `aapt_version` or the flag
5924 `--android_aapt` to pick the aapt version for android_local_test
5925 tests
5926 - In --keep_going mode, Bazel now correctly returns a non-zero exit
5927 code when encountering a package loading error during target
5928 pattern parsing of patterns like "//foo:all" and "//foo/...".
5929 - The default value for --incompatible_strict_action_env has been
5930 flipped to 'false' again, as we discovered breakages for local
5931 execution users. We'll need some more time to figure out the best
5932 way to make this work for local and remote execution. Follow
5933 https://github.com/bazelbuild/bazel/issues/7026 for more details.
5934 - Locally-executed spawns tagged "no-cache" no longer upload their
5935 outputs to the remote cache.
5936 - Introduces --host_compiler flag to allow setting a compiler for
5937 host compilation when --host_crosstool_top is specified.
5938 - --incompatible_expand_directories is enabled by default
5939 - [aquery] Handle the case of aspect-on-aspect.
5940 - Fixed a longstanding bug in the http remote cache where the value
5941 passed to
5942 --remote_timeout would be interpreted as milliseconds instead of
5943 seconds.
5944 - Enable --incompatible_use_jdk10_as_host_javabase by default, see
5945 https://github.com/bazelbuild/bazel/issues/6661
5946 - Add --incompatible_use_jdk11_as_host_javabase: makes JDK 11 the
5947 default --host_javabase for remote jdk
5948 (https://github.com/bazelbuild/bazel/issues/7219)
5949 - Highlight TreeArtifact in aquery text output.
5950 - Locally-executed spawns tagged "no-cache" no longer upload their
5951 outputs to the remote cache.
5952 - java_common APIs now accept JavaToolchainInfo and JavaRuntimeInfo
5953 instead of configured targets for java_toolchain and java_runtime
5954 - cc_common.create_cc_toolchain_config_info is stable and available
5955 for production use
5956 - incompatible_use_toolchain_providers_in_java_common: pass
5957 JavaToolchainInfo and JavaRuntimeInfo providers to java_common
5958 APIs instead of configured targets
5959 (https://github.com/bazelbuild/bazel/issues/7186)
5960 - --incompatible_strict_argument_ordering is enabled by default.
5961 - Bazel now supports reading cache hits from a repository cache,
5962 even if it doesn't have write access to the cache.
5963 - Adding arm64e to OSX CROSSTOOL.
5964 - Ignore package-level licenses on config_setting.
5965 - Add an optional output_source_jar parameter to java_common.compile
5966 - --incompatible_disable_objc_provider_resources is now enabled by
5967 default. This disables ObjcProvider's fields related to resource
5968 processing.
5969 - Explicitly set https.protocols and exclude TLSv1.3.
5970 - Bazel now validates that JAVA_HOME points to a valid JDK and
5971 falls back to auto-detection by looking up the path of `javac`.
5972 - Upgrade the embedded JDK version to 11.0.2.
5973 - Added --incompatible_disable_crosstool_file
5974 (https://github.com/bazelbuild/bazel/issues/7320)
5975 - --incompatible_disable_objc_provider_resources is now enabled by
5976 default. This disables ObjcProvider's fields related to resource
5977 processing.
5978 - --incompatible_disable_tools_defaults_package has been flipped.
5979 - For tests that do not generate a test.xml, Bazel now uses a
5980 separate action to generate one; this results in minor
5981 differences in the generated test.xml, and makes the generation
5982 more reliable overall.
5983 - incompatible_generate_javacommon_source_jar: java_common.compile
5984 now always generates a source jar, see
5985 https://github.com/bazelbuild/bazel/issues/5824.
5986 - New incompatible flag
5987 --incompatible_disallow_struct_provider_syntax removes the
5988 ability for rule implementation functions to return struct. Such
5989 functions should return a list of providers instead. Migration
5990 tracking: https://github.com/bazelbuild/bazel/issues/7347
5991
5992This release contains contributions from many people at Google, as well as Benjamin Peterson, Ed Schouten, erenon, George Gensure, Greg Estren, Igal Tabachnik, Ittai Zeidman, Jannis Andrija Schnitzer, John Millikin, Keith Smiley, Kelly Campbell, Max Vorobev, nicolov, Robin Nabel.
5993
Bazel Release System2f82b332019-01-28 13:54:53 +01005994## Release 0.22.0 (2019-01-28)
5995
5996```
5997Baseline: deb028e3fb30b4e2953df16f35ab1f55a08ea8fa
5998
5999Cherry picks:
6000
6001 + a3a5975dca3ad04c19dc7d063fcf490a8cd612fd:
6002 Fix a race condition in remote cache
6003 + b8d0e1b05c225a4b943ce498194d069d18093d9a:
6004 Use a new GitHub token and KMS key for the release process.
6005 + 3759e3895503aa2bbd6943c5b568b8c050b9448f:
6006 remote: fix unexpected IO error (not a directory)
6007 + 4473bb1a9ec4282aa8497b86580d68e82415df4a:
6008 Fix a race condition in Bazel's Windows process management.
6009 + 9137fb940886aa516f32ca8a36feccedb545c99b:
6010 undo flag flip of --incompatible_strict_action_env
6011 + 12ab12e80ad1c9a3510aa4bbfdf3fddafc0bca00:
6012 Revert "Enabling Bazel to generate input symlinks as defined by
6013 RE AP?
6014 + 6345c747d8cb1819e70c853becadbf8a989decf1:
6015 Automated rollback of commit
6016 30536baa4a410d8c0a7adab5cd58cd8a2ac7e46c.
6017```
6018
Bazel Release System2f82b332019-01-28 13:54:53 +01006019
Bazel Release System2f82b332019-01-28 13:54:53 +01006020
Klaus Aehligcb59bd22019-01-28 14:20:37 +01006021The Bazel team is happy to announce a new release of Bazel,
6022[Bazel 0.22.0](https://github.com/bazelbuild/bazel/releases/tag/0.22.0).
Bazel Release System2f82b332019-01-28 13:54:53 +01006023
Klaus Aehligcb59bd22019-01-28 14:20:37 +01006024Baseline: deb028e3fb30b4e2953df16f35ab1f55a08ea8fa
Bazel Release System2f82b332019-01-28 13:54:53 +01006025
Klaus Aehligcb59bd22019-01-28 14:20:37 +01006026### Breaking changes
6027
6028- [`--incompatible_string_is_not_iterable`](https://github.com/bazelbuild/bazel/issues/5830)
6029
6030### Upcoming changes
6031
6032This release is a [migration window for the following changes](https://github.com/bazelbuild/bazel/labels/migration-0.22).
6033
6034- [`--incompatible_disallow_data_transition`](https://github.com/bazelbuild/bazel/issues/6153)
6035- [`--incompatible_dont_emit_static_libgcc`](https://github.com/bazelbuild/bazel/issues/6825)
6036- [`--incompatible_linkopts_in_user_link_flags`](https://github.com/bazelbuild/bazel/issues/6826)
6037- [`--incompatible_disable_legacy_crosstool_fields`](https://github.com/bazelbuild/bazel/issues/6861)
6038- [`--incompatible_use_aapt2_by_default`](https://github.com/bazelbuild/bazel/issues/6907)
6039- [`--incompatible_disable_runtimes_filegroups`](https://github.com/bazelbuild/bazel/issues/6942)
6040- [`--incompatible_disable_legacy_cc_provider`](https://github.com/bazelbuild/bazel/issues/7036)
6041- [`--incompatible_require_feature_configuration_for_pic`](https://github.com/bazelbuild/bazel/issues/7007)
6042- [`--incompatible_disable_expand_if_all_available_in_flag_set`](https://github.com/bazelbuild/bazel/issues/7008)
6043- [`--incompatible_disable_legacy_proto_provider`](https://github.com/bazelbuild/bazel/issues/7152)
6044- [`--incompatible_disable_proto_source_root`](https://github.com/bazelbuild/bazel/issues/7153)
6045
6046### General Changes
6047
6048- https://docs.bazel.build now supports versioned
6049 documentation. Use the selector at the top of the navigation bar
6050 to switch between documentation for different Bazel releases.
6051
6052- set `projectId` in all `PublishBuildToolEventStreamRequest`
6053
6054### Android
6055
6056- mobile-install now works with aapt2. Try it out with `bazel
6057 mobile-install --android_aapt=aapt2 //my:target`
6058
6059- Fixed issues with mobile-install v1 when deploying to Android 9 Pie
6060 devices. https://github.com/bazelbuild/bazel/issues/6814
6061
6062- Fixed issue where error messages from Android manifest merging
6063 actions were not fully propagated.
6064
6065- New incompatible change flag `--incompatible_use_aapt2_by_default`
6066 for defaulting to aapt2 in Android builds has been added. To build with
6067 aapt2 today, pass the flag
6068 `--incompatible_use_aapt2_by_default=true` or
6069 `--android_aapt=aapt2`, or set the `aapt_version` to `aapt2` on
6070 your `android_binary` or `android_local_test` target.
6071
6072- Fixed mobile-install v1 error when installing an app with native
6073 libraries onto an Android 9 (Pie) device. See
6074 https://github.com/bazelbuild/examples/issues/77
6075
6076- Fixed a mobile-install bug where `arm64-v8a` libraries were not
6077 deployed correctly on `arm64` devices. This was done by enabling
6078 incremental native lib deployment by default. A previously
6079 undocumented `--android_incremental_native_libs` flag is removed,
6080 and is now the regular behavior. See
6081 https://github.com/bazelbuild/bazel/issues/2239
6082
6083### Apple
6084
6085- The `objc_bundle` rule has been removed. Please migrate to rules_apple's
6086 [apple_bundle_import](https://github.com/bazelbuild/rules_apple/bl
6087 ob/master/doc/rules-resources.md#apple_bundle_import).
6088
6089- The `apple_stub_binary` rule has been deleted.
6090
6091- The `--xbinary_fdo` option that passes xbinary profiles has been added.
6092
6093### C++
6094
6095- `cc_toolchain.(static|dynamic)_runtime_libs` attributes are now optional
6096
6097### Packaging
6098
6099- `build_tar.py` in `tools/build_defs/pkg` now supports a JSON manifest
6100 that can be used to add paths that have symbols that can't be
6101 specified via the command line
6102
6103### Query
6104
6105- Filtering of inputs, outputs, and mnemonic filtering have been added to
6106 aquery.
6107
6108- The aquery and cquery query2 tests have been open-sourced.
6109
6110- The Bazel query how-to recommends ":*" instead of ":all", because "all" might
6111 be the name of a target.
6112
6113### Testing
6114
6115- The `--runs_per_test` has been placed in the TESTING documentation category.
6116
6117- A a clarifying message has been added to test case summary output when all
6118 test cases pass but the target fails.
6119
6120### Contributors
6121
6122This release contains contributions from many people at Google, as well as
6123Benjamin Peterson, Dave Lee, George Gensure, Gert van Dijk, Gustavo Storti
6124Salibi, Keith Smiley, Loo Rong Jie, Lukasz Tekieli, Mikhail Mazurskiy, Thi,
6125Travis Cline, Vladimir Chebotarev, and Yannic.
Bazel Release System2f82b332019-01-28 13:54:53 +01006126
Bazel Release Systema189d422018-12-19 13:53:11 +01006127## Release 0.21.0 (2018-12-19)
6128
6129```
6130Baseline: cb9b2afbba3f8d3a1db8bf68e65d06f1b36902f5
6131
6132Cherry picks:
6133
6134 + 12b96466ee0d6ab83f7d4cd24be110bb5021281d:
6135 Windows, test wrapper: rename the associated flag
6136 + 7fc967c4d6435de2bb4e34aac00ca2e499f55fca:
6137 Use a fixed thread pool in ByteStreamBuildEventArtifactUploader
6138 + 798b9a989aa793655d29504edb5fb85f3143db84:
6139 Add --build_event_upload_max_threads option
6140 + dbe05df23ccf4c919379e0294e0701fd3f66739c:
6141 Update the version of skylib bundled in the distfile
6142```
6143
6144Incompatible changes:
6145
6146 - The --experimental_stl command line option is removed.
6147 - aquery defaults to human readable output format.
6148
6149New features:
6150
6151 - repository_ctx.download and repository_ctx.download_and_extract
6152 now return a struct.
6153 - Android Databinding v2 can be enabled with
6154 --experimental_android_databinding_v2.
6155
6156Important changes:
6157
6158 - The deprecated and unmaintained Docker rules in
6159 tools/build_defs/docker were removed. Please use
6160 https://github.com/bazelbuild/rules_docker instead.
6161 - The new --upload_query_output_using_bep query/cquery/aquery flag
6162 causes query outputs to be uploaded via BEP.
6163 - New incompatible flag --incompatible_strict_argument_ordering
6164 - --strict_android_deps and --strict_java_deps were renamed to
6165 --experimental_strict_java_deps
6166 - config_settings that select on "compiler" value instead of values
6167 = {"compiler" : "x"} should use flag_values =
6168 {"@bazel_tools//tools/cpp:compiler": "x"}.
6169 - The new --upload_query_output_using_bep query/cquery/aquery flag
6170 causes query outputs to be uploaded via BEP.
6171 - Turn on --incompatible_disable_sysroot_from_configuration
6172 - We revamped our Android with Bazel tutorial! Check it out
6173 [here](https://docs.bazel.build/versions/master/tutorial/android-a
6174 pp.html).
6175 - --incompatible_disallow_slash_operator is now on by default
6176 - Enable --experimental_check_desugar_deps by default. This flag
6177 rules out several types of invalid Android builds at compile-time.
6178 - The --max_config_changes_to_show option lists the names of
6179 options which
6180 have changed and thus caused the analysis cache to be dropped.
6181 - The --experimental_strict_action_env option has been renamed to
6182 --incompatible_strict_action_env and is now on by default. This
6183 means Bazel will no longer use the client's PATH and
6184 LD_LIBRARY_PATH environmental variables in the default action
6185 environment. If the old behavior is desired, pass
6186 --action_env=PATH and --action_env=LD_LIBRARY_PATH.
6187 --noincompatible_strict_action_env will also temporarily restore
6188 the old behavior. However, as --action_env is a more general and
6189 explicit way to pass client environmental variables into actions,
6190 --noincompatible_strict_action_env will eventually be deprecated
6191 and removed. See #6648 for more details.
6192 - XCRUNWRAPPER_LABEL has been removed. If you used this value
6193 before, please use @bazel_tools//tools/objc:xcrunwrapper instead.
6194 - --incompatible_static_name_resolution is no unable by default
6195 - We will phase out --genrule_strategy in favor of
6196 --strategy=Genrule=<value> (for genrules) or
6197 --spawn_strategy=<value> (for all actions).
6198 - --incompatible_package_name_is_a_function is now enabled by
6199 default
6200 - Dynamic execution is now available with
6201 --experimental_spawn_strategy. Dynamic execution allows a build
6202 action to run locally and remotely simultaneously, and Bazel
6203 picks the fastest action. This provides the best of both worlds:
6204 faster clean builds than pure local builds, and faster
6205 incremental builds than pure remote builds.
6206 - --incompatible_package_name_is_a_function is now enabled by
6207 default
6208 - New incompatible flag --incompatible_merge_genfiles_directory
6209 - grpc log now logs updateActionResult
6210 - CppConfiguration doesn't do package loading anymore. That means:
6211 * it's no longer needed to have C++ toolchain available when
6212 building non-C++ projects
6213 * bazel will not analyze C++ toolchain when not needed -> speedup
6214 ~2s on bazel startup when C++ rules using hermetic toolchain are
6215 not loaded
6216 - --incompatible_package_name_is_a_fu...
6217
6218This release contains contributions from many people at Google, as well as andy g scott ?, Attila Ol?h, Benjamin Peterson, Clint Harrison, Dave Lee, Ed Schouten, Greg Estren, Gregor Jasny, Jamie Snape, Jerry Marino, Loo Rong Jie, Or Shachar, Sevki Hasirci, William Chargin.
6219
Bazel Release System85378562018-11-30 15:34:16 +01006220## Release 0.20.0 (2018-11-30)
6221
6222```
6223Baseline: 7bf7f031c332dc483257248d1c1f98ad75bbc83b
6224
6225Cherry picks:
6226
6227 + fd52341505e725487c6bc6dfbe6b5e081aa037da:
6228 update bazel-toolchains pin to latest release Part of changes to
6229 allow bazelci to use 0.19.0 configs. RBE toolchain configs at or
6230 before 0.17.0 are not compatible with bazel 0.19.0 or above.
6231 + 241f28d05424db2d11ee245dc856b992258505e3:
6232 Revert "Toggle --incompatible_disable_late_bound_option_defaults
6233 flag."
6234 + f7e5aef145c33968f658eb2260e25630dc41cc67:
6235 Add cc_toolchain targets for the new entries in the default
6236 cc_toolchain_suite.
6237 + d2920e32ec7f3f8551a693d33c17b19f1b802145:
6238 Revert "WindowsFileSystem: open files with delete-sharing"
6239```
6240
6241[Breaking changes in 0.20](https://github.com/bazelbuild/bazel/issues?q=is%3Aissue+label%3Abreaking-change-0.20)
6242
6243 - [--incompatible_remove_native_http_archive](https://github.com/bazelbuild/bazel/issues/6570).
6244 - [--incompatible_remove_native_git_repository](https://github.com/bazelbuild/bazel/issues/6569).
6245 - [--incompatible_disable_cc_toolchain_label_from_crosstool_proto](https://github.com/bazelbuild/bazel/issues/6434).
6246 - [--incompatible_disable_depset_in_cc_user_flags](https://github.com/bazelbuild/bazel/issues/6384).
6247 - [--incompatible_disable_cc_configuration_make_variables](https://github.com/bazelbuild/bazel/issues/6381).
6248 - [--incompatible_disallow_conflicting_providers](https://github.com/bazelbuild/bazel/issues/5902).
6249 - [--incompatible_range_type](https://github.com/bazelbuild/bazel/issues/5264).
6250
6251[0.20 is a migration window for the following changes](https://github.com/bazelbuild/bazel/issues?q=is%3Aissue+label%3Amigration-0.20)
6252
6253 - [--incompatible_use_jdk10_as_host_javabase](https://github.com/bazelbuild/bazel/issues/6661)
6254 - [--incompatible_use_remotejdk_as_host_javabase](https://github.com/bazelbuild/bazel/issues/6656)
6255 - [--incompatible_disable_sysroot_from_configuration](https://github.com/bazelbuild/bazel/issues/6565)
6256 - [--incompatible_provide_cc_toolchain_info_from_cc_toolchain_suite](https://github.com/bazelbuild/bazel/issues/6537)
6257 - [--incompatible_disable_depset_in_cc_user_flags](https://github.com/bazelbuild/bazel/issues/6383)
6258 - [--incompatible_package_name_is_a_function](https://github.com/bazelbuild/bazel/issues/5827)
6259
6260[Breaking changes in the next release (0.21)](https://github.com/bazelbuild/bazel/issues?q=is%3Aissue+label%3Abreaking-change-0.21)
6261
6262 - [--incompatible_use_jdk10_as_host_javabase](https://github.com/bazelbuild/bazel/issues/6661)
6263 - [--incompatible_use_remotejdk_as_host_javabase](https://github.com/bazelbuild/bazel/issues/6656)
6264 - [--incompatible_disable_sysroot_from_configuration](https://github.com/bazelbuild/bazel/issues/6565)
6265 - [--incompatible_provide_cc_toolchain_info_from_cc_toolchain_suite](https://github.com/bazelbuild/bazel/issues/6537)
6266 - [--incompatible_disable_depset_in_cc_user_flags](https://github.com/bazelbuild/bazel/issues/6383)
6267 - [--incompatible_disallow_data_transition](https://github.com/bazelbuild/bazel/issues/6153)
6268 - [--incompatible_package_name_is_a_function](https://github.com/bazelbuild/bazel/issues/5827)
6269 - [--incompatible_disallow_slash_operator](https://github.com/bazelbuild/bazel/issues/5823)
6270 - [--incompatible_static_name_resolution](https://github.com/bazelbuild/bazel/issues/5637)
6271
6272Incompatible changes:
6273
6274 - the --experimental_no_dotd_scanning_with_modules command line
6275 argument is not supported anymore.
6276 - The --prune_cpp_modules command line option is not supported
6277 anymore.
6278 - the --experimental_prune_cpp_input_discovery command line option
6279 is not supported anymore.
6280
6281New features:
6282
6283 - Added support for Android NDK r18.
6284
6285Important changes:
6286
6287 - The 'default' parameter of attr.output and attr.output_list is
6288 removed. This is controlled by
6289 --incompatible_no_output_attr_default
6290 - A number of platform-related Starlark APIs which were previously
6291 marked "experimental" are now disabled by default, and may be
6292 enabled via --experimental_platforms_api
6293 - Make legacy-test-support ("legacy_test-<api-level>") from
6294 android_sdk_repository neverlink. The legacy test support
6295 libraries shouldn't be built into test binaries. To make them
6296 available at runtime, developers should declare them via
6297 uses-library:
6298 https://developer.android.com/training/testing/set-up-project#andr
6299 oid-test-base
6300 - query remote server Capabilities (per REAPI v2)
6301 - CppRules: All cc_toolchains depended on from
6302 cc_toolchain_suite.toolchains are now analyzed when not using
6303 platforms in order to select the right cc_toolchain.
6304 - removed obsolete --explicit_jre_deps flag.
6305 - Incompatible flag
6306 --incompatible_disable_legacy_cpp_toolchain_skylark_api was
6307 flipped.
6308 - Improve error messaging when unsupport proguard options are
6309 specified at the library level.
6310 - Incompatible flag
6311 --incompatible_disable_legacy_cpp_toolchain_skylark_api was
6312 flipped.
6313 - Incompatible flag
6314 --incompatible_disable_legacy_cpp_toolchain_skylark_api was
6315 flipped.
6316 - The --incompatible_disable_late_bound_option_defaults flag has
6317 been flipped (#6384)
6318 - Incompatible flag
6319 --incompatible_disable_legacy_flags_cc_toolchain_api was flipped
6320 (#6434)
6321 - Fixed issue where ctx.resolve_command created conflicting
6322 intermediate files when resolve_command was called multiple times
6323 within the same rule invocation with a long command attribute.
6324 - Incompatible flag
6325 --incompatible_disable_cc_configuration_make_variables was
6326 flipped (#6381)
6327 - If the --javabase flag is unset, it Bazel locates a JDK using
6328 the JAVA_HOME environment variable and searching the PATH. If no
6329 JDK is found --javabase will be empty, and builds targeting Java
6330 will not
6331 be supported. Previously Bazel would fall back to using the
6332 embedded
6333 JDK as a --javabase, but this is no longer default behaviour. A
6334 JDK should
6335 be explicitly installed instead to enable Java development
6336 - Bazel will now shut down when idle for 5 minutes and the system
6337 is low on RAM (linux only).
6338 - CROSSTOOL file is now read from the package of cc_toolchain, not
6339 from
6340 the package of cc_toolchain_suite. This is not expected to break
6341 anybody since
6342 cc_toolchain_suite and cc_toolchain are commonly in the same
6343 package.
6344 - All overrides of Starlark's ctx.new_file function are now
6345 deprecated.
6346 Try the `--incompatible_new_actions_api` flag to ensure your
6347 code is forward-compatible.
6348 - --incompatible_disable_cc_toolchain_label_from_crosstool_proto
6349 was flipped.
6350 - Introduce --(no)shutdown_on_low_sys_mem startup flag to toggle
6351 idle low-memory shutdown, disabled by default.
6352 - --incompatible_disable_cc_toolchain_label_from_crosstool_proto
6353 was flipped.
6354 - --incompatible_disable_cc_toolchain_label_from_crosstool_proto
6355 was flipped.
6356 - CppRules: All cc_toolchains depended on from
6357 cc_toolchain_suite.toolchains are now analyzed when not using
6358 platforms in order to select the right cc_toolchain.
6359 - The function `attr.license` is deprecated and will be removed.
6360 It can be disabled now with `--incompatible_no_attr_license`.
6361 - `range()` function now returns a lazy value
6362 (`--incompatible_range_type` is now set by default).
6363 - The code coverage report now includes the actual paths to header
6364 files instead of the ugly,
6365 Bazel generated, virtual includes path.
6366 - `--incompatible_disallow_conflicting_providers` has been switched
6367 to true
6368 - Add new flag `--incompatible_disable_systool_from_configration` to
6369 disable loading the systool from CppConfiguration.
6370 - Add new flag `--incompatible_disable_sysroot_from_configuration`
6371 to
6372 disable loading the systool from CppConfiguration.
6373 - Sorting remote Platform properties for remote execution. May
6374 affect cache keys!
6375 - Use different server log files per Bazel server process; java.log
6376 is
6377 now a symlink to the latest log.
6378
6379This release contains contributions from many people at Google, as well as a7g4 <a7g4@a7g4.net>, Alan <alan.agius@betssongroup.com>, Asaf Flescher <asafflesch@gmail.com>, Benjamin Peterson <bp@benjamin.pe>, Ed Schouten <ed.schouten@prodrive-technologies.com>, George Gensure <ggensure@uber.com>, George Kalpakas <kalpakas.g@gmail.com>, Greg <gregestren@users.noreply.github.com>, Irina Iancu <iirina@users.noreply.github.com>, Keith Smiley <keithbsmiley@gmail.com>, Loo Rong Jie <loorongjie@gmail.com>, Mark Zeren <mzeren@vmware.com>, Petros Eskinder <petroseskinder@users.noreply.github.com>, rachcatch <rachelcatchpoole@hotmail.com>, Robert Brown <robert.brown@gmail.com>, Robert Gay <robert.gay@redfin.com>, Salty Egg <2281521+zhouhao@users.noreply.github.com>.
6380
Bazel Release Systemcb3e2982018-11-19 11:19:38 -05006381## Release 0.19.2 (2018-11-19)
6382
6383```
6384Baseline: ac880418885061d1039ad6b3d8c28949782e02d6
6385
6386Cherry picks:
6387
6388 + 9bc3b20053a8b99bf2c4a31323a7f96fabb9f1ec:
6389 Fix the "nojava" platform and enable full presubmit checks for
6390 the various JDK platforms now that we have enough GCE resources.
6391 + 54c2572a8cabaf2b29e58abe9f04327314caa6a0:
6392 Add openjdk_linux_archive java_toolchain for nojava platform.
6393 + 20bfdc67dc1fc32ffebbda7088ba49ee17e3e182:
6394 Automated rollback of commit
6395 19a401c38e30ebc0879925a5caedcbe43de0028f.
6396 + 914b4ce14624171a97ff8b41f9202058f10d15b2:
6397 Windows: Fix Precondition check for addDynamicInputLinkOptions
6398 + 83d406b7da32d1b1f6dd02eae2fe98582a4556fd:
6399 Windows, test-setup.sh: Setting RUNFILES_MANIFEST_FILE only when
6400 it exists.
6401 + e025726006236520f7e91e196b9e7f139e0af5f4:
6402 Update turbine
6403 + 5f312dd1678878fb7563eae0cd184f2270346352:
6404 Fix event id for action_completed BEP events
6405 + f0c844c77a2406518c4e75c49188390d5e281d3d:
6406 Release 0.19.0 (2018-10-29)
6407 + c3fb1db9e4e817e8a911f5b347b30f2674a82f7c:
6408 Do not use CROSSTOOL to select cc_toolchain
6409 + 8e280838e8896a6b5eb5421fda435b96b6f8de60:
6410 Windows Add tests for msys gcc toolchain and mingw gcc toolchain
6411 + fd52341505e725487c6bc6dfbe6b5e081aa037da:
6412 update bazel-toolchains pin to latest release Part of changes to
6413 allow bazelci to use 0.19.0 configs. RBE toolchain configs at or
6414 before 0.17.0 are not compatible with bazel 0.19.0 or above.
6415 + eb2af0f699350ad187048bf814a95af23f562c77:
6416 Release 0.19.1 (2018-11-12)
6417 + 6bc452874ddff69cbf7f66186238032283f1195f:
6418 Also update cc_toolchain.toolchain_identifier when
6419 CC_TOOLCHAIN_NAME is set
6420 + f7e5aef145c33968f658eb2260e25630dc41cc67:
6421 Add cc_toolchain targets for the new entries in the default
6422 cc_toolchain_suite.
6423 + 683c302129b66a8999f986be5ae7e642707e978c:
6424 Read the CROSSTOOL from the package of the current cc_toolchain,
6425 not from --crosstool_top
6426```
6427
6428- Fixes regression #6662, by fixing tools/cpp/BUILD
6429- Fixes regression #6665, by setting the toolchain identifier.
6430- CROSSTOOL file is now read from the package of cc_toolchain, not from the
6431 package of cc_toolchain_suite. This is not expected to break anybody since
6432 cc_toolchain_suite and cc_toolchain are commonly in the same package.
6433
Bazel Release System684f1092018-11-12 10:26:58 -05006434## Release 0.19.1 (2018-11-12)
6435
6436```
6437Baseline: ac880418885061d1039ad6b3d8c28949782e02d6
6438
6439Cherry picks:
6440
6441 + 9bc3b20053a8b99bf2c4a31323a7f96fabb9f1ec:
6442 Fix the "nojava" platform and enable full presubmit checks for
6443 the various JDK platforms now that we have enough GCE resources.
6444 + 54c2572a8cabaf2b29e58abe9f04327314caa6a0:
6445 Add openjdk_linux_archive java_toolchain for nojava platform.
6446 + 20bfdc67dc1fc32ffebbda7088ba49ee17e3e182:
6447 Automated rollback of commit
6448 19a401c38e30ebc0879925a5caedcbe43de0028f.
6449 + 914b4ce14624171a97ff8b41f9202058f10d15b2:
6450 Windows: Fix Precondition check for addDynamicInputLinkOptions
6451 + 83d406b7da32d1b1f6dd02eae2fe98582a4556fd:
6452 Windows, test-setup.sh: Setting RUNFILES_MANIFEST_FILE only when
6453 it exists.
6454 + e025726006236520f7e91e196b9e7f139e0af5f4:
6455 Update turbine
6456 + 5f312dd1678878fb7563eae0cd184f2270346352:
6457 Fix event id for action_completed BEP events
6458 + f0c844c77a2406518c4e75c49188390d5e281d3d:
6459 Release 0.19.0 (2018-10-29)
6460 + c3fb1db9e4e817e8a911f5b347b30f2674a82f7c:
6461 Do not use CROSSTOOL to select cc_toolchain
6462 + 8e280838e8896a6b5eb5421fda435b96b6f8de60:
6463 Windows Add tests for msys gcc toolchain and mingw gcc toolchain
6464 + fd52341505e725487c6bc6dfbe6b5e081aa037da:
6465 update bazel-toolchains pin to latest release Part of changes to
6466 allow bazelci to use 0.19.0 configs. RBE toolchain configs at or
6467 before 0.17.0 are not compatible with bazel 0.19.0 or above.
6468```
6469
6470Important changes:
6471- Fix regression #6610, which prevents using the MINGW compiler on Windows.
6472
Klaus Aehlig5e5832c2018-10-31 15:45:53 +01006473## Release 0.19.0 (2018-10-29)
6474
6475```
6476Baseline: ac880418885061d1039ad6b3d8c28949782e02d6
6477
6478Cherry picks:
6479
6480 + 9bc3b20053a8b99bf2c4a31323a7f96fabb9f1ec:
6481 Fix the "nojava" platform and enable full presubmit checks for
6482 the various JDK platforms now that we have enough GCE resources.
6483 + 54c2572a8cabaf2b29e58abe9f04327314caa6a0:
6484 Add openjdk_linux_archive java_toolchain for nojava platform.
6485 + 20bfdc67dc1fc32ffebbda7088ba49ee17e3e182:
6486 Automated rollback of commit
6487 19a401c38e30ebc0879925a5caedcbe43de0028f.
6488 + 914b4ce14624171a97ff8b41f9202058f10d15b2:
6489 Windows: Fix Precondition check for addDynamicInputLinkOptions
6490 + 83d406b7da32d1b1f6dd02eae2fe98582a4556fd:
6491 Windows, test-setup.sh: Setting RUNFILES_MANIFEST_FILE only when
6492 it exists.
6493 + e025726006236520f7e91e196b9e7f139e0af5f4:
6494 Update turbine
6495 + 5f312dd1678878fb7563eae0cd184f2270346352:
6496 Fix event id for action_completed BEP events
6497```
6498
6499The Bazel team is happy to announce a new version of Bazel, [Bazel 0.19](https://github.com/bazelbuild/bazel/releases/tag/0.19.0).
6500
6501This document lists the major changes since Bazel 0.18.
6502
6503General changes
6504---------------
6505
6506* The `--incompatible_expand_directories` flag will automatically expand directories in command lines. Design doc: https://docs.google.com/document/d/11agWFiOUiz2htBLj6swPTob5z78TrCxm8DQE4uJLOwM
6507
6508* The `--loading_phase_threads` flag now defaults to `auto` (not 200, as was previously the case), which at the moment corresponds to the number of CPUs. This is appropriate for most users. However, if your sources reside on a network file system, increasing this value may yield better analysis-time performance when disk caches are cold.
6509
6510Android
6511-------
6512
6513* Fixed missing debug symbols when building native code with `--compilation_mode=dbg` that target Android ARM architectures by adding the `-g` flag.
6514
6515C++
6516---
6517
6518* Added `--incompatible_disable_legacy_flags_cc_toolchain_api` to deprecate legacy `cc_toolchain` Starlark API for legacy CROSSTOOL fields. Tracking issue is #6434. Migration docs are on the bazel website.
6519
6520* Runfiles in cc_test: the C++ runfiles library (`@bazel_tools//tools/cpp/runfiles`) can now create Runfiles objects for tests. See `//tools/cpp/runfiles/runfiles_src.h` (in the Bazel source tree) for documentation.
6521
6522* :cc_binary link action no longer hardcodes `-static-libgcc` for toolchains that support embedded runtimes (guarded by `--experimental_dont_emit_static_libgcc` temporarily).
6523
6524* The flag `--experimental_enable_cc_configuration_make_variables` is removed, use `--incompatible_disable_cc_configuration_make_variables` instead.
6525
6526Java
6527----
6528
6529* If the `--javabase` flag is unset, Bazel locates a JDK using the `JAVA_HOME` environment variable and searching the PATH. If no JDK is found `--javabase` will be empty, and builds targeting Java will not be supported. Previously Bazel would fall back to using the embedded JDK as a `--javabase`, but this is no longer default behaviour. A JDK should be explicitly installed instead to enable Java development.
6530
6531Code Coverage
6532-------------
6533
6534* LcovMerger was renamed to CoverageOutputGenerator.
6535
6536* Faster coverage collection for gcc compiled C++ code can now be tested by enabling it with `--experimental_cc_coverage`.
6537
6538Other Changes
6539-------------
6540
6541* Add `--apple_compiler` and `--apple_grte_top options`. These provide the equivalent of --compiler / --grte_top for the toolchain configured in --apple_crosstool_top.
6542
6543* There is now a `same_pkg_direct_rdeps` query function. See the query documentation for more details.
6544
6545* Propagating remote errors to the user even if `--verbose_failures=false` is set.
6546
6547* Add number of configured targets to analysis phase status output.
6548
6549* Bazel will now check stderr instead of stdout to decide if it is outputting to a terminal. `--isatty` is deprecated, use `--is_stderr_atty` instead.
6550
6551Future Changes
6552--------------
6553
6554* None of the C++ related incompatible flags mentioned in the 0.18 release were flipped, they will be flipped in the next release (0.20). We have created tracking issues for all the relevant incompatible flags:
6555 * [`--incompatible_disable_late_bound_option_defaults`](https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#disable-late-bound-option-defaults): #6384
6556 * [`--incompatible_disable_depset_in_cc_user_flags`](https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#disable-depsets-in-c-toolchain-api-in-user-flags): #6383
6557 * [`--incompatible_disable_cc_toolchain_label_from_crosstool_proto`](https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#disallow-using-crosstool-to-select-the-cc_toolchain-label): #6382
6558 * [`--incompatible_disable_cc_configuration_make_variables`](https://github.com/bazelbuild/bazel/issues/6381): #6381
6559 * [`--incompatible_disable_legacy_cpp_toolchain_skylark_api`](https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#disable-legacy-c-configuration-api): #6380
6560 * [`incompatible_disable_legacy_flags_cc_toolchain_api`](https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#disable-legacy-c-toolchain-api): #6434
6561
6562* In the 0.20 release the flags [`--incompatible_remove_native_git_repository`](https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#remove-native-git-repository) and [`--incompatible_remove_native_http_archive`](https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#remove-native-http-archive) will be turned on.
6563
6564Thank you to our contributors!
6565------------------------------
6566
6567This release contains contributions from many people at Google, as well as Andreas Herrmann, Andreas Hippler, Benjamin Peterson, David Ostrovsky, Ed Baunton, George Gensure, Igal Tabachnik, Jason Gavris, Loo Rong Jie, rmalik, and Yannic Bonenberger
6568
6569Thank you to everyone who contributed to this release!
6570
Bazel Release System92849b82018-10-31 15:41:11 +01006571## Release 0.18.1 (2018-10-31)
Bazel Release System36177972018-10-15 10:29:10 +02006572
6573```
Bazel Release System92849b82018-10-31 15:41:11 +01006574Baseline: c062b1f1730f3562d5c16a037b374fc07dc8d9a2
Bazel Release System36177972018-10-15 10:29:10 +02006575
6576Cherry picks:
6577
Bazel Release System92849b82018-10-31 15:41:11 +01006578 + 2834613f93f74e988c51cf27eac0e59c79ff3b8f:
6579 Include also ext jars in the bootclasspath jar.
6580 + 2579b791c023a78a577e8cb827890139d6fb7534:
6581 Fix toolchain_java9 on --host_javabase=<jdk9> after
6582 7eb9ea150fb889a93908d96896db77d5658e5005
6583 + faaff7fa440939d4367f284ee268225a6f40b826:
6584 Release notes: fix markdown
6585 + b073a18e3fac05e647ddc6b45128a6158b34de2c:
6586 Fix NestHost length computation Fixes #5987
6587 + bf6a63d64a010f4c363d218e3ec54dc4dc9d8f34:
6588 Fixes #6219. Don't rethrow any remote cache failures on either
6589 download or upload, only warn. Added more tests.
6590 + c1a7b4c574f956c385de5c531383bcab2e01cadd:
6591 Fix broken IdlClassTest on Bazel's CI.
6592 + 71926bc25b3b91fcb44471e2739b89511807f96b:
6593 Fix the Xcode version detection which got broken by the upgrade
6594 to Xcode 10.0.
6595 + 86a8217d12263d598e3a1baf2c6aa91b2e0e2eb5:
6596 Temporarily restore processing of workspace-wide tools/bazel.rc
6597 file.
Bazel Release System83870d62018-10-29 10:31:13 -04006598 + 914b4ce14624171a97ff8b41f9202058f10d15b2:
6599 Windows: Fix Precondition check for addDynamicInputLinkOptions
Bazel Release System83870d62018-10-29 10:31:13 -04006600 + e025726006236520f7e91e196b9e7f139e0af5f4:
6601 Update turbine
Bazel Release System36177972018-10-15 10:29:10 +02006602```
6603
Bazel Release System92849b82018-10-31 15:41:11 +01006604Important changes:
Bazel Release System83870d62018-10-29 10:31:13 -04006605
Bazel Release System92849b82018-10-31 15:41:11 +01006606 - Fix regression #6219, remote cache failures
Bazel Release System36177972018-10-15 10:29:10 +02006607
Klaus Aehlig7b417542018-10-29 15:46:36 +01006608## Release 0.18.0 (2018-10-15)
6609
6610```
6611Baseline: c062b1f1730f3562d5c16a037b374fc07dc8d9a2
6612
6613Cherry picks:
6614
6615 + 2834613f93f74e988c51cf27eac0e59c79ff3b8f:
6616 Include also ext jars in the bootclasspath jar.
6617 + 2579b791c023a78a577e8cb827890139d6fb7534:
6618 Fix toolchain_java9 on --host_javabase=<jdk9> after
6619 7eb9ea150fb889a93908d96896db77d5658e5005
6620 + faaff7fa440939d4367f284ee268225a6f40b826:
6621 Release notes: fix markdown
6622 + b073a18e3fac05e647ddc6b45128a6158b34de2c:
6623 Fix NestHost length computation Fixes #5987
6624 + bf6a63d64a010f4c363d218e3ec54dc4dc9d8f34:
6625 Fixes #6219. Don't rethrow any remote cache failures on either
6626 download or upload, only warn. Added more tests.
6627 + c1a7b4c574f956c385de5c531383bcab2e01cadd:
6628 Fix broken IdlClassTest on Bazel's CI.
6629 + 71926bc25b3b91fcb44471e2739b89511807f96b:
6630 Fix the Xcode version detection which got broken by the upgrade
6631 to Xcode 10.0.
6632 + 86a8217d12263d598e3a1baf2c6aa91b2e0e2eb5:
6633 Temporarily restore processing of workspace-wide tools/bazel.rc
6634 file.
6635```
6636
6637General changes
6638
6639- New [bazelrc file list](https://docs.bazel.build/versions/master/user-manual.html#where-are-the-bazelrc-files).
6640 If you need to keep both the old and new lists of .rc files active
6641 concurrently to support multiple versions of Bazel, you can import the old
6642 file location into the new list using `try-import`. This imports a file if it
6643 exists and silently exits if it does not. You can use this method to account
6644 for a user file that may or may not exist
6645
6646- [.bazelignore](https://docs.bazel.build/versions/master/user-manual.html#.bazelignore)
6647 is now fully functional.
6648
6649- The startup flag `--host_javabase` has been renamed to
6650 `--server_javabase` to avoid confusion with the build flag
6651 `--host_javabase`.
6652
6653Android
6654
6655- The Android resource processing pipeline now supports persistence
6656 via worker processes. Enable it with
6657 `--persistent_android_resource_processor`. We have observed a 50% increase
6658 in build speed for clean local builds and up to 150% increase in build
6659 speed for incremental local builds.
6660
6661C++
6662
6663- In-memory package //tools/defaults has been removed (controlled by
6664 `--incompatible_disable_tools_defaults_package` flag). Please see
6665 [migration instructions](https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#disable-inmemory-tools-defaults-package)
6666 and migrate soon, the flag will be flipped in Bazel 0.19, and the legacy
6667 behavior will be removed in Bazel 0.20.
6668
6669- Late bound option defaults (typical example was the `--compiler` flag, when
6670 it was not specified, it’s value was computed using the CROSSTOOL) are removed
6671 (controlled by `--incompatible_disable_late_bound_option_defaults` flag).
6672 Please see [migration instructions](https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#disable-late-bound-option-defaults)
6673 and migrate soon, the flag will be flipped in Bazel 0.19, and the legacy
6674 behavior will be removed in Bazel 0.20.
6675
6676- Depsets are no longer accepted in `user_compile_flags` and `user_link_flags`
6677 in the C++ toolchain API (controlled by
6678 `--incompatible_disable_depset_in_cc_user_flags` flag) affects C++ users.
6679 Please see [migration instructions](https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#disable-depsets-in-c-toolchain-api-in-user-flags)
6680 and migrate soon, the flag will be flipped in Bazel 0.19, and the legacy
6681 behavior will be removed in Bazel 0.20.
6682
6683- CROSSTOOL is no longer consulted when selecting C++ toolchain (controlled by
6684 `--incompatible_disable_cc_toolchain_label_from_crosstool_proto` flag).
6685 Please see [migration instructions](https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#disallow-using-crosstool-to-select-the-cc_toolchain-label)
6686 and migrate soon, the flag will be flipped in Bazel 0.19, and the legacy behavior will be removed in Bazel 0.20.
6687
6688- You can now use [`toolchain_identifier` attribute](https://github.com/bazelbuild/bazel/commit/857d4664ce939f240b1d10d8d2baca6c6893cfcb)
6689 on `cc_toolchain` to pair it with CROSSTOOL toolchain.
6690
6691- C++ specific Make variables
6692 are no longer passed from the `CppConfiguration`, but from the C++ toolchain
6693 (controlled by `--incompatible_disable_cc_configuration_make_variables` flag).
6694 Please see [migration instructions](https://docs.bazel.build/versions/master/skylark/backward-compatibility.html#disallow-using-c-specific-make-variables-from-the-configuration)
6695 and migrate soon, the flag will be flipped
6696 in Bazel 0.19, and the legacy behavior will be removed in Bazel 0.20.
6697
6698- Skylark api accessing C++
6699 toolchain in `ctx.fragments.cpp` is removed (controlled by
6700 `--incompatible_disable_legacy_cpp_toolchain_skylark_api` flag).
6701 Please migrate soon, the flag will be flipped
6702 in Bazel 0.19, and the legacy behavior will be removed in Bazel 0.20.
6703
6704- cc_binary link action no longer hardcodes
6705 `-static-libgcc` for toolchains that support embedded runtimes
6706 (guarded by [`--experimental_dont_emit_static_libgcc`](https://source.bazel.build/bazel/+/2f281960b829e964526a9d292d4c3003e4d19f1c)
6707 temporarily). Proper deprecation using `--incompatible` flags will follow.
6708
6709Java
6710
6711- Future versions of Bazel will require a locally installed JDK
6712 for Java development. Previously Bazel would fall back to using
6713 the embedded `--server_javabase` if no JDK as available. Pass
6714 `--incompatible_never_use_embedded_jdk_for_javabase` to disable the
6715 legacy behaviour.
6716
6717- `--javacopt=` no longer affects compilations of tools that are
6718 executed during the build; use `--host_javacopt=` to change javac
6719 flags in the host configuration.
6720
6721Objective C
6722
6723- `objc_library` now supports the module_name attribute.
6724
6725Skylark
6726
6727- Adds `--incompatible_expand_directories` to automatically expand
6728 directories in skylark command lines. Design doc:
6729 https://docs.google.com/document/d/11agWFiOUiz2htBLj6swPTob5z78TrCxm8DQE4uJLOwM
6730
6731- Support fileset expansion in ctx.actions.args(). Controlled by
6732 `--incompatible_expand_directories`.
6733
6734Windows
6735
6736- `--windows_exe_launcher` is deprecated, this flag will be removed
6737 soon. Please make sure you are not using it.
6738
6739- Bazel now supports the symlink runfiles tree on Windows with
6740 `--experimental_enable_runfiles` flag. For more details, see
6741 [this doc](https://docs.google.com/document/d/1hnYmU1BmtCSJOUvvDAK745DSJQCapToJxb3THXYMrmQ).
6742
6743Other Changes
6744
6745- A new experimental option `--experimental_ui_deduplicate` has been added. It
6746 causes the UI to attempt to deduplicate messages from actions to keep the
6747 console output cleaner.
6748
6749- Add `--modify_execution_info`, a flag to customize action execution
6750 info.
6751
6752- Add ExecutionInfo to aquery output for ExecutionInfoSpecifier
6753 actions.
6754
6755- When computing `--instrumentation_filter`, end filter patterns with
6756 "[/:]" to match non-top-level packages exactly and treat
6757 top-level targets consistently.
6758
6759- Added the `bazel info server_log` command, which obtains the main Bazel
6760 server log file path. This can help debug Bazel issues.
6761
6762- `aapt shrink` resources now properly respect filter configurations.
6763
Bazel Release System50921e62018-09-21 12:27:04 +02006764## Release 0.17.2 (2018-09-21)
6765
6766```
6767Baseline: aa118ca818baf722aede0bc48d0a17584fa45b6e
6768
6769Cherry picks:
6770 + 0e0462589528154cb5160411991075a2000b5452:
6771 Update checker framework dataflow and javacutil versions
6772 + 3987300d6651cf0e6e91b395696afac6913a7d66:
6773 Stop using --release in versioned java_toolchains
6774 + 438b2773b8c019afa46be470b90bcf70ede7f2ef:
6775 make_deb: Add new empty line in the end of conffiles file
6776 + 504401791e0a0e7e3263940e9e127f74956e7806:
6777 Properly mark configuration files in the Debian package.
6778 + 9ed9d8ac4347408d15c8fce7c9c07e5c8e658b30:
6779 Add flag
6780 --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfil
6781 es_tree.
6782 + 22d761ab42dfb1b131f1facbf490ccdb6c17b89c:
6783 Update protobuf to 3.6.1 -- add new files
6784 + 27303d79c38f2bfa3b64ee7cd7a6ef03a9a87842:
6785 Update protobuf to 3.6.1 -- update references
6786 + ddc97ed6b0367eb443e3e09a28d10e65179616ab:
6787 Update protobuf to 3.6.1 -- remove 3.6.0 sources
6788 + ead1002d3803fdfd4ac68b4b4872076b19d511a2:
6789 Fix protobuf in the WORKSPACE
6790 + 12dcd35ef7a26d690589b0fbefb1f20090cbfe15:
6791 Revert "Update to JDK 10 javac"
6792 + 7eb9ea150fb889a93908d96896db77d5658e5005:
6793 Automated rollback of
6794 https://github.com/bazelbuild/bazel/commit/808ec9ff9b5cec14f23a4b
6795 a106bc5249cacc8c54 and
6796 https://github.com/bazelbuild/bazel/commit/4c9149d558161e7d3e363f
6797 b697f5852bc5742a36 and some manual merging.
6798 + 4566a428c5317d87940aeacfd65f1018340e52b6:
6799 Fix tests on JDK 9 and 10
6800 + 1e9f0aa89dad38eeab0bd40e95e689be2ab6e5e5:
6801 Fix more tests on JDK 9 and 10
6802 + a572c1cbc8c26f625cab6716137e2d57d05cfdf3:
6803 Add ubuntu1804_nojava, ubuntu1804_java9, ubuntu1804_java10 to
6804 postsubmit.
6805 + 29f1de099e4f6f0f50986aaa4374fc5fb7744ee8:
6806 Disable Android shell tests on the "nojava" platform.
6807 + b495eafdc2ab380afe533514b3bcd7d5b30c9935:
6808 Update bazel_toolchains to latest release.
6809 + 9323c57607d37f9c949b60e293b573584906da46:
6810 Windows: fix writing java.log
6811 + 1aba9ac4b4f68b69f2d91e88cfa8e5dcc7cb98c2:
6812 Automated rollback of commit
6813 de22ab0582760dc95f33e217e82a7b822378f625.
6814 + 2579b791c023a78a577e8cb827890139d6fb7534:
6815 Fix toolchain_java9 on --host_javabase=<jdk9> after
6816 7eb9ea150fb889a93908d96896db77d5658e5005
6817 + 2834613f93f74e988c51cf27eac0e59c79ff3b8f:
6818 Include also ext jars in the bootclasspath jar.
6819 + fdb09a260dead1e1169f94584edc837349a4f4a5:
6820 Release 0.17.1 (2018-09-14)
6821 + 1d956c707e1c843896ac58a341c335c9c149073d:
6822 Do not fail the build when gcov is not installed
6823 + 2e677fb6b8f309b63558eb13294630a91ee0cd33:
6824 Ignore unrecognized VM options in desugar.sh, such as the JVM 9
6825 flags to silence warnings.
6826```
6827
6828Important changes:
6829
6830 - In the future, Bazel will expand tree artifacts in runfiles, too,
6831 which causes the sandbox to link each file individually into the
6832 sandbox directory, instead of symlinking the entire directory. In
6833 this release, the behavior is not enabled by default yet. Please
6834 try it out via
6835 --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfile
6836 s_tree and let us know if it causes issues. If everything looks
6837 good, this behavior will become the default in a following
6838 release.
6839
Bazel Release Systemfdb09a22018-09-14 12:15:54 +02006840## Release 0.17.1 (2018-09-14)
6841
6842```
6843Baseline: aa118ca818baf722aede0bc48d0a17584fa45b6e
6844
6845Cherry picks:
6846 + 0e0462589528154cb5160411991075a2000b5452:
6847 Update checker framework dataflow and javacutil versions
6848 + 3987300d6651cf0e6e91b395696afac6913a7d66:
6849 Stop using --release in versioned java_toolchains
6850 + 438b2773b8c019afa46be470b90bcf70ede7f2ef:
6851 make_deb: Add new empty line in the end of conffiles file
6852 + 504401791e0a0e7e3263940e9e127f74956e7806:
6853 Properly mark configuration files in the Debian package.
6854 + 9ed9d8ac4347408d15c8fce7c9c07e5c8e658b30:
6855 Add flag
6856 --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfil
6857 es_tree.
6858 + 22d761ab42dfb1b131f1facbf490ccdb6c17b89c:
6859 Update protobuf to 3.6.1 -- add new files
6860 + 27303d79c38f2bfa3b64ee7cd7a6ef03a9a87842:
6861 Update protobuf to 3.6.1 -- update references
6862 + ddc97ed6b0367eb443e3e09a28d10e65179616ab:
6863 Update protobuf to 3.6.1 -- remove 3.6.0 sources
6864 + ead1002d3803fdfd4ac68b4b4872076b19d511a2:
6865 Fix protobuf in the WORKSPACE
6866 + 12dcd35ef7a26d690589b0fbefb1f20090cbfe15:
6867 Revert "Update to JDK 10 javac"
6868 + 7eb9ea150fb889a93908d96896db77d5658e5005:
6869 Automated rollback of
6870 https://github.com/bazelbuild/bazel/commit/808ec9ff9b5cec14f23a4b
6871 a106bc5249cacc8c54 and
6872 https://github.com/bazelbuild/bazel/commit/4c9149d558161e7d3e363f
6873 b697f5852bc5742a36 and some manual merging.
6874 + 4566a428c5317d87940aeacfd65f1018340e52b6:
6875 Fix tests on JDK 9 and 10
6876 + 1e9f0aa89dad38eeab0bd40e95e689be2ab6e5e5:
6877 Fix more tests on JDK 9 and 10
6878 + a572c1cbc8c26f625cab6716137e2d57d05cfdf3:
6879 Add ubuntu1804_nojava, ubuntu1804_java9, ubuntu1804_java10 to
6880 postsubmit.
6881 + 29f1de099e4f6f0f50986aaa4374fc5fb7744ee8:
6882 Disable Android shell tests on the "nojava" platform.
6883 + b495eafdc2ab380afe533514b3bcd7d5b30c9935:
6884 Update bazel_toolchains to latest release.
6885 + 9323c57607d37f9c949b60e293b573584906da46:
6886 Windows: fix writing java.log
6887 + 1aba9ac4b4f68b69f2d91e88cfa8e5dcc7cb98c2:
6888 Automated rollback of commit
6889 de22ab0582760dc95f33e217e82a7b822378f625.
6890 + 2579b791c023a78a577e8cb827890139d6fb7534:
6891 Fix toolchain_java9 on --host_javabase=<jdk9> after
6892 7eb9ea150fb889a93908d96896db77d5658e5005
6893 + 2834613f93f74e988c51cf27eac0e59c79ff3b8f:
6894 Include also ext jars in the bootclasspath jar.
6895```
6896
6897Incompatible changes:
6898
6899 - Loading @bazel_tools//tools/build_defs/repo:git_repositories.bzl
6900 no longer works. Load @bazel_tools//tools/build_defs/repo:git.bzl
6901 instead.
6902 - If the same artifact is generated by two distinct but identical
6903 actions, and a downstream action has both those actions' outputs
6904 in its inputs, the artifact will now appear twice in the
6905 downstream action's inputs. If this causes problems in Skylark
6906 actions, you can use the uniquify=True argument in Args.add_args.
6907 - If the same artifact is generated by two distinct but identical
6908 actions, and a downstream action has both those actions' outputs
6909 in its inputs, the artifact will now appear twice in the
6910 downstream action's inputs. If this causes problems in Skylark
6911 actions, you can use the uniquify=True argument in Args.add_args.
6912 - Labels in C++ rules' linkopts attribute are not expanded anymore
6913 unless they are wrapped, e.g: $(location //foo:bar)
6914 - If the same artifact is generated by two distinct but identical
6915 actions, and a downstream action has both those actions' outputs
6916 in its inputs, the artifact will now appear twice in the
6917 downstream action's inputs. If this causes problems in Skylark
6918 actions, you can use the uniquify=True argument in Args.add_args.
6919 - New bazelrc file list.
6920 - Windows: when BAZEL_SH envvar is not defined and Bazel searches
6921 for a suitable bash.exe, Bazel will no longer look for Git Bash
6922 and no longer recommend installing it as a Bash implementation.
6923 See issue #5751.
6924 - New bazelrc file list.
6925
6926New features:
6927
6928 - The aquery command now supports --output=text.
6929 - Java, runfiles: the Java runfiles library is now in
6930 @bazel_tools//tools/java/runfiles. The old target
6931 (@bazel_tools//tools/runfiles:java-runfiles) is deprecated and
6932 will be removed in Bazel 0.18.0.
6933 - Java, runfiles: the Java runfiles library is now in
6934 @bazel_tools//tools/java/runfiles. The old target
6935 (@bazel_tools//tools/runfiles:java-runfiles) is deprecated and
6936 will be removed in Bazel 0.19.0 (not 0.18.0, as stated earlier).
6937
6938Important changes:
6939
6940 - Allow @ in package names.
6941 - Remove support for java_runtime_suite; use alias() together with
6942 select() instead.
6943 - Python wrapper scripts for MSVC are removed.
6944 - [JavaInfo] Outputs are merged in java_common.merge().
6945 - Faster analysis by improved parallelization.
6946 - --experimental_shortened_obj_file_path is removed.
6947 - Introduce the --remote_cache_proxy flag,
6948 which allows for remote http caching to connect
6949 via a unix domain socket.
6950 - No longer define G3_VERSION_INFO for c++ linkstamp compiles, as
6951 it was a duplicate of G3_TARGET_NAME.
6952 - Added support for Android NDK r17. The default STL is now
6953 `libc++`, and support for targeting `mips`, `mips64` and `ARMv5`
6954 (`armeabi`) has been removed.
6955 - Add aquery command to get analysis time information about the
6956 action graph.
6957 - Fixed compatibility with aar_import when using aapt2. AAPT2 is
6958 now supported for Android app builds without resource shrinking.
6959 To use it, pass the `--android_aapt=aapt2` flag or define
6960 android_binary.aapt_version=aapt2.
6961 - Code coverage is collected for Java binaries invoked from sh_test.
6962 - java_common.compile creates the native headers jar accesible via
6963 JavaInfo.outputs.native_headers.
6964 - Deleting deprecated no-op flag --show_package_location
6965 - The JDK shipped with Bazel was updated to JDK10.
6966 - Rename the startup flag --host_javabase to --server_javabase to
6967 avoid confusion with the build flag --host_javabase
6968 - newly added options --experimental_repository_hash_file and
6969 --experimental_verify_repository_rules allow to verify for
6970 repositories
6971 the directory generated against pre-recorded hashes. See
6972 documentation
6973 for those options.
6974 - Removed the gen_jars output group
6975 - --subcommands can now take a "pretty_print" value
6976 ("--subcommands=pretty_print") to print the
6977 arguments of subcommands as a list for easier reading.
6978 - follow-up to
6979 https://github.com/bazelbuild/bazel/commit/1ac359743176e659e9c7472
6980 645e3142f3c44b9e8
6981 - A rule error is now thrown if a Skylark rule implementation
6982 function returns multiple providers of the same type.
6983 - When using Bazel's remote execution feature and Bazel has to
6984 fallback to local execution for an action, Bazel used
6985 non-sandboxed
6986 local execution until now. From this release on, you can use the
6987 new
6988 flag --remote_local_fallback_strategy=<strategy> to tell Bazel
6989 which
6990 strategy to use in that case.
6991 - Execution Log Parser can now, when printing it out, filter the
6992 log by runner type
6993 - A rule error is now thrown if a Skylark rule implementation
6994 function returns multiple providers of the same type.
6995 - Removed the gen_jars output group
6996 - Removed the gen_jars output group
6997 - Set --defer_param_files to default to true.
6998 - Sort attribute lists in proto-form query output to fix
6999 non-deterministic genquery output.
7000 - Replace 0/1 with False/True for testonly attribute
7001 - bazel now supports a .bazelignore file specifying
7002 directories to be ignored; however, these directories still
7003 have to be well founded and, in particular, may not contain
7004 symlink cycles.
7005 - Add more detailed reporting of the differences between startup
7006 options.
7007 - update data binding to 3.2.0
7008 - For Android incremental dexing actions, Bazel now persists its
7009 DexBuilder process across individual actions. From our
7010 benchmarks, this results in a 1.2x speedup for clean local builds.
7011 - The standard `xcode_VERSION` feature now always uses exactly two
7012 components in the version, even if you specify `--xcode_version`
7013 with
7014 more or fewer than two.
7015 - A rule error will be thrown if a Skylark rule implementation
7016 function returns multiple providers of the same type. Try the
7017 `--incompatible_disallow_conflicting_providers` flag to ensure
7018 your code is forward-compatible.
7019 - Removed notion of FULLY_STATIC linking mode from C++ rules.
7020 - In documentation, we've renamed Skylark into Starlark.
7021 - Execution Log Parser can now, when printing it out, reorder the
7022 actions for easier text diffs
7023 - Linkstamps are no longer recompiled after server restart.
7024 - Use VanillaJavaBuilder and disable header compilation in
7025 toolchain_hostjdk8. The default toolchain will soon drop
7026 compatibility with JDK 8. Using a JDK 8 host_javabase
7027 will only be supported when using 'VanillaJavaBuilder' (which
7028 does not support Error Prone,
7029 Strict Java Deps, or reduced classpaths) and with header
7030 compilation disabled.
7031 - In the future, Bazel will expand tree artifacts in runfiles, too,
7032 which causes the sandbox to link each file individually into the
7033 sandbox directory, instead of symlinking the entire directory. In
7034 this release, the behavior is not enabled by default yet. Please
7035 try it out via
7036 --incompatible_symlinked_sandbox_expands_tree_artifacts_in_runfile
7037 s_tree and let us know if it causes issues. If everything looks
7038 good, this behavior will become the default in a following
7039 release.
7040
Bazel Release System1bd58832018-08-13 15:41:26 +02007041## Release 0.16.1 (2018-08-13)
7042
7043```
7044Baseline: 4f64b77a3dd8e4ccdc8077051927985f9578a3a5
7045
7046Cherry picks:
7047 + 4c9a0c82d308d5df5c524e2a26644022ff525f3e:
7048 reduce the size of bazel's embedded jdk
7049 + d3228b61f633cdc5b3f740b641a0836f1bd79abd:
7050 remote: limit number of open tcp connections by default. Fixes
7051 #5491
7052 + 8ff87c164f48dbabe3b20becd00dde90c50d46f5:
7053 Fix autodetection of linker flags
7054 + c4622ac9205d2f1b42dac8c598e83113d39e7f11:
7055 Fix autodetection of -z linker flags
7056 + 10219659f58622d99034288cf9f491865f818218:
7057 blaze_util_posix.cc: fix order of #define
7058 + ab1f269017171223932e0da9bb539e8a17dd99ed:
7059 blaze_util_freebsd.cc: include path.h explicitly
7060 + 68e92b45a37f2142c768a56eb7ecfa484b8b22df:
7061 openjdk: update macOS openjdk image. Fixes #5532
7062 + f45c22407e6b00fcba706eb62141cb9036bd38d7:
7063 Set the start time of binary and JSON profiles to zero correctly.
7064 + bca1912853086b8e9a28a85a1b144ec0dc9717cc:
7065 remote: fix race on download error. Fixes #5047
7066 + 3842bd39e10612c7eef36c6048407e81bcd0a8fb:
7067 jdk: use parallel old gc and disable compact strings
7068 + 6bd0bdf5140525cb33dc2db068b210261d9df271:
7069 Add objc-fully-link to the list of actions that require the
7070 apple_env feature. This fixes apple_static_library functionality.
7071 + f330439fb970cfa17c70fc59c1458bb1c31c9522:
7072 Add the action_names_test_files target to the OSS version of
7073 tools/buils_defs/cc/BUILD.
7074 + d215b64362c4ede61c8ba87b5f3f57bce4785d15:
7075 Fix StackOverflowError on Windows. Fixes #5730
7076 + 366da4cf27b7f957ef39f89206db77fa2ac289df:
7077 In java_rules_skylark depend on the javabase through
7078 //tools/jdk:current_java_runtime
7079 + 30c601dc13d9e1b40a57434c022c888c7578cc56:
7080 Don't use @local_jdk for jni headers
7081 + c56699db5f9173739ba3ac55aa9fa69b6457a99b:
7082 'DumpPlatformClasspath' now dumps the current JDK's default
7083 platform classpath
7084```
7085
7086This release is a patch release that contains fixes for several serious
7087regressions that were found after the release of Bazel 0.16.0.
7088
7089In particular this release resolves the following issues:
7090
7091 - Bazel crashes with a StackOverflowError on Windows (See #5730)
7092 - Bazel requires a locally installed JDK and does not fall back
7093 to the embedded JDK (See #5744)
7094 - Bazel fails to build for Homebrew on macOS El Capitan (See #5777)
7095 - A regression in apple_static_library (See #5683)
7096
7097Please watch our blog for a more detailed release announcement.
7098
Bazel Release Systemb292ad12018-07-31 12:55:37 -04007099## Release 0.16.0 (2018-07-31)
Bazel Release System97564f62018-07-17 14:19:41 +02007100
7101```
Bazel Release Systemb292ad12018-07-31 12:55:37 -04007102Baseline: 4f64b77a3dd8e4ccdc8077051927985f9578a3a5
Bazel Release System97564f62018-07-17 14:19:41 +02007103
7104Cherry picks:
Bazel Release Systemb292ad12018-07-31 12:55:37 -04007105 + 4c9a0c82d308d5df5c524e2a26644022ff525f3e:
7106 reduce the size of bazel's embedded jdk
7107 + d3228b61f633cdc5b3f740b641a0836f1bd79abd:
7108 remote: limit number of open tcp connections by default. Fixes
7109 #5491
Bazel Release System97564f62018-07-17 14:19:41 +02007110 + 8ff87c164f48dbabe3b20becd00dde90c50d46f5:
7111 Fix autodetection of linker flags
7112 + c4622ac9205d2f1b42dac8c598e83113d39e7f11:
7113 Fix autodetection of -z linker flags
Bazel Release Systemb292ad12018-07-31 12:55:37 -04007114 + 10219659f58622d99034288cf9f491865f818218:
7115 blaze_util_posix.cc: fix order of #define
7116 + ab1f269017171223932e0da9bb539e8a17dd99ed:
7117 blaze_util_freebsd.cc: include path.h explicitly
7118 + 68e92b45a37f2142c768a56eb7ecfa484b8b22df:
7119 openjdk: update macOS openjdk image. Fixes #5532
7120 + f45c22407e6b00fcba706eb62141cb9036bd38d7:
7121 Set the start time of binary and JSON profiles to zero correctly.
7122 + bca1912853086b8e9a28a85a1b144ec0dc9717cc:
7123 remote: fix race on download error. Fixes #5047
7124 + 3842bd39e10612c7eef36c6048407e81bcd0a8fb:
7125 jdk: use parallel old gc and disable compact strings
Bazel Release System97564f62018-07-17 14:19:41 +02007126```
7127
Bazel Release Systemb292ad12018-07-31 12:55:37 -04007128Incompatible changes:
7129
7130 - The $(ANDROID_CPU) Make variable is not available anymore. Use
7131 $(TARGET_CPU) after an Android configuration transition instead.
7132 - The $(JAVA_TRANSLATIONS) Make variable is not supported anymore.
7133 - Skylark structs (using struct()) may no longer have to_json and
7134 to_proto overridden.
7135 - The mobile-install --skylark_incremental_res flag is no longer
7136 available, use the --skylark flag instead.
7137
7138New features:
7139
7140 - android_local_test now takes advantage of Robolectric's binary
7141 resource processing which allows for faster tests.
7142 - Allow @ in package names.
7143
Bazel Release System97564f62018-07-17 14:19:41 +02007144Important changes:
7145
Bazel Release Systemb292ad12018-07-31 12:55:37 -04007146 - Option --glibc is removed, toolchain selection relies solely on
7147 --cpu and --compiler options.
7148 - Build support for enabling cross binary FDO optimization.
7149 - The --distdir option is no longer experimental. This
7150 option allows to specify additional directories to look for
7151 files before trying to fetch them from the network. Files from
7152 any of the distdirs are only used if a checksum for the file
7153 is specified and both, the filename and the checksum, match.
7154 - Java coverage works now with multiple jobs.
7155 - Flip default value of --experimental_shortened_obj_file_path to
7156 true, Bazel now generates short object file path by default.
7157 - New rules for importing Android dependencies:
7158 `aar_import_external` and `aar_maven_import_external`.
7159 `aar_import_external` enables specifying external AAR
7160 dependencies using a list of HTTP URLs for the artifact.
7161 `aar_maven_import_external` enables specifying external AAR
7162 dependencies using the artifact coordinate and a list of server
7163 URLs.
7164 - The BAZEL_JAVAC_OPTS environment variable allows arguments, e.g.,
7165 "-J-Xmx2g", may be passed to the javac compiler during bootstrap
7166 build. This is helpful if your system chooses too small of a max
7167 heap size for the Java compiler during the bootstrap build.
7168 - --noexpand_configs_in_place is deprecated.
7169 - A tool to parse the Bazel execution log.
7170 - Support for LIPO has been fully removed.
7171 - Remove support for --discard_actions_after_execution.
7172 - Add --materialize_param_files flag to write parameter files even
7173 when actions are executed remotely.
7174 - Windows default system bazelrc is read from the user's
7175 ProgramData if present.
7176 - --[no]allow_undefined_configs no longer exists, passing undefined
7177 configs is an error.
Bazel Release System1281a022018-07-16 16:13:53 +02007178 - In remote caching we limit the number of open
7179 TCP connections to 100 by default. The number can be adjusted
7180 by specifying the --remote_max_connections flag.
7181
Bazel Release System5013a332018-06-26 14:07:47 +02007182## Release 0.15.0 (2018-06-26)
7183
7184```
7185Baseline: b93ae42e8e693ccbcc387841a17f58259966fa38
7186
7187Cherry picks:
7188 + 4b80f2455e7e49a95f3a4c9102a67a57dad52207:
7189 Add option to enable Docker sandboxing.
7190 + 6b1635279e8b33dc1ac505ac81825e38f8797a14:
7191 Allow disabling the simple blob caches via CLI flag overrides.
7192 + 4ec0a7524913ab2c4641368e3f8c09b347351a08:
7193 Use BUILD.bazel instead of BUILD for external projects
7194```
7195
7196Incompatible changes:
7197
7198 - Bazel now always runs binaries in with "bazel run" in
7199 interactive mode. The "--nodirect_run" command line option is now
7200 a no-op.
7201 - "bazel run --noas_test" is not supported anymore.
7202 - Indentation on the first line of a file was previously ignored.
7203 This is now fixed.
7204
7205New features:
7206
7207 - C++,runfiles: to access data-dependencies (runfiles) in C++
7208 programs, use the runfiles library built into Bazel. For usage
7209 info, see
7210 https://github.com/bazelbuild/bazel/blob/master/tools/cpp/runfiles
7211 /runfiles.h
7212
7213Important changes:
7214
7215 - Bazel now allows almost all 7-bit ASCII characters in labels.
7216 - Remove vestigial java_plugin.data attribute
7217 - Bazel supports including select Java 8 APIs into Android apps
7218 targeting pre-Nougat Android devices with
7219 --experimental_desugar_java8_libs
7220 - Flag `--incompatible_disable_glob_tracking` is removed.
7221 - SkyQuery's rbuildfiles now returns targets corresponding to
7222 broken packages.
7223 - Introduce build support for providing cache prefetch hints.
7224 - Update the skylark DefaultInfo documentation to spell out
7225 runfiles, data_runfiles and default_runfiles
7226 - An internal action for symlinking runfiles will use Command
7227 instead of a Spawns. This should have no functional chages; the
7228 only user visible consequence should be that the internal action
7229 is no longer be included in statistics when calculating processes
7230 count.
7231 - --batch is deprecated
7232 - execution strategies line no longer handles differently the case
7233 where all processes have the same strategy.
7234 - The --experimental_remote_spawn_cache flag is now enabled by
7235 default, and remote caching no longer needs --*_strategy=remote
7236 flags (it will fail if they are specified).
7237 - android_binary.aapt_version='aapt2' now supports en_XA and ar_XB
7238 - Added --apple_enable_auto_dsym_dbg flag.
7239 - non_propagated_deps has been removed from objc_library and
7240 apple_binary.
7241 - For Android projects, Bazel now supports building fonts as
7242 resources. See
7243 https://developer.android.com/guide/topics/ui/look-and-feel/fonts-in-xml
7244 for more information on the feature.
7245 - With --incompatible_no_support_tools_in_action_inputs enabled, Skylark
7246 action inputs are no longer scanned for tools. Move any such
7247 inputs to the newly introduced 'tools' attribute.
7248
Bazel Release System513bbf52018-06-08 14:15:20 +02007249## Release 0.14.1 (2018-06-08)
7250
7251```
7252Baseline: 5c3f5c9be7fa40d4fb3c35756891fab8483ca406
7253
7254Cherry picks:
7255 + f96f037f8f77335dc444844abcc31a372a3e1849:
7256 Windows, Java launcher: Support jar files under different drives
7257 + ff8162d01409db34893de98bd840a51c5f13e257:
7258 sh_configure.bzl: FreeBSD is also a known platform
7259 + 7092ed324137f03fcd34856bdb0595a1bdec3069:
7260 Remove unneeded exec_compatible_with from local_sh_toolchain
7261 + 57bc201346e61c62a921c1cbf32ad24f185c10c9:
7262 Do not autodetect C++ toolchain when
7263 BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 is present
7264 + 35a78c09cf2fbfc3de9c124d2142e3d72aac4348:
7265 remote: recursively delete incomplete downloaded output
7266 directory.
7267 + 3c9cd82b847f3ece8ec04b2029bd5e8ad0eb7502:
7268 distfile: pack the archives needed later in the build
7269 + 27487c77387e457df18be3b6833697096d074eab:
7270 Slightly refactor SpawnAction to improve env handling
7271 + 1b333a2c37add9d04fe5bc5258ee4f73c93115e2:
7272 Fix Cpp{Compile,Link}Action environment and cache key computation
7273 + 3da8929963e9c70dff5d8859d6e988e6e7f4f9d7:
7274 Make SymlinkTreeAction properly use the configuration's
7275 environment
7276 + eca7b81cf8cc51e1fe56e5ed7d4ad5cd1668a17a:
7277 Add a missing dependency from checker framework dataflow to
7278 javacutils
7279 + 10a4de954c2061258d8222961fc3bd39516db49d:
7280 Release 0.14.0 (2018-06-01)
7281 + 4b80f2455e7e49a95f3a4c9102a67a57dad52207:
7282 Add option to enable Docker sandboxing.
7283 + 6b1635279e8b33dc1ac505ac81825e38f8797a14:
7284 Allow disabling the simple blob caches via CLI flag overrides.
7285```
7286
7287Bug fix for [#5336](https://github.com/bazelbuild/bazel/issues/5336)
7288Bug fix fot [#5308](https://github.com/bazelbuild/bazel/issues/5308)
7289
Bazel Release System3a592f62018-06-01 15:04:31 +02007290## Release 0.14.0 (2018-06-01)
7291
7292```
7293Baseline: 5c3f5c9be7fa40d4fb3c35756891fab8483ca406
7294
7295Cherry picks:
7296 + f96f037f8f77335dc444844abcc31a372a3e1849:
7297 Windows, Java launcher: Support jar files under different drives
7298 + ff8162d01409db34893de98bd840a51c5f13e257:
7299 sh_configure.bzl: FreeBSD is also a known platform
7300 + 7092ed324137f03fcd34856bdb0595a1bdec3069:
7301 Remove unneeded exec_compatible_with from local_sh_toolchain
7302 + 57bc201346e61c62a921c1cbf32ad24f185c10c9:
7303 Do not autodetect C++ toolchain when
7304 BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1 is present
7305 + 35a78c09cf2fbfc3de9c124d2142e3d72aac4348:
7306 remote: recursively delete incomplete downloaded output
7307 directory.
7308 + 3c9cd82b847f3ece8ec04b2029bd5e8ad0eb7502:
7309 distfile: pack the archives needed later in the build
7310 + 27487c77387e457df18be3b6833697096d074eab:
7311 Slightly refactor SpawnAction to improve env handling
7312 + 1b333a2c37add9d04fe5bc5258ee4f73c93115e2:
7313 Fix Cpp{Compile,Link}Action environment and cache key computation
7314 + 3da8929963e9c70dff5d8859d6e988e6e7f4f9d7:
7315 Make SymlinkTreeAction properly use the configuration's
7316 environment
7317 + eca7b81cf8cc51e1fe56e5ed7d4ad5cd1668a17a:
7318 Add a missing dependency from checker framework dataflow to
7319 javacutils
7320```
7321
7322Incompatible changes:
7323
7324 - Add --incompatible_disallow_legacy_javainfo flag.
7325 - Added flag --incompatible_disallow_old_style_args_add to help
7326 migrate from args.add() to args.add_all() / args.add_joined()
7327 where appropriate.
7328
7329New features:
7330
7331 - Bash,runfiles: use the new platform-independent library in
7332 `@bazel_tools//tools/bash/runfiles` to access runfiles
7333 (data-dependencies). See
7334 https://github.com/bazelbuild/bazel/blob/master/tools/bash/runfile
7335 s/runfiles.bash for usage information.
7336 - TemplateVariableInfo can now be constructed from Skylark.
7337 - The java_host_runtime_alias rule is now implemented in Java.
7338
7339Important changes:
7340
7341 - Flip default value of --experimental_shortened_obj_file_path to
7342 true, Bazel now generates short object file path by default.
7343 - Introduce fdo_profile rule that allows architecture-sensitive
7344 specification of fdo profiles.
7345 - canonicalize-flags no longer reorders the flags
7346 - CppRules: optional_compiler_flag was removed from CROSSTOOL, use
7347 features instead.
7348 - Labels of the form ////foo are disallowed.
7349 - The `/` operator is deprecated in favor of `//` (floor integer
7350 division).
7351 Try the `--incompatible_disallow_slash_operator` flag to ensure
7352 your code
7353 is forward-compatible.
7354 - Flip default value of --experimental_shortened_obj_file_path to
7355 true, Bazel now generates short object file path by default.
7356 - Exposed "mnemonic" and "env" fields on skylark "Action" objects.
7357 - Removed flag `--incompatible_disallow_toplevel_if_statement`.
7358 - Remove vestigial 'deps' and 'data' attributes from
7359 proto_lang_toolchain
7360 - Args objects (ctx.actions.args()) have new methods add_all() and
7361 add_joined() for building command lines using depsets.
7362 - `FileType` is deprecated and will be removed soon.
7363 Try the `--incompatible_disallow_filetype` flag to ensure your
7364 code
7365 is forward-compatible.
7366 - Introduce absolute_path_profile attribute that allows fdo_profile
7367 to accept absolute paths.
7368 - Support two-arg overloads for ctx.actions.args (eg.
7369 args.add("--foo", val))
7370 - Introduce 'tools' attribute to ctx.actions.run.
7371 - Fixed error message for proguard_apply_dictionary.
7372 - "bazel run" now lets one run interactive binaries. The
7373 BUILD_WORKSPACE_DIRECTORY and BUILD_WORKING_DIRECTORY environment
7374 variables indicate the working directory and the workspace root
7375 of the Bazel invocation. Tests are provided with an approximation
7376 of the official test environment.
7377 - repository rules are no longer restricted to return None.
7378 - Add --high_priority_workers flag.
7379 - CppRules: Feature configuration can be created from Skylark
7380 - Adds new-style JavaInfo provider constructor.
7381 - Make java_common.compile now uses java_toolchain javacopts by
7382 default; explicitly retrieving them using
7383 java_common.default_javac_opts is unnecessary.
7384 - CppRules: C++ command lines and env variables for C++ actions can
7385 be retrieved from feature configuration.
7386 - Skylark rule definitions may advertise providers that targets of
7387 the rule must propagate.
7388 - Bazel now supports running actions inside Docker containers.
7389 To use this feature, run "bazel build --spawn_strategy=docker
7390 --experimental_docker_image=myimage:latest".
7391 - Remote execution works for Windows binaries with launchers.
7392 - Fixing start/end lib expansion for linking. There were many cases
7393 where archive files were still being used with toolchains that
7394 support start/end lib. This change consolidates the places that
7395 make that decision so they can be more consistent.
7396 - Add support for reporting an error if
7397 android_test.binary_under_test contains incompatible versions of
7398 deps
7399 - We replaced the --experimental_local_disk_cache and
7400 --experimental_local_disk_cache_path flags into a single
7401 --disk_cache flag. Additionally, Bazel now tries to create the disk cache
7402 directory if it doesn't exist.
7403 - Save Blaze memory by not storing LinkerInput objects in
7404 LinkCommandLine
7405 - In the JavaInfo created by java_common.create_provider now
7406 includes both direct and transitive arguments in
7407 transitive_compile_time_jars and transitive_runtime_jars
7408 - Allow --worker_max_instances to take MnemonicName=value to
7409 specify max for each worker.
7410 - Allow java_toolchain.header_compiler to be an arbitrary executable
7411
Bazel Release System24c68ff2018-05-23 10:59:57 +02007412## Release 0.13.1 (2018-05-23)
7413
7414```
7415Baseline: fdee70e6e39b74bfd9144b1e350d2d8806386e05
7416
7417Cherry picks:
7418 + f083e7623cd03e20ed216117c5ea8c8b4ec61948:
7419 windows: GetOutputRoot() returns GetHomeDir()
7420 + fa36d2f48965b127e8fd397348d16e991135bfb6:
7421 Automated rollback of commit
7422 4465dae23de989f1452e93d0a88ac2a289103dd9.
7423 + 4abd2babcc50900afd0271bf30dc64055f34e100:
7424 Add error message on empty public resources
7425 + 2c957575ff24c183d48ade4345a79ffa5bec3724:
7426 test-setup: remove leading "./" from test name
7427 + e6eaf251acb3b7054c8c5ced58a49c054b5f23b1:
7428 Sort entries by segment when building a parent node to prevent
7429 unordered directory structures.
7430```
7431
7432Important changes:
7433
7434 - Remote Execution: Fixes a regression that produces directories with unsorted file/directory lists
7435
Bazel Release System1d9c6062018-04-30 10:45:38 +02007436## Release 0.13.0 (2018-04-30)
7437
7438```
7439Baseline: fdee70e6e39b74bfd9144b1e350d2d8806386e05
7440
7441Cherry picks:
7442 + f083e7623cd03e20ed216117c5ea8c8b4ec61948:
7443 windows: GetOutputRoot() returns GetHomeDir()
7444 + fa36d2f48965b127e8fd397348d16e991135bfb6:
7445 Automated rollback of commit
7446 4465dae23de989f1452e93d0a88ac2a289103dd9.
7447 + 4abd2babcc50900afd0271bf30dc64055f34e100:
7448 Add error message on empty public resources
7449 + 2c957575ff24c183d48ade4345a79ffa5bec3724:
7450 test-setup: remove leading "./" from test name
7451```
7452
7453Incompatible changes:
7454
7455 - Remove //tools/defaults:android_jar. Use
7456 @bazel_tools//tools/android:android_jar instead.
7457 - The flag --incompatible_show_all_print_messages is removed.
7458 Messages generated by `print` statements from any package will be
7459 displayed as
7460 DEBUG messages.
7461 - The --incompatible_disallow_uncalled_set_constructor flag is no
7462 longer available, the `set` constructor` is completely removed
7463 from Skylark.
7464 Use `depset` instead.
7465 - Variables PACKAGE_NAME and REPOSITORY_NAME are deprecated in
7466 favor of
7467 functions `package_name()` and `repository_name()`.
7468
7469 https://docs.bazel.build/versions/master/skylark/lib/native.html#p
7470 ackage_name
7471 - BUILD_TIMESTAMP now contains seconds (and not milliseconds) since
7472 the epoch.
7473
7474New features:
7475
7476 - Strings have a new .elems() method, that provides an iterator on
7477 the characters of the string.
7478 - Now you can access three functions in windows_cc_configure.bzl by:
7479 load("@bazel_tools/tools/cpp:windows_cc_configure.bzl",
7480 "<function_name>")
7481
7482Important changes:
7483
7484 - CppRules: Unified action_configs for static libraries
7485 - Remove support for blaze dump --vfs. It is no longer meaningful.
7486 - Enable dependency checking for aar_import targets.
7487 - internal_bootstrap_hack has been deprecated and removed.
7488 - Properly handle tree artifacts on the link command line coming
7489 from a cc_library dependency.
7490 - Allow C++ features to make proto_library emit smaller C++ code
7491 - The 'j2objc' configuration fragment is exposed to Skylark.
7492 - Remove the default content of the global bazelrc.
7493 - In int() function, do not auto-detect base if input starts with
7494 '0'.
7495 - Users can now pass --experimental_shortened_obj_file_path=true to
7496 have a shorter object file path, the object file paths (and all
7497 other related paths) will be constructed as following:
7498 If there's no two or more source files with the same base name:
7499
7500 <bazel-bin>/<target_package_path>/_objs/<target_name>/<source_base
7501 _name>.<extension>
7502 otherwise:
7503
7504 <bazel-bin>/<target_package_path>/_objs/<target_name>/N/<source_ba
7505 se_name>.<extension>
7506 N = the file?s order among the source files with the same
7507 basename, starts from 0.
7508 - Move (c/cxx)opts from legacy_compile_flags to user_compile_flags
7509 - CppRules: Remove optional_*_flag fields from CROSSTOOL, they are
7510 not
7511 used, and could be expressed using features.
7512 - Introduce --incompatible_disable_objc_provider_resources to turn
7513 off all resource-related fields of the Objc provider.
7514 - Removed the statement of "What does Bazel support?" as it's
7515 limiting/misleading. Added supported host OSes to
7516 "multi-platform" paragraph.
7517 - android_library AAR output now contains proguard.txt
7518 - Bazel now displays information about remote cache hits and
7519 execution strategies used in its UI after every build and test,
7520 and adds a corresponding line "process stats" to BuildToolLogs in
7521 BEP.
7522 - Print correct build result for builds with --aspects flag.
7523 - android_binary.manifest_merger is no longer supported.
7524
Bazel Release System546976c2018-04-11 17:34:19 +02007525## Release 0.12.0 (2018-04-11)
7526
7527```
7528Baseline: b33e5afa313322a7048044c44d854cbb666b988e
7529
7530Cherry picks:
7531 + 369409995bd75eeb0683fd24f7585d2a90320796:
7532 Automated rollback of commit
7533 c2b332b45e6ea41a14ecbd3c5f30782bcdeec301.
7534 + dbf779869751cc893ba240402d352c6e70be2978:
7535 Emit SJD errors even if we don't know the label of a dependency
7536 + 4c3098cfa6f00f90c7530b6f40d3e93062931c1d:
7537 Android tools: remove mtime-modifications
7538 + a1068c44a700ec2cff84cbd12592e9bfea25d754:
7539 NDK cc_toolchains: include bundled runtime libraries in
7540 cc_toolchain.all_files
7541 + b1be5816ec1bf8e1172c1bed4f29b4e6c6bb7202:
7542 runfiles,Python: remove library from @bazel_tools
7543 + 0a4622012ff796429220fe57d3217f262cc208a8:
7544 Fix visibility of def_parser for remote builds
7545 + 3c5373c50c7c492842f8a468906eda2c0bc90787:
7546 Remove visibility attribute from
7547 //third_party/def_parser:def_parser
7548 + f54d7e5293cc40ce3507a9adef530e46ab817585:
7549 Enable bulk writes in the HttpBlobStore
7550 + 04ce86e8ba96630f89a436167b7f3a195c5e50e7:
7551 remote/http: properly complete user promise
7552```
7553
7554Incompatible changes:
7555
7556 - The order of dict-valued attributes is now the order in the BUILD
7557 file (or in the Skylark dict they were created from) and not
7558 lexicographically sorted.
7559
7560New features:
7561
7562 - The new "--direct_run" flag on "blaze run" lets one run
7563 interactive binaries.
7564 - "blaze run --direct_run" with tests now gives the test an
7565 approximation of the official test environment.
7566 - "blaze run --direct_run" now exports the
7567 BUILD_{WORKSPACE,WORKING}_DIRECTORY variables to tell the binary
7568 about the cwd of the client and the workspace root.
7569 - New Android device test rule: android_instrumentation_test.
7570 - Add option to dump the action graph to a file: 'bazel dump
7571 --action_graph=/path/to/file'.
7572 - Pass `tags` from `java_import_external` rule to the generated
7573 `java_import` rule.
7574 - blaze query: use --proto:output_rule_attrs to filter for given
7575 attributes
7576 - Added Android NDK r15 support, including compatibility with
7577 Unified Headers.
7578 - Adds --ltobackendopt and --per_file_ltobackendopt for passing
7579 options to ThinLTO LTO backend compile actions only.
7580
7581Important changes:
7582
7583 - Fix how libraries to link is specified to archiver actions.
7584 - Fix how libraries_to_link are expanded in the archiver command
7585 line.
7586 - stop using --no-locals in android coverage builds
7587 - apple_binary can now generate dSYM outputs with the
7588 --apple_generate_dsym=true flag.
7589 - Fix FDO_STAMP_MACRO to only be set when fdoBuildStamp is not null.
7590 - Improved clarity of warning message for unsupported NDK revisions.
7591 - Add lint check for discouraging glob(["**/*.java"])
7592 - unifly lint glob(["**/*.java"]) message
7593 - Removed flags `--incompatible_checked_arithmetic`,
7594 `--incompatible_dict_literal_has_no_duplicates`,
7595 `--incompatible_disallow_keyword_only_args`, and `
7596 --incompatible_comprehension_variables_do_not_leak`.
7597 - Add "proto_source_root" flag to proto_library.
7598 - Updated default android_cpu value to armeabi-v7a
7599 - In skylark, print(target) now shows the provider keys of a
7600 target, as debug information.
7601 - The native http_archive rule is deprecated. Use the
7602 Skylark version available via
7603 load("@bazel_tools//tools/build_defs/repo:http.bzl",
7604 "http_archive")
7605 instead.
7606 - flaky_test_attempts supports the regex@attempts syntax, like
7607 runs_per_test.
7608 - Fixed include paths for NDK r13+ llvm-libc++ headers to
7609 `ndk/sources/cxx-stl/llvm-libc++/include` and
7610 `ndk/sources/cxx-stl/llvm-libc++abi/include`
7611 - --config flags now expand in place by default.
7612 - aar_import now sets java.transitive_exports.
7613 - repository_cache is no longer experimental and enabled by default.
7614 - BAZEL_LINKOPTS is now consulted when autoconfiguring c++ toolchain
7615 - The native git_repository rule is deprecated. Use the
7616 Skylark version available via
7617 load("@bazel_tools//tools/build_defs/repo:git.bzl",
7618 "git_repository")
7619 instead.
7620 - Removed flag `--incompatible_load_argument_is_label`.
7621 - CcToolchain: Introduced action_config for
7622 "c++-link-transitive-dynamic-library"
7623 - Use bazel dump --action_graph=/path/to/action.proto
7624 --action_graph:targets://foo:bar,//foo:foo to filter for certain
7625 targets in the action graph dump.
7626 - Added Android NDK r16 support. Use --cxxopt='-std=c++11` compile
7627 with the C++11 standard, and
7628 `--android_crosstool_top=@androidndk//:toolchain-libcpp` to use
7629 the `libc++` STL.
7630 - Add a --build_event_publish_all_actions flag to allow all actions
7631 to be published via the BEP.
7632 - C++: Introduced --experimental_drop_fully_static_linking_mode
7633 - Removed cc_inc_library, please use cc_library instead
7634 - CppRules: cc_binary/cc_test now enable 'static_linking_mode' or
7635 'dynamic_linking_mode'.
7636
Bazel Release Systemc86d6a02018-03-06 19:32:18 +01007637## Release 0.11.1 (2018-03-06)
7638
7639```
7640Baseline: 00d781ae78a8bd51d3c61b621d79f0bb095aff9e
7641
7642Cherry picks:
7643 + ea2d4c475febdbd59ca0e0ba46adc7be759f84e0:
7644 Update stub_finds_runfiles_test to be a real sh_test.
7645 + d855d8133f4efb73ebd5e82c54a9afb4c7565d46:
7646 java,runfiles: fix bugs in runfiles library
7647 + 56aeb04a064218b845ecc193d530c341c6ec854d:
7648 Fixing #4585: broken re-execution of orphaned actions.
7649 + cf3f81aef7c32019d70cbce218a64a03276268f0:
7650 remote: Add support for HTTP Basic Auth
7651 + 28bd997c1c8793973f63dcae4c22bbae49e7d8b7:
7652 Fixing test-setup.sh occasionally missing stdout/stderr, on
7653 systems where "tail --pid" is supported.
7654 + 109e4b4dc9e786e3a2d8d7cb245d18320dbe9216:
7655 Automated rollback of commit
7656 7e6837cc1d1aa4259f5c27ba3606b277b5f6c3e9.
7657 + b3d52b1b6d46a0f23cc91125c1d522e9d13433b4:
7658 Fix incorrect include directories when -no-canonical-prefixes is
7659 passed to clang
7660 + 1001141f0674ff4b611814edcb00a5183680ef4a:
7661 Roll forward of
7662 https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba1
7663 b52bcac5a3ff942029
7664 (https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba
7665 1b52bcac5a3ff942029). Fix #4625 by running the test process in a
7666 sub-shell.
7667 + fc98b44b6181fa4c3efd8613d887970629468d74:
7668 android,windows: bugfix in aar_resources_extractor
7669```
7670
7671Important changes:
7672
7673 - Fixes regression building Android rules on Windows.
7674
Bazel Release System09077a32018-02-23 11:09:18 -05007675## Release 0.11.0 (2018-02-23)
7676
7677```
7678Baseline: 00d781ae78a8bd51d3c61b621d79f0bb095aff9e
7679
7680Cherry picks:
7681 + ea2d4c475febdbd59ca0e0ba46adc7be759f84e0:
7682 Update stub_finds_runfiles_test to be a real sh_test.
7683 + d855d8133f4efb73ebd5e82c54a9afb4c7565d46:
7684 java,runfiles: fix bugs in runfiles library
7685 + 56aeb04a064218b845ecc193d530c341c6ec854d:
7686 Fixing #4585: broken re-execution of orphaned actions.
7687 + cf3f81aef7c32019d70cbce218a64a03276268f0:
7688 remote: Add support for HTTP Basic Auth
7689 + 28bd997c1c8793973f63dcae4c22bbae49e7d8b7:
7690 Fixing test-setup.sh occasionally missing stdout/stderr, on
7691 systems where "tail --pid" is supported.
7692 + 109e4b4dc9e786e3a2d8d7cb245d18320dbe9216:
7693 Automated rollback of commit
7694 7e6837cc1d1aa4259f5c27ba3606b277b5f6c3e9.
7695 + b3d52b1b6d46a0f23cc91125c1d522e9d13433b4:
7696 Fix incorrect include directories when -no-canonical-prefixes is
7697 passed to clang
7698 + 3904ac33a983fd8faebba1b52bcac5a3ff942029:
7699 Automated rollback of commit
7700 28bd997c1c8793973f63dcae4c22bbae49e7d8b7.
7701 + 1001141f0674ff4b611814edcb00a5183680ef4a:
7702 Roll forward of
7703 https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba1
7704 b52bcac5a3ff942029
7705 (https://github.com/bazelbuild/bazel/commit/3904ac33a983fd8faebba
7706 1b52bcac5a3ff942029). Fix #4625 by running the test process in a
7707 sub-shell.
7708```
7709
7710Incompatible changes:
7711
7712 - ctx.fragments.jvm is not available anymore.
7713
7714New features:
7715
7716 - java,runfiles: You can now depend on
7717 `@bazel_tools//tools/runfiles:java-runfiles` to get a
7718 platform-independent runfiles library for Java. See JavaDoc of
7719 https://github.com/bazelbuild/bazel/blob/master/src/tools/runfiles
7720 /java/com/google/devtools/build/runfiles/Runfiles.java for usage
7721 information.
7722
7723Important changes:
7724
7725 - The --[no]experimental_disable_jvm command line option is not
7726 supported anymore.
7727 - Allow expanding TreeArtifacts for libraries_to_link
7728 - Proguarded Android binaries can be built with incremental dexing.
7729 - aar_import now supports assets.
7730 - Crash in OutputJar::Close has been fixed
7731 - generator_* attributes are nonconfigurable.
7732 - Introduces --[no]keep_state_after_build
7733 - Add support for merged object files needed for -flto-unit.
7734 - Fix how libraries to link is specified to archiver actions.
7735 - Replace //tools/defaults:android_jar with
7736 @bazel_tools//tools/android:android_jar.
7737 //tools/defaults:android_jar will be removed in a future release.
7738 - java_common.compile supports neverlink
7739 - Resolved an issue where a failure in the remote cache would not
7740 trigger local re-execution of an action.
7741
Bazel Release Systeme1148362018-02-15 10:02:05 +01007742## Release 0.10.1 (2018-02-15)
7743
7744```
7745Baseline: 22c2f9a7722e8c8b7fdf8f5d30a40f1c4118e993
7746
7747Cherry picks:
7748 + f6ca78808722c8c119affdb33400838ee92d44b6:
7749 isable_presubmit
7750 + 65c13dd5a4c1b4b5a072f7680b8f1cf3c5079b52:
7751 Fix StreamResourceLeak error
7752 + e5436745e1732f5e43fc55f0deb5b19e23ce8524:
7753 windows: fix --symlink_prefix=/ throwing exception
7754 + 22ccdd1ebe1dc495e05d894a3325f6b05e681fb3:
7755 Fix turbine command lines with empty javacopts
7756 + 96c654d43eb2906177325cbc2fc2b1e90dbcc792:
7757 Remove EOL'd Linux flavours, bump CentOS to 6.9.
7758 + f0bec36864f10370cbbda4caa8beac2e0c5ee45b:
7759 Automated rollback of commit
7760 2aeaeba66857c561dd6d63c79a213f1cabc3650d.
7761 + 860af5be10b6bad68144d9d2d34173e86b40268c:
7762 Consolidate Error Prone resource handling
7763 + 2e631c99495f75270d2639542cefb531ec262d67:
7764 sandbox: properly add `tmpDir` to `writablePaths`
7765 + 5bfa5844d0d16d71e88002956e88402bfec88ef7:
7766 actions,temp: respect TMPDIR envvar
7767 + 6cc2ad8676d1ae0542b351a07a05ddbe5efac165:
7768 sandbox: add env[TMPDIR] instead of `tmpDir`
7769 + 40c757f4ab90214f95935672532a495c4551490a:
7770 Change git clone to pull all history, so all needed commits can
7771 be accessed.
7772 + 56aeb04a064218b845ecc193d530c341c6ec854d:
7773 Fixing #4585: broken re-execution of orphaned actions.
7774```
7775
7776Important changes:
7777
7778 - Resolved an issue where a failure in the remote cache would not
7779 trigger local re-execution of an action.
7780
Bazel Release System5bd27482018-02-01 09:43:33 +01007781## Release 0.10.0 (2018-02-01)
7782
7783```
7784Baseline: 22c2f9a7722e8c8b7fdf8f5d30a40f1c4118e993
7785
7786Cherry picks:
7787 + f6ca78808722c8c119affdb33400838ee92d44b6:
7788 isable_presubmit
7789 + 65c13dd5a4c1b4b5a072f7680b8f1cf3c5079b52:
7790 Fix StreamResourceLeak error
7791 + e5436745e1732f5e43fc55f0deb5b19e23ce8524:
7792 windows: fix --symlink_prefix=/ throwing exception
7793 + 22ccdd1ebe1dc495e05d894a3325f6b05e681fb3:
7794 Fix turbine command lines with empty javacopts
7795 + 96c654d43eb2906177325cbc2fc2b1e90dbcc792:
7796 Remove EOL'd Linux flavours, bump CentOS to 6.9.
7797 + f0bec36864f10370cbbda4caa8beac2e0c5ee45b:
7798 Automated rollback of commit
7799 2aeaeba66857c561dd6d63c79a213f1cabc3650d.
7800 + 860af5be10b6bad68144d9d2d34173e86b40268c:
7801 Consolidate Error Prone resource handling
7802 + 2e631c99495f75270d2639542cefb531ec262d67:
7803 sandbox: properly add `tmpDir` to `writablePaths`
7804 + 5bfa5844d0d16d71e88002956e88402bfec88ef7:
7805 actions,temp: respect TMPDIR envvar
7806 + 6cc2ad8676d1ae0542b351a07a05ddbe5efac165:
7807 sandbox: add env[TMPDIR] instead of `tmpDir`
7808 + 40c757f4ab90214f95935672532a495c4551490a:
7809 Change git clone to pull all history, so all needed commits can
7810 be accessed.
7811```
7812
7813Incompatible changes:
7814
7815 - In order to access the template variables $(JAVA) and
7816 $(JAVABASE), @bazel_tools//tools/jdk:current_java_runtime needs
7817 to be added to the toolchains= attribute from now on.
7818 - The ctx.middle_man function is not supported anymore.
7819 - The flag --incompatible_list_plus_equals_inplace is removed, its
7820 default behavior is preserved. += on lists now always mutates the
7821 left hand
7822 side.
7823 - --android_sdk no longer supports filegroup targets.
7824 - android_* rules no longer support legacy_native_support attribute.
7825
7826New features:
7827
7828 - query: Add option --noproto:flatten_selects to turn off
7829 flattening of selector lists in proto output.
7830 - New android test rule, android_local_test.
7831
7832Important changes:
7833
7834 - The --remote_rest_cache flag now respects --remote_timeout.
7835 - --experimental_java_coverage is available for testing.
7836 - The deprecated builtin `set` is no longer allowed even from within
7837 unexecuted code in bzl files. It's temporarily possible to use
7838 --incompatible_disallow_uncalled_set_constructor=false if this
7839 change causes
7840 incompatibility issues.
7841 - Linkstamping is now a separate and full-blown CppCompileAction,
7842 it's
7843 no longer a part of linking command.
7844 - Using `+`, `|` or `.union` on depsets is now deprecated. Please
7845 use the new
7846 constructor instead (see
7847 https://docs.bazel.build/versions/master/skylark/depsets.html).
7848 - config_feature_flag's default_value is optional. It is
7849 only an error to have a config_feature_flag with no default_value
7850 if that config_feature_flag has not been set in the configuration
7851 it is being evaluated in.
7852 - --[no]keep_incrementality_data is gone, replaced by the
7853 enum-valued --incremental_state_retention_strategy
7854 - Linkstamping is now a separate and full-blown CppCompileAction,
7855 it's
7856 no longer a part of linking command.
7857 - Added --checkHashMismatch flag to ZipFilterAction. Valid values
7858 are IGNORE, WARN and ERROR. --errorOnHashMismatch is deprecated,
7859 please use this flag instead.
7860 - Set build jobs equivalent to number of logical processors by
7861 default. Should improve build times significantly.
7862 - Added --(no)expand_test_suites flag.
7863 - Rename --keep_incrementality_data to --track_incremental_state
7864 - --remote_rest_cache was renamed to --remote_http_cache. Both
7865 options keep working in this release, but --remote_rest_cache
7866 will be
7867 removed in the next release.
7868 - Aspects-on-aspect see and propagate over aspect attributes.
7869 - --auth_* flags were renamed to --google_* flags. The old names
7870 will continue to work for this release but will be removed in the
7871 next
7872 release.
7873 - Remote Caching and Execution support output directories.
7874 - Remove defunct flags
7875 --experimental_incremental_dexing_for_lite_proto and
7876 --experimental_incremental_dexing_error_on_missed_jars that have
7877 long been enabled by default
7878 - New version of aapt2 and Resources.proto.
7879 - Make PIC and non PIC outputs for C++ compilation with Tree
7880 Artifacts
7881
Bazel Release System7b423cc2017-12-19 10:31:05 +01007882## Release 0.9.0 (2017-12-19)
Bazel Release System3d53cb02017-12-05 15:28:40 +01007883
7884```
Bazel Release System7b423cc2017-12-19 10:31:05 +01007885Baseline: ddd5ac16aeffa6c4693c348f73e7365240b1abc5
Bazel Release System3d53cb02017-12-05 15:28:40 +01007886
7887Cherry picks:
Bazel Release System7b423cc2017-12-19 10:31:05 +01007888 + 2cf560f83922e6df9626ba3ee063c1caf6797548:
7889 Update version of re2
7890 + a2d2615362c65be98629b39ce39754a325ed1c42:
7891 Check for null build file returned from getBuildFileForPackage.
7892 + 68c577afc2fb33b5e66b820bcc9043fed1071456:
7893 Fix some broken targets and failing tests.
7894 + 766ba8adc4487f17ebfc081aeba6f34b18b53d6c:
Bazel Release System3d53cb02017-12-05 15:28:40 +01007895 Automated rollback of commit
Bazel Release System7b423cc2017-12-19 10:31:05 +01007896 337f19cc54e77c45daa1d5f61bf0a8d3daf8268f.
7897 + a22d0e9c14e58b29d81f5a83bdcc6e5fce52eafe:
7898 Fix: uploading artifacts of failed actions to remote cache
7899 stopped working.
7900 + 03964c8ccb20d673add76c7f37245e837c3899b6:
7901 [java_common.compile] Name output source jar relative to the
7902 output jar name
Bazel Release System3d53cb02017-12-05 15:28:40 +01007903```
7904
Bazel Release System7b423cc2017-12-19 10:31:05 +01007905Incompatible changes:
7906
7907 - The deprecated `set` constructor is removed, along with the
7908 migration flag --incompatible_disallow_set_constructor. It is
7909 still temporarily
7910 allowed to refer to `set` from within unexecuted code.
7911 - The flag --incompatible_disallow_set_constructor is no longer
7912 available, the deprecated `set` constructor is not available
7913 anymore.
7914 - The path to the JVM executable is not accessible anymore as
7915 ctx.{fragments,host_fragments}.jvm.java_executable. Use
7916 JavaRuntimeInfo.java_executable_exec_path instead.
7917 - --clean_style is no longer an option.
7918
7919New features:
7920
7921 - Users can use win_def_file attribute to specify a DEF file for
7922 exporting symbols when build a shared library on Windows.
7923 - Add --experimental_android_resource_cycle_shrinking option to
7924 allow for more aggressive code and resource shrinking.
7925
7926Important changes:
7927
7928 - Late-bound attributes are exposed to skylark. This is a new API
7929 (`configuration_field()`) to depend on certain
7930 configuration-defined targets from skylark rules.
7931 - Document interaction between test_suite and target exclusions
7932 - AAR manifest files will come from the processed resource APK if it
7933 exists.
7934 RELNOTES: None for Blaze users.
7935 - Document interaction between test_suite and target exclusions
7936 - --keep_incrementality_data flag allows Bazel servers to be run in
7937 memory-saving non-incremental mode independent of --batch and
7938 --discard_analysis_cache.
7939 - Add deps attribute to Skylark maven_aar and maven_jar workspace
7940 rules.
7941 - Use --expand_configs_in_place as a startup argument to change the
7942 order in which --config expansions are interpreted.
7943 - SOURCE_DATE_EPOCH
7944 (https://reproducible-builds.org/specs/source-date-epoch/) can
7945 be used to override the timestamp used for stamped target (when
7946 using --stamp).
7947 - Package specifications can now be prefixed with `-` to indicate
7948 negation
7949 - transitive_source_jars is now exposed on JavaInfo.
7950 - Add six to deps of has_services=1 py_proto_librarys.
7951 - java_tests no complain when use_testrunner is explicitly set to 1
7952 and main_class is set.
7953 - transitive_source_jars is now exposed on JavaInfo.
7954 - Debug messages generated by `print()` are not being filtered out
7955 by --output_filter anymore, it's recommended not to use them in
7956 production code.
7957 - in the Label() function, relative_to_caller_repository is now
7958 deprecated.
7959 - java_tests no complain when use_testrunner is explicitly set to 1
7960 and main_class is set.
7961 - Bazel's default hash function was changed from MD5 to SHA256.
7962 In particular, this affects users of remote caching and
7963 execution, as
7964 all hashes will be SHA256 by default.
7965 - Remove redirects for domains be.bazel.build and cr.bazel.build
7966 from the source for docs.bazel.build (because those subdomains
7967 don't resolve here; they resolve to bazel.build, which has the
7968 redirects for them)
7969 - First argument of 'load' must be a label. Path syntax is removed.
7970 (label should start with '//' or ':').
7971 - Document startup option --host_javabase
7972 - The --host_platform and --platform flags are no longer
7973 experimental.
Bazel Release System3d53cb02017-12-05 15:28:40 +01007974
Bazel Release System0838aee2017-11-27 14:16:34 +01007975## Release 0.8.0 (2017-11-27)
7976
7977```
7978Baseline: cff0dc94f6a8e16492adf54c88d0b26abe903d4c
7979
7980Cherry picks:
7981 + 8a49b156c4edf710e3e1e0acfde5a8d27cc3a086:
7982 Fix ImportError on tools.android for junction_lib
7983 + 275ae45b1228bdd0f912c4fbd634b29ba4180383:
7984 Automated rollback of commit
7985 4869c4e17d5b1410070a1570f3244148d8f97b5d.
7986 + d0bf589f2716b3d139c210930371a684c6e158eb:
7987 Add a random number to action temp dir
7988 + 9738f35abddb7ef7a7ef314b5d2a52a3be1b830a:
7989 CcProtoLibrary: Don't add dynamic librarys to filesToBuild on
7990 Windows
7991 + 0d6ff477099fdf6c8c1c7d4e2104f9184afe0a2b:
7992 Automated rollback of commit
7993 0ebb3e54fc890946ae6b3d059ecbd50e4b5ec840.
7994```
7995
7996Incompatible changes:
7997
7998 - ctx.fragments.apple.{xcode_version,ios_minimum_os} is not
7999 supported anymore. The same information is accessible through the
8000 target @bazel_tools//tools/osx:current_xcode_config: point an
8001 implicit attribute to it (i.e.
8002 attr.label(default=Label("@bazel_tools//tools/osx:current_xcode_co
8003 nfig")) then use
8004 ctx.attr._xcode_config[apple_common].XcodeVersionConfig].
8005 - ctx.fragments.apple.minimum_os_for_platform_type is not supported
8006 anymore. The same information is accessible through the target
8007 @bazel_tools//tools/osx:current_xcode_config: point an implicit
8008 attribute to it (i.e.
8009 attr.label(default=Label("@bazel_tools//tools/osx:current_xcode_co
8010 nfig")) then use
8011 ctx.attr._xcode_config[apple_common].XcodeVersionConfig].minimum_o
8012 s_for_platform_type .
8013 - ctx.fragments.apple.sdk_version_for_platform is not supported
8014 anymore. The same information is accessible through the target
8015 @bazel_tools//tools/osx:current_xcode_config: point an implicit
8016 attribute to it (i.e.
8017 attr.label(default=Label("@bazel_tools//tools/osx:current_xcode_co
8018 nfig")) then use
8019 ctx.attr._xcode_config[apple_common].XcodeVersionConfig].sdk_versi
8020 on_for_platform .
8021 - --javabase=<absolute path> and --host_javabase=<absolute path>
8022 are not supported anymore. If you need this functionality
8023 java_runtime_suite(name="suite", default=":runtime")
8024 java_runtime(name="runtime", java_home=<path to the JDK>) is an
8025 alternative.
8026 - The flag --incompatible_descriptive_string_representations is no
8027 longer available, old style string representations of objects are
8028 not supported
8029 anymore.
8030 - The flag --incompatible_disallow_set_constructor is no longer
8031 available, the deprecated `set` constructor is not available
8032 anymore.
8033 - += on lists now mutates them. `list1 += list2` is now equivalent
8034 to `list1.extend(list2)` and not equivalent to `list1 = list1 +
8035 list2` anymore.
8036 - the target_apple_env and apple_host_system_env methods on
8037 ctx.fragments.apple are not supported anymore. The same
8038 information is accessible through apple_common.target_apple_env
8039 and apple_common.apple_host_system_env . They need the Xcode
8040 configuration as an argument, which can be obtained by declaring
8041 an implicit dependency on it (i.e.
8042 attr.label(default=Label("@bazel_tools//tools/osx:current_xcode_co
8043 nfig")) and then calling e.g.
8044 apple_common.apple_host_system_env(ctx.attr._xcode_config[apple_co
8045 mmon.XcodeVersionConfig]).
8046 - C++ toolchain identifiers are not in the name of the output
8047 directory anymore.
8048 - Selecting on "xcode_version" and
8049 "{ios,tvos,macos,watchos}_sdk_version" is not supported anymore.
8050 What was config_setting(values={"$FOO_version": $VALUE}) is now
8051 config_setting(flag_values={"@bazel_tools//tools/osx:$FOO_version_
8052 flag": $VALUE}).
8053 - Selecting on "xcode_version" and
8054 "{ios,tvos,macos,watchos}_sdk_version" is not supported anymore.
8055 What was config_setting(values={"$FOO_version": $VALUE}) is now
8056 config_setting(flag_values={"@bazel_tools//tools/osx:$FOO_version_
8057 flag": $VALUE}).
8058 - The flag --incompatible_disallow_set_constructor is no longer
8059 available, the deprecated `set` constructor is not available
8060 anymore.
8061 - Selecting on "xcode_version" and
8062 "{ios,tvos,macos,watchos}_sdk_version" is not supported anymore.
8063 What was config_setting(values={"$FOO_version": $VALUE}) is now
8064 config_setting(flag_values={"@bazel_tools//tools/osx:$FOO_versi...
8065
8066New features:
8067
8068 - runfiles, sh: Shell scripts may now depend on
8069 //src/tools/runfiles:runfiles_sh_lib and source runfiles.sh. The
8070 script defines the `rlocation` function which returns runfile
8071 paths on every platform.
8072 - In addition to $(location), Bazel now also supports $(rootpath)
8073 to obtain
8074 the root-relative path (i.e., for runfiles locations), and
8075 $(execpath) to
8076 obtain the exec path (i.e., for build-time locations)
8077
8078Important changes:
8079
8080 - android_binary now supports custom debug keys via the debug_key
8081 attribute.
8082 - Updated Android proguard to 5.3.3. It now works with android-24+.
8083 - --experimental_use_parallel_android_resource_processing and
8084 --experimental_android_use_nocompress_extensions_on_apk are
8085 removed. These features are fully rolled out.
8086 - Fixes #2574
8087 - Fixes #3834
8088 - Enable experimental UI by default.
8089 - .
8090 RELNOTES: None.
8091 RELNOTES: No.
8092 - Add memory profiler.
8093 - [Bazel] {java,cc}_proto_library now look for dependencies in
8094 @com_google_protobuf, instead of in @com_google_protobuf_$LANG
8095 - Improved merge.sh script in cookbook.
8096 - Fixing regression to --experimental_remote_spawn_cache
8097 - Support for linker scripts in NativeDepsHelper (e.g.,
8098 android_binary)
8099 - Skylark semantics flags now affect WORKSPACE files and repository
8100 rules.
8101 - ctx.outputs.executable is deprecated. Use DefaultInfo(executable
8102 = ...) instead.
8103 - Update "mirror.bazel.build" urls to use https.
8104 - Improve --config logging when --announce_rc is present.
8105 - Document interaction between test_suite and target exclusions
8106 - Replace version numbers for Bazel installers with "<version>"
8107 (because this will change often)
8108 - Published command lines should have improved lists of effective
8109 options.
8110 - --incremental_dexing_binary_types has been removed. All builds
8111 are supported by incremental dexing (modulo proguard and some
8112 blacklisted dx flags).
8113 - Document --host_javabase, --host_java_toolchain
8114
Bazel Release System76b6d0a2017-10-18 14:34:11 +02008115## Release 0.7.0 (2017-10-18)
8116
8117```
8118Baseline: 5cc6246d429f7d9119b97ce263b4fd6893222e92
8119
8120Cherry picks:
8121 + e79a1107d90380501102990d82cbfaa8f51a1778:
8122 Windows,bootstrapping: fix build_windows_jni.sh
8123```
8124
8125Incompatible changes:
8126
8127 - The --output=location flag to 'bazel query' cannot be used with
8128 query expressions that involve the 'buildfiles' or 'loadfiles'
8129 operators. This also applies to 'genquery' rules.
8130 - Operators for equality, comparison, 'in' and 'not in' are no
8131 longer associative,
8132 e.g. x < y < z is now a syntax error. Before, it was parsed
8133 as: (x < y) < z.
8134 - In strings, octal sequences greater than \377 are now forbidden
8135 (e.g. "\\600").
8136 Previously, Blaze had the same behavior as Python 2, where
8137 "\\450" == "\050".
8138 - Using tabulation for identation is now fobidden in .bzl files
8139 - `load` is now a language keyword, it cannot be used as an
8140 identifier
8141 - lvalues must have define at least one variable (i.e. we forbid
8142 `[] = f()`).
8143 - Fixed a bug whereby multiple load() statements could appear on
8144 the same line
8145 - -extra_checks:off is no longer supported; use
8146 -XepDisableAllChecks instead
8147 - java_common.java_toolchain_attr is removed. Depend on the
8148 java_toolchain_alias() rule to accomplish the same thing.
8149 - cc_common.cc_toolchain_attr and java_common.java_runtime_attr are
8150 not supported anymore and were replaced with the
8151 cc_toolchain_alias() and java_runtime_alias() rules.
8152 - Noop flag --deprecated_generate_xcode_project deleted.
8153 - Objects in Skylark are converted to strings in a more descriptive
8154 and less harmful way (they don't leak information that shouldn't
8155 be accessed by Skylark code, e.g. nondeterministic memory addresses
8156 of objects).
8157 - `set` is deprecated in BUILD and .bzl files, please use `depset`
8158 instead. Ordering names have also been changed, please use "default",
8159 "postorder", "preorder", and "topological" instead of "stable",
8160 "compile", "naive_link", and "link" correspondingly.
8161 - Integer overflow (on signed 32 bit numbers) in BUILD/bzl files is
8162 an error.
8163 - Keyword-only syntax in a function definition is now forbidden
8164 e.g. `def foo(a, *, b)` or `def foo(a, *b, c)`
8165 - --incompatible_comprehension_variables_do_not_leak defaults to
8166 "true."
8167 Iteration variable becomes inaccessible after a list/dict
8168 comprehension.
8169 - @bazel_tools//tools/build_defs/docker:docker.bzl is no longer
8170 available, please see https://github.com/bazelbuild/rules_docker.
8171
8172New features:
8173
8174 - Zipped LLVM profiles are now supported.
8175 - LIPO maps to ThinLTO for LLVM builds.
8176 - Change to handle LLVM FDO zipped profile contents correctly.
8177 - Do not disable fully dynamic linking with ThinLTO when invoked
8178 via LIPO options.
8179 - There is now a 'siblings' query function. See the query
8180 documentation for more details.
8181 - Added the print_action command, which outputs the
8182 actions needed to build a given target in the form of an
8183 ExtraActionSummary proto in text format.
8184 - android_binary now supports proguard_apply_dictionary to specify
8185 a custom dictionary to use for choosing names to obfuscate
8186 classes and members to.
8187
8188Important changes:
8189
8190 - Windows: bazel clean --expunge works
8191 - First argument of 'load' should be a label. Path syntax is
8192 deprecated (label should start with '//' or ':').
8193 - Octal prefix '0' is deprecated in favor of '0o' (use 0o777
8194 instead of 0777).
8195 - The extension_safe attribute of apple_binary no longer validates
8196 transitive dependencies are compiled against extension_safe APIs.
8197 - Parentheses around the tuple are now mandatory in [a for b in c
8198 if 1, 2]
8199 - Adjust the thresholds for --test_verbose_timeout_warnings so that
8200 it can recommending timeout increases and won't recommend
8201 timeouts that are too close to the actual timeout.
8202 - Iterating on a `depset` object is deprecated. If you need an
8203 iterable, call the `.to_list()` method first.
8204 - Bazel now uses tools from action_configs in Crosstool by default
8205 (as oposed to using top level tools).
8206 - Incremental dexing errors on combination of --multidex=off and
8207 either --main-dex-list or --minimal-main-dex.
8208 - When using the dictionary literal syntax, it is now an error to
8209 have duplicated keys (e.g. {'ab': 3, 'ab': 5}).
8210 - New property on android_sdk: aapt2
8211 Choose the version of aapt on android_binary
8212 - Add idl_preprocessed attribute to android_library, so that
8213 preprocessed aidl files can be passed to android_library for
8214 compiling
8215 - Bazel's remote_worker backend for remote execution supports
8216 sandboxing on Linux now. Check
8217 https://github.com/bazelbuild/bazel/blob/master/src/tools/remote_w
8218 orker/README.md for details.
8219 - Allows flags that expand to take values.
8220 - Make querying attributes formed by selector lists of list types
8221 more efficient by no longer listing every possible combination of
8222 attribute value but by more compactly storing the possible values
8223 of the list.
8224 - writing build events to a file is no longer experimental
8225 - set --rewrite_calls_to_long_compare to false by default.
8226 - ObjC and C++ coverage feature is unified under name 'coverage'
8227 - Enable --incremental_dexing for Android builds by default. Note
8228 that some dexopts are incompatible with incremental dexing,
8229 including --force-jumbo.
8230 - Evaluation will soon use checked arithmetics and throw an error
8231 instead of overflow/underflow.
8232 - Implicit iteration in the CROSSTOOL has been removed, use
8233 explicit 'iterate_over' message.
8234 - Add option for Android specific grte_top
8235 - Crosstool patches are only applied if the toolchain doesn't define
8236 'no_legacy_features' feature.
8237 - 'platform_type' is now a mandatory attribute on apple_binary and
8238 apple_static_library rules.
8239 If this change breaks your build, feel free to add platform_type
8240 = 'ios' to any apple_binary and apple_static_library
8241 targets in your project, as this was the previous default
8242 behavior.
8243 - Remove apple_watch2_extension build rule. Users should be using
8244 the skylark watchos_application and watchos_extension rules.
8245 https://github.com/bazelbuild/rules_apple has details.
8246 - Check stderr to detect if connected to a terminal. Deprecate
8247 --isatty.
8248 - Commands that shut down the server (like "shutdown") now ensure
8249 that the server process has terminated before the client process
8250 terminates.
8251 - Remove apple_watch1_extension and apple_watch_extension_binary
8252 rules. Users should be using the skylark watchos_application and
8253 watchos_extension rules.
8254 https://github.com/bazelbuild/rules_apple has details.
8255 - Windows: Wrapper-less CROSSTOOL becomes default now.
8256 set USE_MSVC_WRAPPER=1 if you still want to use wrapper script.
8257 - Ignore --glibc in the Android transition.
8258 - Remove --experimental_android_use_singlejar_for_multidex.
8259 - nocopts now also filter copts
8260 - 'strip' action is now configured via feature configuration
8261 - The Build Event Service (BES) client now properly supports
8262 Google Applicaton Default Credentials.
8263 - Flags from action_config get added first to the command line
8264 first, before the flags from features.
8265 - update dexing tools to Android SDK 26.0.1
8266 - Bazel Android support now requires build-tools 26.0.1 or later.
8267 - `bazel info output_path` no longer relies on the root directory
8268 filename being equal to the workspace name.
8269 - The `print` function now prints debug messages instead of
8270 warnings.
8271 - speedup of incremental dexing tools
8272 - --announce_rc now controls whether bazelrc startup options are
8273 printed to stderr.
8274 - Removing a few unused objc_provider keys.
8275 - Improved logging when workers have to be restarted due to its
8276 files having changed.
8277 - Top-level `if` statements are now forbidden.
8278 - Java protos are compiled to Java 7 bytecode.
8279 - All Android builds now use the desugar tool to support some Java
8280 8 features by default. To disable, use the --nodesugar_for_android flag.
8281 - Skylark-related options may now appear as "common" command
8282 options in the .bazelrc
8283 - Python is now required to build bazel.
8284 - New --build_runfile_manifests flag controls production of
8285 runfiles manifests.
8286 - Enable debug info for Java builds
8287 - Allow java_lite_proto_library in the deps of android rules.
8288 - .so files in APKs will be memory-page aligned when
8289 android_binary.nocompress_extensions contains ".so" and
8290 --experimental_android_use_nocompress_extensions_on_apk is
8291 specified.
8292 - Skylark providers can specify allowed fields and their
8293 documentation.
8294 - Support ctx.actions.args() for more efficient Skylark command
8295 line construction.
8296 - The remote HTTP/1.1 caching client (--remote_rest_cache) now
8297 distinquishes between action cache and CAS. The request URL for
8298 the action cache is prefixed with 'ac' and the URL for the CAS
8299 is prefixed with 'cas'.
8300 - `JavaInfo` is a preferred alias to `java_common.provider`.
8301 - J2ObjC version updated to 2.0.3.
8302 - A new Java coverage implementation is available. Makes possible
8303 coverage for Skylark JVM rules.
8304 - Make proguard_apply_dictionary also apply to class and package
8305 obfuscation, not just class members.
8306 - android_binary.nocompress_extensions now applies to all files in
8307 the APK, not just resources and assets.
8308 - The apple_genrule rule that is distributed with Bazel has been
8309 deleted. Users who wish to use genrules with Xcode's
8310 DEVELOPER_DIR set should use the rules in
8311 https://github.com/bazelbuild/rules_apple instead.
8312 - The swift_library rule that is distributed with Bazel has been
8313 deleted. Users who wish to compile Swift should use the rules in
8314 https://github.com/bazelbuild/rules_apple instead.
8315 - The Build Event Protocol's File.uri field is now properly
8316 encoded according to RFC2396.
8317 - Deprecated: Using the android_library.deps attribute to
8318 implicitly export targets to dependent rules. If your code is
8319 using this feature, Bazel will raise a warning. To fix, please
8320 use android_library.exports to explicitly specify exported
8321 targets. Run with
8322 --experimental_allow_android_library_deps_without_srcs=false to
8323 ensure forward compatibility when this feature is removed in a
8324 future release.
8325 - java_common.create_provider is now supported with creating ijars
8326 by default. This introduces incompatibilities for existing users.
8327 Please set use_ijar=False if you don't want to use ijars.
8328 - Tests can now write files to TEST_UNDECLARED_OUTPUTS_DIR and
8329 TEST_UNDECLARED_OUTPUTS_ANNOTATIONS_DIR and these will be
8330 reflected under bazel-testlogs.
8331 - remove unused --host_incremental_dexing flag
8332 - Stop using --undefined dynamic_lookup in Apple links. Enables
8333 unresolved symbol errors.
8334 - All test output files included for cached, uncached, and multiple
8335 attempt tests.
8336 - Android rules no longer restrict the manifest file to be named
8337 "AndroidManifest.xml".
8338 - Boolean flag values will now get normalized to 1 or 0 in
8339 canonicalize-flags output.
8340 - added experimental --use_new_category_enum to the help command to
8341 output options grouped by the new type of category.
8342 - Expose output jars and jdeps in java_common.provider, when
8343 available.
8344 - android_library targets are no longer allowed to use deps to
8345 export targets implicitly; please use android_library.exports
8346 instead.
8347 - New depset API
8348 - apple_binary and apple_static_library no longer support
8349 compilation attributes such as 'srcs'. If this breaks any
8350 existing targets, you may migrate all such attributes to a new
8351 objc_library target and depend on that objc_library target via
8352 the 'deps' attribute of apple_binary or apple_static_library.
8353
Bazel Release Systemed0ebc02017-10-05 23:52:25 +02008354## Release 0.6.1 (2017-10-05)
8355
8356```
8357Baseline: 87cc92e5df35d02a7c9bc50b229c513563dc1689
8358
8359Cherry picks:
8360 + a615d288b008c36c659fdc17965207bb62d95d8d:
8361 Rollback context.actions.args() functionality.
8362 + 7b091c1397a82258e26ab5336df6c8dae1d97384:
8363 Add a global failure when a test is interrupted/cancelled.
8364 + 95b0467e3eb42a8ce8d1179c0c7e1aab040e8120:
8365 Cleanups for Skylark tracebacks
8366 + cc9c2f07127a832a88f27f5d72e5508000b53429:
8367 Remove the status xml attribute from AntXmlResultWriter
8368 + 471c0e1678d0471961f1dc467666991e4cce3846:
8369 Release 0.6.0 (2017-09-28)
8370 + 8bdd409f4900d4574667fed83d86b494debef467:
8371 Only compute hostname once per server lifetime
8372 + 0bc9b3e14f305706d72180371f73a98d6bfcdf35:
8373 Fix bug in NetUtil caching.
8374```
8375
8376Important changes:
8377 - Only compute hostname once per server lifetime
8378
Bazel Release System471c0e12017-09-28 16:36:12 +02008379## Release 0.6.0 (2017-09-28)
8380
8381```
8382Baseline: 87cc92e5df35d02a7c9bc50b229c513563dc1689
8383
8384Cherry picks:
8385 + a615d288b008c36c659fdc17965207bb62d95d8d:
8386 Rollback context.actions.args() functionality.
8387 + 7b091c1397a82258e26ab5336df6c8dae1d97384:
8388 Add a global failure when a test is interrupted/cancelled.
8389 + 95b0467e3eb42a8ce8d1179c0c7e1aab040e8120:
8390 Cleanups for Skylark tracebacks
8391 + cc9c2f07127a832a88f27f5d72e5508000b53429:
8392 Remove the status xml attribute from AntXmlResultWriter
8393```
8394
8395Incompatible changes:
8396
8397 - Noop flag --deprecated_generate_xcode_project deleted.
8398 - Objects in Skylark are converted to strings in a more descriptive
8399 and less harmful way (they don't leak information that shouldn't
8400 be accessed by Skylark code, e.g. nondeterministic memory addresses
8401 of objects).
8402 - `set` is deprecated in BUILD and .bzl files, please use `depset`
8403 instead. Ordering names have also been changed, please use
8404 "default", "postorder", "preorder", and "topological" instead of
8405 "stable", "compile", "naive_link", and "link" correspondingly.
8406 - Integer overflow (on signed 32 bit numbers) in BUILD/bzl files is
8407 an error.
8408 - Keyword-only syntax in a function definition is now forbidden
8409 e.g. `def foo(a, *, b)` or `def foo(a, *b, c)`
8410 - --incompatible_comprehension_variables_do_not_leak defaults to
8411 "true."
8412 Iteration variable becomes inaccessible after a list/dict
8413 comprehension.
8414
8415New features:
8416
8417 - There is now a 'siblings' query function. See the query
8418 documentation for more details.
8419 - Added the print_action command, which outputs the
8420 actions needed to build a given target in the form of an
8421 ExtraActionSummary proto in text format.
8422 - android_binary now supports proguard_apply_dictionary to specify
8423 a custom dictionary to use for choosing names to obfuscate
8424 classes and members to.
8425
8426Important changes:
8427
8428 - 'strip' action is now configured via feature configuration
8429 - Flags from action_config get added first to the command line
8430 first,
8431 before the flags from features.
8432 - `bazel info output_path` no longer relies on the root directory
8433 filename being equal to the workspace name.
8434 - The `print` function now prints debug messages instead of
8435 warnings.
8436 - speedup of incremental dexing tools
8437 - --announce_rc now controls whether bazelrc startup options are
8438 printed to stderr.
8439 - Removing a few unused objc_provider keys.
8440 - Improved logging when workers have to be restarted due to its
8441 files having changed.
8442 - Top-level `if` statements are now forbidden.
8443 - Java protos are compiled to Java 7 bytecode.
8444 - All Android builds now use the desugar tool to support some Java
8445 8 features by default. To disable, use the
8446 --nodesugar_for_android flag.
8447 - Skylark-related options may now appear as "common" command
8448 options in the .bazelrc
8449 - Python is now required to build bazel.
8450 - When the lvalue of an augmented assignment is a list, we now
8451 throw an error
8452 before evaluating the code (e.g. `a, b += 2, 3`).
8453 - New --build_runfile_manifests flag controls production of
8454 runfiles manifests.
8455 - Enable debug info for Java builds
8456 - Allow java_lite_proto_library in the deps of android rules.
8457 - .so files in APKs will be memory-page aligned when
8458 android_binary.nocompress_extensions contains ".so" and
8459 --experimental_android_use_nocompress_extensions_on_apk is
8460 specified.
8461 - Skylark providers can specify allowed fields and their
8462 documentation.
8463 - Support ctx.actions.args() for more efficient Skylark command
8464 line construction.
8465 - The remote HTTP/1.1 caching client (--remote_rest_cache) now
8466 distinquishes between action cache and CAS. The request URL for
8467 the action cache is prefixed with 'ac' and the URL for the CAS
8468 is prefixed with 'cas'.
8469 - `JavaInfo` is a preferred alias to `java_common.provider`.
8470 - J2ObjC version updated to 2.0.3.
8471 - A new Java coverage implementation is available. Makes possible
8472 coverage for Skylark JVM rules.
8473 - Make proguard_apply_dictionary also apply to class and package
8474 obfuscation, not just class members.
8475 - When using the dictionary literal syntax, it is now an error to
8476 have duplicated keys (e.g. {'ab': 3, 'ab': 5}).
8477 - android_binary.nocompress_extensions now applies to all files in
8478 the APK, not just resources and assets.
8479 - The apple_genrule rule that is distributed with Bazel has been
8480 deleted. Users who wish to use genrules with Xcode's
8481 DEVELOPER_DIR set should use the rules in
8482 https://github.com/bazelbuild/rules_apple instead.
8483 - The swift_library rule that is distributed with Bazel has been
8484 deleted. Users who wish to compile Swift should use the rules in
8485 https://github.com/bazelbuild/rules_apple instead.
8486
Bazel Release System5371d132017-08-25 11:24:06 +02008487## Release 0.5.4 (2017-08-25)
8488
8489```
8490Baseline: 6563b2d42d29196432d5fcafa0144b8371fbb028
8491
8492Cherry picks:
8493 + d4fa181f8607c35230b7efa1ce94188b51508962:
8494 Use getExecPathString when getting bash_main_file
8495 + 837e1b3d4859140d29aaa6bbab8fbb008e6d701e:
8496 Windows, sh_bin. launcher: export runfiles envvars
8497 + fe9ba893c0ebec19228086356af5fa8d81f2809b:
8498 grpc: Consolidate gRPC code from BES and Remote Execution. Fixes
8499 #3460, #3486
8500 + e8d4366cd374fba92f1425de0d475411c8defda4:
8501 Automated rollback of commit
8502 496d3ded0bce12b7371a93e1183ba30e6aa88032.
8503 + 242a43449dd44a22857f6ce95f7cc6a7e134d298:
8504 bes,remote: update default auth scope.
8505 + 793b409eeae2b42be7fed58251afa87b5733ca4d:
8506 Windows, sh_bin. launcher: fix manifest path
8507 + 7e4fbbe4ab3915a57b2187408c3909e5cd6c6013:
8508 Add --windows_exe_launcher option
8509 + 91fb38e92ace6cf14ce5da6527d71320b4e3f3d2:
8510 remote_worker: Serialize fork() calls. Fixes #3356
8511 + b79a9fcd40f448d3aebb2b93a2ebe80d09b38408:
8512 Quote python_path and launcher in
8513 python_stub_template_windows.txt
8514 + 4a2e17f85fc8450aa084b201c5f24b30010c5987:
8515 Add build_windows_jni.sh back
8516 + ce61d638197251f71ed90db74843b55d9c2e9ae5:
8517 don't use methods and classes removed in upstream dx RELNOTES:
8518 update dexing tools to Android SDK 26.0.1
8519 + 5393a4996d701fa192964a35cbb75e558a0599c0:
8520 Make Bazel enforce requirement on build-tools 26.0.1 or later.
8521 + 5fac03570f80856c063c6019f5beb3bdc1672dee:
8522 Fix --verbose_failures w/ sandboxing to print the full command
8523 line
8524 + f7bd1acf1f96bb7e3e19edb9483d9e07eb5af070:
8525 Only patch in C++ compile features when they are not already
8526 defined in crosstool
8527 + d7f5c120417bc2d2344dfb285322355f225d9153:
8528 Bump python-gflags to 3.1.0, take two
8529 + 3cb136d5451e9d8af58f9a99990cad0592df101a:
8530 Add python to bazel's dockerfiles
8531```
8532
8533New features:
8534
8535 - Do not disable fully dynamic linking with ThinLTO when invoked
8536 via LIPO options.
8537
8538Important changes:
8539
8540 - Ignore --glibc in the Android transition.
8541 - Remove --experimental_android_use_singlejar_for_multidex.
8542 - nocopts now also filter copts
8543 - The Build Event Service (BES) client now properly supports
8544 Google Applicaton Default Credentials.
8545 - update dexing tools to Android SDK 26.0.1
8546 - Bazel Android support now requires build-tools 26.0.1 or later.
8547 - Fix a bug in the remote_worker that would at times make it crash on Linux. See #3356
8548 - The java_proto_library rule now supports generated sources. See #2265
8549
Bazel Release System195a7a82017-07-27 20:27:32 +02008550## Release 0.5.3 (2017-07-27)
8551
8552```
8553Baseline: 88518522a18df5788736be6151fc67992efe2aad
8554
8555Cherry picks:
8556 + 820a46af10808396873c36d0f331e533118cf0c6:
8557 Automated rollback of commit
8558 6d6e87297fe8818e4c374fdfabfbcf538bca898a.
8559 + ccfb2df69ecf4746f5a15e1295af995c3a45aa94:
8560 Allow py_binary to be the executable of a Skylark action or any
8561 SpawnAction on Windows.
8562 + 06534911696838e720c8681f6f568c69d28da65e:
8563 Fix string representation for the Root class
8564 + cd159bcee72a7f377621b45409807231a636f9e2:
8565 sandbox: Allow UNIX sockets on macOS even when block-network is
8566 used.
8567 + ad73cba3caa2e08ad61ea9ca63f9111cde1f48d1:
8568 Fix python_stub_template.txt to be compatible with Python 2.4.
8569 + 9a63aff8bb771af8917903fbbc9df3b708e2c0ed:
8570 Create Windows ZIP release artifact using Bazel
8571 + 5e576637b5705aff0a7bf56b5077463dffcd712f:
8572 Automated rollback of commit
8573 820a46af10808396873c36d0f331e533118cf0c6.
8574 + b6e29ca217b02c3ba499b85479a3830f59c9b9b6:
8575 Use the correct function to generate the release notes
8576 + 0f3481ba6364f24ef76b839bdde06ae7883c9bd9:
8577 Include <cinttypes> instead of <stdint.h>
8578```
8579
8580Incompatible changes:
8581
8582 - The --output=location flag to 'bazel query' cannot be used with
8583 query expressions that involve the 'buildfiles' or 'loadfiles'
8584 operators. This also applies to 'genquery' rules.
8585 - Operators for equality, comparison, 'in' and 'not in' are no
8586 longer associative, e.g. x < y < z is now a syntax error.
8587 Before, it was parsed as: (x < y) < z.
8588 - In strings, octal sequences greater than \377 are now forbidden
8589 (e.g. "\\600"). Previously, Blaze had the same behavior as Python 2,
8590 where "\\450" == "\050".
8591 - Using tabulation for identation is now fobidden in .bzl files
8592 - `load` is now a language keyword, it cannot be used as an
8593 identifier
8594 - lvalues must have define at least one variable (i.e. we forbid
8595 `[] = f()`).
8596 - Fixed a bug whereby multiple load() statements could appear on
8597 the same line
8598 - -extra_checks:off is no longer supported; use
8599 -XepDisableAllChecks instead
8600 - java_common.java_toolchain_attr is removed. Depend on the
8601 java_toolchain_alias() rule to accomplish the same thing.
8602 - cc_common.cc_toolchain_attr and java_common.java_runtime_attr are
8603 not supported anymore and were replaced with the
8604 cc_toolchain_alias() and java_runtime_alias() rules.
8605
8606New features:
8607
8608 - Zipped LLVM profiles are now supported.
8609 - LIPO maps to ThinLTO for LLVM builds.
8610 - Change to handle LLVM FDO zipped profile contents correctly.
8611
8612Important changes:
8613
8614 - Windows: bazel clean --expunge works
8615 - First argument of 'load' should be a label. Path syntax is
8616 deprecated (label should start with '//' or ':').
8617 - Octal prefix '0' is deprecated in favor of '0o' (use 0o777
8618 instead of 0777).
8619 - The extension_safe attribute of apple_binary no longer validates
8620 transitive dependencies are compiled against extension_safe APIs.
8621 - Parentheses around the tuple are now mandatory in [a for b in c
8622 if 1, 2]
8623 - Adjust the thresholds for --test_verbose_timeout_warnings so that
8624 it can recommending timeout increases and won't recommend
8625 timeouts that are too close to the actual timeout.
8626 - Iterating on a `depset` object is deprecated. If you need an
8627 iterable, call the `.to_list()` method first.
8628 - Bazel now uses tools from action_configs in Crosstool by default
8629 (as oposed to using top level tools).
8630 - Incremental dexing errors on combination of --multidex=off and
8631 either --main-dex-list or --minimal-main-dex.
8632 - When using the dictionary literal syntax, it is now an error to
8633 have duplicated keys (e.g. {'ab': 3, 'ab': 5}).
8634 - New property on android_sdk: aapt2
8635 Choose the version of aapt on android_binary
8636 - Add idl_preprocessed attribute to android_library, so that
8637 preprocessed aidl files can be passed to android_library for
8638 compiling
8639 - Bazel's remote_worker backend for remote execution supports
8640 sandboxing on Linux now. Check
8641 https://github.com/bazelbuild/bazel/blob/master/src/tools/remote_w
8642 orker/README.md for details.
8643 - Allows flags that expand to take values.
8644 - Make querying attributes formed by selector lists of list types
8645 more efficient by no longer listing every possible combination of
8646 attribute value but by more compactly storing the possible values
8647 of the list.
8648 - Writing build events to a file is no longer experimental
8649 - set --rewrite_calls_to_long_compare to false by default.
8650 - ObjC and C++ coverage feature is unified under name 'coverage'
8651 - Enable --incremental_dexing for Android builds by default. Note
8652 that some dexopts are incompatible with incremental dexing,
8653 including --force-jumbo.
8654 - Evaluation will soon use checked arithmetics and throw an error
8655 instead of overflow/underflow.
8656 - Implicit iteration in the CROSSTOOL has been removed, use
8657 explicit 'iterate_over' message.
8658 - Add option for Android specific grte_top
8659 - Crosstool patches are only applied if the toolchain doesn't define
8660 'no_legacy_features' feature.
8661 - 'platform_type' is now a mandatory attribute on apple_binary and
8662 apple_static_library rules.
8663 If this change breaks your build, feel free to add platform_type
8664 = 'ios' to any apple_binary and apple_static_library
8665 targets in your project, as this was the previous default
8666 behavior.
8667 - Remove apple_watch2_extension build rule. Users should be using
8668 the skylark watchos_application and watchos_extension rules.
8669 https://github.com/bazelbuild/rules_apple has details.
8670 - Check stderr to detect if connected to a terminal. Deprecate
8671 --isatty.
8672 - Commands that shut down the server (like "shutdown") now ensure
8673 that the server process has terminated before the client process
8674 terminates.
8675 - Remove apple_watch1_extension and apple_watch_extension_binary
8676 rules. Users should be using the skylark watchos_application and
8677 watchos_extension rules.
8678 https://github.com/bazelbuild/rules_apple has details.
8679 - Windows: Wrapper-less CROSSTOOL becomes default now.
8680 set USE_MSVC_WRAPPER=1 if you still want to use wrapper script.
8681
Bazel Release System7b851222017-06-27 15:08:47 +02008682## Release 0.5.2 (2017-06-27)
8683
8684```
8685Baseline: e78ad83ded6e9c6d639793827e27b6570e6e9f65
8686
8687Cherry picks:
8688 + 68028317c1d3d831a24f90e2b25d1410ce045c54:
8689 experimental UI: move stopUpdateThread() out of synchronized,
8690 again
8691 + 019935dfbb61e61d08d1351b0365fb4e2d0df305:
8692 Fix bug in URI computation in RemoteModule
8693 + e9424cf9b9d72b98594966d5ac0f15bb018ec639:
8694 Automated rollback of commit
8695 7dec00574aa91327693f6ba7e90bff5bc834253e.
8696 + 9eea05d068a06ab642dd9d86d46ee5fa2e36b02e:
8697 Switching to Watcher API instead of wait_for_completion, in
8698 preparation for deprecating the wait_for_completion field.
8699 + 89659810e3048782dfb5e308e39aa8a0727e464e:
8700 Set correct execroot for info
8701 + 716b527266f47f59a2b7fb2e5fc52cb45e1691b1:
8702 Only create a single per-build instance of the remote cache /
8703 executor
8704 + 1d82d199f82409f217a42bcefebb96f723f91caa:
8705 protobuf: Update protobuf jars to be binary compatible with Java
8706 6. Fixes #3198
8707 + 524b90d9e5acc4fa568f215c9415eaa902e979f8:
8708 Change CAS URI to use the "bytestream" scheme instead of being
8709 scheme-less
8710 + 4929ad79865f8c13ef3b33c827040f4a037e4afe:
8711 Automated g4 rollback of commit
8712 923d7df521f67d031b288180560848bd35e20976.
8713 + 68b9a7e2dc17e32b194238d287e79bee1ba035b9:
8714 Automated g4 rollback of commit
8715 da56606563ee9df438db93392f681bf2abb4ac97.
8716 + 2ba693ffbe824136a0ca5f47d34710612f6302c3:
8717 Automated rollback of commit
8718 ce7c4deda60a307bba5f0c9421738e2a375cf44e.
8719```
8720
8721Incompatible changes:
8722
8723 - Blaze no longer generates xcode projects. Use tulsi.bazel.build
8724 instead.
8725
8726Important changes:
8727
8728 - Keyword-only syntax in a function definition is deprecated
8729 (e.g. `def foo(a, *, b)` or `def foo(a, *b, c)`) and will be
8730 removed in the future.
8731 - Attempting to build an Android target without setting up
8732 android_sdk_repository will now produce a helpful error message.
8733 - Adds a sha256 attribute to git_repository and new_git_repository.
8734 This can only be used if the remote is a public GitHub
8735 repository. It forces
8736 Bazel to download the repository as a tarball, which will often
8737 be faster and
8738 more robust than cloning it.
8739 - Sandboxing is now enabled by default on FreeBSD (via
8740 processwrapper-sandbox).
8741 - android_test may use manifest placeholders with 'manifest_merger
8742 = "android"'.
8743 - load() statements should be called at the top of .bzl files,
8744 before any
8745 other statement. This convention will be enforced in the future.
8746 - Effectively remove sysroot from CppConfiguration and allow it to
8747 use select statements.
8748 - proto_library.strict_proto_deps no longer exists.
8749 - Flag --explicit_jre_deps is now a noop.
8750 - The 'legacy' Android manifest merger is deprecated. Please
8751 upgrade to the 'android' manifest merger, which is the same
8752 merger used by Gradle.
8753 https://developer.android.com/studio/build/manifest-merge.html
8754 - Using $(CC_FLAGS) in a GenRule adds a dependency to the c++
8755 toolchain
8756 - add one-version enforcement to android_local_test
8757 - Skylark support (apple_common.dotted_version(string)) for
8758 building DottedVersion objects to interface with native apple
8759 rules
8760 - CC_FLAGS can be defined using 'cc-flags-make-variable' action_config in
8761 CROSSTOOL
8762 - ios_framework native rule has been removed. This rule had been
8763 essentially broken for several months now; users should be using
8764 the skylark ios framework rule.
8765 https://github.com/bazelbuild/rules_apple has details.
8766 - Clean command no longer uses boolean values for --async,
8767 --expunge, and --expunge_async options.
8768 - Partially fixes external J2ObjC support.
8769 - '--aspects' can occur more than once on the command line.
8770 - --no_ prefix no longer recognized.
8771 - Use action_config in crosstool for static library archiving,
8772 remove ar_flag.
8773 - Added a new flag --sandbox_writable_path, which asks the sandbox
8774 to
8775 make an existing directory writable when running actions.
8776 - bazel test now also computes a default instrumentation filter if
8777 --collect_code_coverage is enabled
8778 - n/na
8779 - In .bzl files, top-level `if` statements are deprecated and will
8780 be forbidden
8781 in the future. Move them in a function body instead (or use a
8782 conditional
8783 expression instead: `x if condition else y`).
8784 - ios_device and ios_test are deprecated. Please use the new testing
8785 rules in https://github.com/bazelbuild/rules_apple instead.
8786 - bazel query --output package now displays packages from external
8787 repository with the format "@reponame//package". Packages in the
8788 main repository continue to have the format "package".
8789 - ctx.expand_make_variables is deprecated.
8790 - Bazel posts links to the CAS to the BEP if remote caching /
8791 execution is enabled
8792 - `bazel info execution_root` returns the corrrect directory name
8793 for the execution root.
8794
Bazel Release System63222de2017-06-06 11:32:04 +02008795## Release 0.5.1 (2017-06-06)
8796
8797```
8798Baseline: f3ae88ee043846e7acdffd645137075a4e72c573
8799
8800Cherry picks:
8801 + c58ba098526b748f9c73e6229cafd74748205aa1:
8802 Release to GCS: put the final release in its own directory
8803 + 0acead4ea3631240659836ce6ecd6d7f67fd352b:
8804 Update protobuf to latest master at a64497c and apply
8805 @laszlocsomor's latest changes from
8806 https://github.com/google/protobuf/pull/2969 on top of it.
8807 + d0242ce4a87929f2528f4602d0fb09d1ccfcea94:
8808 Make symlinks consistent
8809 + d953ca8b87a46decbce385cebb446ae0dd390881:
8810 Clean VanillaJavaBuilder output directories
8811 + 755669fb5de1f4e762f27c19776cac9f410fcb94:
8812 Pass all the environment variable to Bazel during bootstrapping
8813 + 6f041661ca159903691fcb443d86dc7b6454253d:
8814 Do not mark the JDK7 installer -without-jdk-installer
8815 + 720561113bfa702acfc2ca24ce3cc3fd7ee9c115:
8816 Fix #2958: Installer should not overwrite bazelrc
8817 + 511c35b46cead500d4e76706e0a709e50995ceba:
8818 Bootstrap: move the fail function to the top
8819 + 8470be1122825aae8ad0903dd1e1e2a90cce47d2:
8820 Clean up javac and Error Prone targets
8821 + 4a404de2c6c38735167e17ab41be45ef6fc4713a:
8822 Update javac version to 9-dev-r4023-2
8823 + 36ce4b433e19498a78c34540d5a166d4e0006b22:
8824 Update javac version to 9-dev-r4023-2
8825 + 38949b8526bdb3e6db22f3846aac87162c28c33f:
8826 Migrate off versioned javac and Error Prone targets
8827 + 1a57d298f8aa6ea8136d93223902104f2479cd2a:
8828 Re-enabling passing -sourcepath via javacopts.
8829 + eb565f408e03125e92d42b00756e519795be6593:
8830 Make make sure that msys build actually builds msys version
8831 + 39f328cf392056618d1a3ead4835a138b189a06d:
8832 Fix typo. Also do not override host_cpu for msvc.
8833 + 624802893f4fe72118f00a78452605d41a2e1c6f:
8834 Select correct JDK for windows_msys
8835 + c4f271d1a68366b6fa5ff38ea7d951b6a22af044:
8836 Automated g4 rollback of commit
8837 3e5edafa2a04a71cd3596e929e83222da725f3f9.
8838 + 926180997a0f296a5a009326aead887279ce0a90:
8839 Remove process-tools.cc which I forgot to delete during the last
8840 rollback.
8841 + baca6e4cb023649920871b74810927d304729e59:
8842 Fix #2982: Bazel installer should not check for installed JDK if
8843 using a bundled JDK.
8844 + 866ecc8c3d5e0b899e3f0c9c6b2265f16daae842:
8845 Disable msys path conversion on Windows.
8846 + cc21998c299b4d1f97df37b961552ff8168da17f:
8847 Rollforward #2 of: Basic open-source crosstool to support
8848 targeting apple platform types.
8849 + 0f0ccc4fc8229c1860a9c9b58089d6cfb2ee971f:
8850 Escape % in strings that will appear in Crosstool
8851 + 3b08f774e7938928e3a240a47a0a7554cdc8d50b:
8852 Adding feature for linking C Run-Time library on Windows
8853 + 3566474202d1978acfdcb7e5ff73ee03ea6f3df9:
8854 Do not use sed -E in bootstrap/compile.sh
8855 + c3cf7d917afd02d71de3800cd46ad8d14f1ddf55:
8856 Reverts non-xcode-available darwin crosstool generation.
8857```
8858
8859Important changes:
8860
8861 - Fixes regression in 0.5.0 requiring Xcode to build C++ on OSX.
8862
Bazel Release Systema3e26832017-05-26 14:11:07 +02008863## Release 0.5.0 (2017-05-26)
8864
8865```
8866Baseline: f3ae88ee043846e7acdffd645137075a4e72c573
8867
8868Cherry picks:
8869 + c58ba098526b748f9c73e6229cafd74748205aa1:
8870 Release to GCS: put the final release in its own directory
8871 + 0acead4ea3631240659836ce6ecd6d7f67fd352b:
8872 Update protobuf to latest master at a64497c and apply
8873 @laszlocsomor's latest changes from
8874 https://github.com/google/protobuf/pull/2969 on top of it.
8875 + d0242ce4a87929f2528f4602d0fb09d1ccfcea94:
8876 Make symlinks consistent
8877 + d953ca8b87a46decbce385cebb446ae0dd390881:
8878 Clean VanillaJavaBuilder output directories
8879 + 755669fb5de1f4e762f27c19776cac9f410fcb94:
8880 Pass all the environment variable to Bazel during bootstrapping
8881 + 6f041661ca159903691fcb443d86dc7b6454253d:
8882 Do not mark the JDK7 installer -without-jdk-installer
8883 + 720561113bfa702acfc2ca24ce3cc3fd7ee9c115:
8884 Fix #2958: Installer should not overwrite bazelrc
8885 + 511c35b46cead500d4e76706e0a709e50995ceba:
8886 Bootstrap: move the fail function to the top
8887 + 8470be1122825aae8ad0903dd1e1e2a90cce47d2:
8888 Clean up javac and Error Prone targets
8889 + 4a404de2c6c38735167e17ab41be45ef6fc4713a:
8890 Update javac version to 9-dev-r4023-2
8891 + 36ce4b433e19498a78c34540d5a166d4e0006b22:
8892 Update javac version to 9-dev-r4023-2
8893 + 38949b8526bdb3e6db22f3846aac87162c28c33f:
8894 Migrate off versioned javac and Error Prone targets
8895 + 1a57d298f8aa6ea8136d93223902104f2479cd2a:
8896 Re-enabling passing -sourcepath via javacopts.
8897 + eb565f408e03125e92d42b00756e519795be6593:
8898 Make make sure that msys build actually builds msys version
8899 + 39f328cf392056618d1a3ead4835a138b189a06d:
8900 Fix typo. Also do not override host_cpu for msvc.
8901 + 624802893f4fe72118f00a78452605d41a2e1c6f:
8902 Select correct JDK for windows_msys
8903 + c4f271d1a68366b6fa5ff38ea7d951b6a22af044:
8904 Automated g4 rollback of commit
8905 3e5edafa2a04a71cd3596e929e83222da725f3f9.
8906 + 926180997a0f296a5a009326aead887279ce0a90:
8907 Remove process-tools.cc which I forgot to delete during the last
8908 rollback.
8909 + baca6e4cb023649920871b74810927d304729e59:
8910 Fix #2982: Bazel installer should not check for installed JDK if
8911 using a bundled JDK.
8912 + 866ecc8c3d5e0b899e3f0c9c6b2265f16daae842:
8913 Disable msys path conversion on Windows.
8914 + cc21998c299b4d1f97df37b961552ff8168da17f:
8915 Rollforward #2 of: Basic open-source crosstool to support
8916 targeting apple platform types.
8917 + 0f0ccc4fc8229c1860a9c9b58089d6cfb2ee971f:
8918 Escape % in strings that will appear in Crosstool
8919 + 3b08f774e7938928e3a240a47a0a7554cdc8d50b:
8920 Adding feature for linking C Run-Time library on Windows
8921```
8922
8923Incompatible changes:
8924
8925 - Bazel's Linux sandbox no longer mounts an empty tmpfs on /tmp,
8926 instead the existing /tmp is mounted read-write. If you prefer
8927 to have a tmpfs on /tmp for sandboxed actions for increased
8928 hermeticity, please use the flag --sandbox_tmpfs_path=/tmp.
8929 - Converting artifacts to strings and printing them now return
8930 "File" instead of "Artifact" to be consistent with the type name.
8931 - The return type of depset.to_list() is now a list rather than a
8932 frozen list. (Modifying the list has no effect on the depset.)
8933 - Bazel now prints logs in single lines to java.log
8934 - --use_dash, --dash_url and --dash_secret are removed.
8935 - Remote repositories must define any remote repositories they
8936 themselves use (e.g., if @x//:foo depends on @y//:bar, @y must be
8937 defined
8938 in @x's WORKSPACE file).
8939 - Remote repositories must define any remote repositories they
8940 themselves use (e.g., if @x//:foo depends on @y//:bar, @y must be
8941 defined
8942 in @x's WORKSPACE file).
8943 - objc_xcodeproj has been removed, use tulsi.bazel.build instead.
8944
8945New features:
8946
8947 - If grte_top is a label, it can now follow non-configurable
8948 redirects.
8949 - Optional coverage_files attribute to cc_toolchain
8950 - "query --output=build" now includes select()s
8951 - Raw LLVM profiles are now supported.
8952
8953Important changes:
8954
8955 - Automatically generate Proguard mapping when resource shrinking
8956 and Proguard are enabled.
8957 - New rules in Bazel: proto_library, java_lite_proto_library,
8958 java_proto_library and cc_proto_library
8959 - Activate the "dead_strip" feature if objc binary stripping is
8960 enabled.
8961 - More stable naming scheme for lambda classes in desugared android
8962 code
8963 - Convert --use_action_cache to a regular option
8964 - Per-architecture dSYM binaries are now propagated by
8965 apple_binary's AppleDebugOutputsProvider.
8966 - Avoid factory methods when desugaring stateless lambdas for
8967 Android
8968 - desugar calls to Objects.requireNonNull(Object o) with
8969 o.getClass() for android
8970 - Add an --copy_bridges_from_classpath argument to android
8971 desugaring tool
8972 - Change how desugar finds desugared classes to have it working on
8973 Windows
8974 - Evaluation of commands on TargetsBelowDirectory patterns
8975 (e.g. //foo/...) matching packages that fail to load now report
8976 more
8977 detailed error messages in keep_going mode.
8978 - Allow to have several inputs and outputs
8979 - Repository context's execute() function can print stdout/stderr
8980 while running. To enable, pass quiet=False.
8981 - Bazel can now be built with a bundled version of the OpenJDK.
8982 This makes it possible to use Bazel on systems without a JDK, or
8983 where
8984 the installed JDK is too old.
8985 - The --jobs flag now defaults to "auto", which causes Bazel to
8986 use a reasonable degree of parallelism based on the local
8987 machine's
8988 capacity.
8989 - Bazel benchmark (perf.bazel.build) supports Java and Cpp targets.
8990 - no factory methods generated for lambda expressions on android
8991 - The Linux sandbox no longer changes the user to 'nobody' by
8992 default, instead the current user is used as is. The old behavior
8993 can be
8994 restored via the --sandbox_fake_username flag.
8995 - /tmp and /dev/shm are now writable by default inside the
8996 Linux sandbox.
8997 - Bazel can now use the process-wrapper + symlink tree based
8998 sandbox implementation in FreeBSD.
8999 - turn on --experimental_incremental_dexing_error_on_missed_jars by
9000 default.
9001 - All android_binarys are now signed with both Apk Signature V1 and
9002 V2. See https://source.android.com/security/apksigning/v2.html
9003 for more details.
9004 - Windows MSVC wrappers: Not filtering warning messages anymore,
9005 use --copt=-w and --host_copt=-w to suppress them.
9006 - A downloader bug was fixed that prevented RFC 7233 Range
9007 connection resumes from working with certain HTTP servers
9008 - Introduces experimental android_device rule for configuring and
9009 launching Android emulators.
9010 - For boolean flags, setting them to false using --no_<flag_name>
9011 is deprecated. Use --no<flag_name> without the underscore, or
9012 --<flag_name>=false instead.
9013 - Add --experimental_android_compress_java_resources flag to store
9014 java
9015 resources as compressed inside the APK.
9016 - Removed --experimental_use_jack_for_dexing and libname.jack
9017 output of
9018 android_library.
9019 - blaze canonicalize-flags now takes a --show_warnings flag
9020 - Changing --invocation_policy will no longer force a server
9021 restart.
9022 - Bazel now supports Android NDK14.
9023 - android_binary multidex should now work without additional flags.
9024 - Use action_config in crosstool for static library archiving,
9025 remove ar_flag.
9026 - new option for bazel canonicalize-flags, --canonicalize_policy
9027 - Use action_config in crosstool for static library archiving,
9028 remove ar_flag.
9029 - android_library exports_manifest now defaults to True.
9030 - Fix select condition intersections.
9031 - Adds a --override_repository option that takes a repository
9032 name and path. This forces Bazel to use the directory at that path
9033 for the repository. Example usage:
9034 `--override_repository=foo=/home/user/gitroot/foo`.
9035 - fix idempotency issue with desugaring lambdas in interface
9036 initializers for android
9037 - --experimental_android_use_singlejar_for_multidex is now a no-op
9038 and will eventually be removed.
9039 - Every local_repository now requires a WORKSPACE file.
9040 - Remove jack and jill attributes of the android_sdk rule.
9041 - Add Skylark stubs needed to remove sysroot from CppConfiguration.
9042 - Desugar try-with-resources so that this language feature is
9043 available
9044 to deveces with API level under 19.
9045 - The flag --worker_max_retries was removed. The
9046 WorkerSpawnStrategy no longer retries execution of failed Spawns,
9047 the reason being that this just masks compiler bugs and isn't
9048 done for any other execution strategy either.
9049 - Bazel will no longer gracefully restart workers that crashed /
9050 quit, instead this triggers a build failure.
9051 - All java resources are now compressed in android_binary APKs by
9052 default.
9053 - All java resources are now compressed in android_binary APKs by
9054 default.
9055 - android_ndk_repository now creates a cc_library
9056 (@androidndk//:cpufeatures) for the cpufeatures library that is
9057 bundled in the Android NDK. See
9058 https://developer.android.com/ndk/guides/cpu-features.html for
9059 more details.
9060 - 'output_groups' and 'instrumented_files' cannot be specified in
9061 DefaultInfo.
9062 - You can increase the CPU reservation for tests by adding a
9063 "cpu:<n>" (e.g. "cpu:4" for four cores) tag to their rule in a
9064 BUILD file. This can be used if tests would otherwise overwhelm
9065 your system if there's too much parallelism.
9066 - Deprecate use_singlejar_for_proguard_libraryjars and force
9067 behavior to always on.
9068
Bazel Release System8d635fc2017-03-16 13:18:30 +01009069## Release 0.4.5 (2017-03-16)
9070
9071```
9072Baseline: 2e689c29d5fc8a747216563235e905b1b62d63b0
9073
9074Cherry picks:
9075 + a28b54033227d930672ec7f2714de52e5e0a67eb:
9076 Fix Cpp action caching
9077 + 6d1d424b4c0da724e20e14235de8012f05c470f8:
9078 Fix paths of binaries in .deb packages.
9079 + 0785cbb672357d950e0c045770c4567df9fbdc43:
9080 Update to guava 21.0 and Error Prone version 2.0.18-20160224
9081 + 30490512eb0e48a3774cc4e4ef78680e77dd4e47:
9082 Update to latest javac and Error Prone
9083 + 867d16eab3bfabae070567ecd878c291978ff338:
9084 Allow ' ', '(', ')' and '$' in labels
9085 + 7b295d34f3a4f42c13aafc1cc8afba3cb4aa2985:
9086 Pass through -sourcepath to the JavaBuilder
9087 + 14e4755ce554cdfc685fc9cc2bfb5b699a3b48f4:
9088 PathFragment comparisons are now platform-aware
9089 + ed7795234ca7ccd2567007f2c502f853cd947e50:
9090 Flag to import external repositories in python import path
9091 + 81ae08bbc13f5f4a04f18caae339ca77ae2699c1:
9092 Suppress error for non-exhaustive switches
9093 + e8d1177eef9a9798d2b971630b8cea59471eec33:
9094 Correctly returns null if an environment variables is missing
9095 + 869d52f145c077e3499b88df752cebc60af51d66:
9096 Fix NPE in Android{S,N}dkRepositoryFunction.
9097 + d72bc57b60b26245e64f5ccafe023a5ede81cc7f:
9098 Select the good guava jars for JDK7 build
9099 + 92ecbaeaf6fa11dff161254df38d743d48be8c61:
9100 Windows: Assist JNI builds with a target for jni_md.h.
9101 + 36958806f2cd38dc51e64cd7bcc557bd143bbdb6:
9102 Add java_common.create_provider to allow creating a
9103 java_common.provider
9104 + 8c00f398d7be863c4f502bde3f5d282b1e18f504:
9105 Improve handling of unknown NDK revisions in
9106 android_ndk_repository.
9107 + b6ea0d33d3ab72922c8fb3ec1ff0e437af09584d:
9108 Add the appropriate cxx_builtin_include_directory entries for
9109 clang to the Android NDK crosstool created by
9110 android_ndk_repository.
9111```
9112
9113Incompatible changes:
9114
9115 - Depsets (former sets) are converted to strings as "depset(...)"
9116 instead of
9117 "set(...)".
9118 - Using --symlink_prefix is now applied to the output
9119 symlink (e.g. bazel-out) and the exec root symlink (e.g.
9120 bazel-workspace).
9121 - Bazel now uses the test's PATH for commands specified as
9122 --run_under; this can affect users who explicitly set PATH to
9123 a more
9124 restrictive value than the default, which is to forward the
9125 local PATH
9126 - It's not allowed anymore to compare objects of different types
9127 (i.e. a string to an integer) and objects for which comparison
9128 rules are not
9129 defined (i.e. a dict to another dict) using order operators.
9130
9131New features:
9132
9133 - environ parameter to the repository_rule function let
9134 defines a list of environment variables for which a change of
9135 value
9136 will trigger a repository refetching.
9137
9138Important changes:
9139
9140 - android_ndk_repository now supports Android NDK R13.
9141 - Android resource shrinking is now available for android_binary
9142 rules. To enable, set the attribute 'shrink_resources = 1'. See
9143 https://bazel.build/versions/master/docs/be/android.html#android_b
9144 inary.shrink_resources.
9145 - resolve_command/action's input_manifest return/parameter is now
9146 list
9147 - For increased compatibility with environments where UTS
9148 namespaces are not available, the Linux sandbox no longer hides
9149 the hostname of the local machine by default. Use
9150 --sandbox_fake_hostname to re-enable this feature.
9151 - proto_library: alias libraries produce empty files for descriptor
9152 sets.
9153 - Adds pkg_rpm rule for generating RPM packages.
9154 - Allow CROSSTOOL files to have linker flags specific to static
9155 shared libraries.
9156 - Make it mandatory for Java test suites in bazel codebase, to
9157 contain at least one test.
9158 - Support for Java 8 lambdas, method references, type annotations
9159 and repeated annotations in Android builds with
9160 --experimental_desugar_for_android.
9161 - Removed .xcodeproj automatic output from objc rules. It can still
9162 be generated by requesting it explicitly on the command line.
9163 - Flips --explicit_jre_deps flag on by default.
9164 - Activate the "dbg", "fastbuild", and "opt" features in the objc
9165 CROSSTOOL.
9166 - Remove support for configuring JDKs with filegroups; use
9167 java_runtime and java_runtime_suite instead
9168 - android_ndk_repository api_level attribute is now optional. If not
9169 specified, the highest api level in the ndk/platforms directory
9170 is used.
9171
Bazel Release System6712cac2017-02-01 19:53:37 +01009172## Release 0.4.4 (2017-02-01)
9173
9174```
9175Baseline: 4bf8cc30a
9176
9177Cherry picks:
9178 + ef1c6fd33: msvc_tools.py.tpl: Change default runtime library to
9179 static
9180```
9181
9182Incompatible changes:
9183
9184 - Only targets with public visibility can be bound to something in
9185 //external: .
9186 - The deprecated -x startup option has been removed.
9187 - docker_build: change the repository names embedded by
9188 docker_build. You can revert to the old behavior by setting
9189 legacy_repository_naming=True.
9190 - The string methods strip(), lstrip(), and rstrip() now
9191 by default remove the same whitespace characters as Python 3
9192 does, and accept
9193 None as an argument.
9194 - Deprecated globals HOST_CFG and DATA_CFG are removed. Use strings
9195 "host" and "data" instead.
9196 - repository_ctx environment is now affected by --action_env flag
9197 (value from the
9198 client environment will be replaced by value given on the command
9199 line through --action_env).
9200 - All executable labels must also have a cfg parameter specified.
9201 - Removed the cmd_helper.template function.
9202 The function was equivalent to:
9203 def template(items, template):
9204 return [template.format(path = i.path, short_path =
9205 i.short_path)
9206 for i in items]
9207 - Tuples that end with a trailing comma must now be inside parens,
9208 e.g. (1,) instead of 1,
9209 - The traversal orders for depsets have been renamed. The old names
9210 are deprecated and will be removed in the future. New names:
9211 "stable" -> "default", "compile" -> "postorder", "link" ->
9212 "topological", "naive_link" -> "preorder".
9213
9214New features:
9215
9216 - Skylark: you can now multiply a list by an integer to get the
9217 concatenation of N copies of this list, e.g. [a,b] * 3 =
9218 [a,b,a,b,a,b]
9219 - Allow Android aidl tool to add a jar to the program's classpath,
9220 such as if needed to support generated sources.
9221 - Add transitive proguard_specs when android_sdk.aidl_lib is
9222 specified
9223 - Windows: "/dev/null" is now a supported path, e.g.
9224 --bazelrc=/dev/null now works
9225
9226Important changes:
9227
9228 - Bazel Android builds use the apksigner tool from the Android SDK
9229 build-tools. Bazel Android builds now require build-tools version
9230 24.0.3 or
9231 later.
9232 - Android SDK external bindings for support libraries, e.g.
9233 //external:android/appcompat_v4, are removed because the support
9234 library JARs that they referenced no longer ship with the Android
9235 SDK.
9236 - aar_import rule is now documented.
9237 - An IE bug was fixed in repository_ctx.download_and_extract
9238 - Update "-I" to "-isystem" in documentation to reflect current
9239 behavior.
9240 - android_sdk_repository build_tools_version is now optional. The
9241 highest installed build-tools will be used if none is specified.
9242 - New flag --sandbox_add_mount_pair to specify customized
9243 source:target path pairs to bind mount inside the sandbox.
9244 - expose proto_library descriptor set to skylark via
9245 <dep>.proto.descriptor_set
9246 - The `set` constructor is deprecated in favor of `depset`
9247 - Autodetect gold linker in cc_configure.bzl
9248 - Remove build flag --experimental_j2objc_annotation_processing. It
9249 is on by default now.
9250 - Set clang's -mwatchos-version-min correctly using the value of
9251 --watchos_minimum_os, not --watchos_sdk_version.
9252 - singlejar can now create jar files larger than 4GB.
9253 - android_sdk_repository and android_ndk_repository now read
9254 $ANDROID_HOME and $ANDROID_NDK_HOME if the path attribute is not
9255 set.
9256 - Removed broken api levels 3, 4 and 5 from Android NDK 12.
9257 - Default --android_dynamic_mode to off.
9258 - android_sdk_repository no longer requires api_level. If one is
9259 not specified, the highest android platform installed will be
9260 used. Furthermore, android_sdk's are created for all android
9261 platforms installed and can be specified with the --android_sdk
9262 flag.
9263 - To iterate over or test for membership in a set, prefer using the
9264 new to_list() method. E.g., "for x in myset.to_list():", or
9265 "print(x in myset.to_list())". Iteration/membership-test on the
9266 raw set itself is deprecated.
9267 - Remove support for --javawarn; use e.g. --javacopt=-Xlint:all
9268 instead
9269
Bazel Release Systemd3b23642016-12-22 13:30:47 +01009270## Release 0.4.3 (2016-12-22)
Bazel Release System80865ff2016-11-30 13:18:54 +01009271
Damien Martin-Guillerez961e54f2016-12-22 13:33:36 +01009272```
Bazel Release Systemd3b23642016-12-22 13:30:47 +01009273Baseline: c645a45
Bazel Release System80865ff2016-11-30 13:18:54 +01009274
9275Cherry picks:
Bazel Release Systemd3b23642016-12-22 13:30:47 +01009276 + af878d0: Add coverage support for java test. (series 4/4 of
9277 open-sourcing coverage command for java test)
9278 + 09b92a8: Rollback of commit
9279 67b4d5250edcefa7220e928e529b1f385e2dc464.
9280 + b11dd48: Fix bad bug with the parallel implementation of
9281 BinaryOperatorExpression. Turns out that
9282 ForkJoinTask#adapt(Callable) returns a ForkJoinTask
9283 whose Future#get on error throws a ExecutionException
9284 wrapping a RuntimeException wrapping the thrown checked
9285 exception from the callable. This is documented
9286 behavior [1] that I incorrectly didn't know about.
9287 + 9012bf1: Fix scripts/packages/convert_changelog to read the
9288 changelog correctly
9289 + 55c97bc: Release script: if master branch does not exist, fall
9290 back on origin/master
9291 + 4fb378c: Debian repository: override section and priority fields
9292 + acbcbc2: Fix release notes in emails
9293 + 4975760: Fix PathFragment to not use Java8-only static hashCode
9294 methods.
9295 + 05fd076: Disable sandboxing for XibCompile actions.
Damien Martin-Guillerez961e54f2016-12-22 13:33:36 +01009296```
Bazel Release System80865ff2016-11-30 13:18:54 +01009297
9298Incompatible changes:
9299
Bazel Release Systemd3b23642016-12-22 13:30:47 +01009300 - Skylark maven_jar and maven_aar settings attribute is now a label
9301 so it can be checked into your workspace.
9302 - --{no}experimental_use_rclass_generator is now a nop.
9303
9304New features:
9305
9306 - Coverage support (*experimental*) for pure Java target.
9307 Use `bazel coverage //my:target` to generate coverage information
9308 from a `java_test`.
Bazel Release System80865ff2016-11-30 13:18:54 +01009309
9310Important changes:
9311
Bazel Release Systemd3b23642016-12-22 13:30:47 +01009312 - Enable fallback URLs in Skylark http rules.
9313 - cc_proto_library generates C++ code from proto_library rules.
9314 - cc_library now supports the strip_prefix and strip_include_prefix
9315 attributes for control of include paths.
9316 - Skylark dicts internally don't rely on keys order anymore and
9317 accept any hashable values (i.e. structs with immutable values)
9318 as keys. Iteration order of dictionaries is no longer specified.
Damien Martin-Guillerez961e54f2016-12-22 13:33:36 +01009319
9320## Release 0.4.2 (2016-12-02)
9321
9322```
9323Baseline: 6331a94
9324
9325Cherry picks:
9326 + 7b835d9: Do not patch WORKSPACE in the release process
9327```
9328
9329Incompatible changes:
9330
9331 - Callback functions in Skylark no longer support the cfg
9332 parameter. This is a cleanup and only affects the signatures of
9333 callbacks, since the parameter hasn't been set since September
9334 2016.
9335
9336Important changes:
9337
9338 - Alias proto_library's produce a descriptor set that contains all
9339 srcs of its dependencies.
9340 - proto_library supports strict proto deps.
9341 - Top level @androidsdk support library targets have been replaced
9342 by @androidsdk//<group id>:<artifact id>-<version> for Android
9343 SDK Support and Google Play Services libraries.
9344
Bazel Release System15402a92016-11-30 10:12:30 +01009345## Release 0.4.1 (2016-11-21)
9346
9347```
9348Baseline: 9a796de
9349
9350Cherry picks:
9351 + 88bfe85: Description redacted. -- MOS_MIGRATED_REVID=139219934
9352 + b09ea94: Rollback of commit
9353 a3f5f576cd35798140ba3e81d03d919dd4ecb847.
9354```
9355
9356New features:
9357
9358 - android_library now has a "exported_plugins" attribute just like
9359 java_library
9360 - Use --strict_system_includes to apply hdrs_check=strict also to
9361 cc_library.includes, even if sandboxing is disabled.
9362 - Bazel on Windows: java_binary can now be the executable of
9363 Skylark rule actions (ctx.action's executable argument)
9364 - Packages are defined in BUILD.bazel as well as BUILD files.
9365
9366Important changes:
9367
9368 - getattr()'s 3-arg form no longer raises an error when the
9369 retrieved field is a built-in method.
9370 - --apk_signing_method default changed to v1. Android APKs are now
9371 signed with the new ApkSignerTool by default.
9372 - New rule: proto_lang_toolchain(), to support LANG_proto_library
9373 rules on multiple platforms.
9374 - Fix for Android clang++ std::stack segfault on 32bit x86. See
9375 https://code.google.com/p/android/issues/detail?id=220159
9376 - Default android_manifest_merger is now "android" which uses the
9377 official Android manifest merger.
9378 http://tools.android.com/tech-docs/new-build-system/user-guide/man
9379 ifest-merger
9380 - Do not propagate aspect to its own attributes when using '*'.
9381 - Comparing sets (`if set1 < set2:`) is not allowed anymore in
9382 Skylark because it didn't work correctly anyway.
9383 - When --experimental_extra_action_top_level_only, Bazel reports
9384 extra-actions for actions registered by Aspects injected by a
9385 top-level rule (approximately).
9386 - Blacklists for proto_lang_toolchain() no longer have to be
9387 proto_library's.
9388 - Extra actions now contain aspect-related information.
9389 - Fix slicing bug where "abc"[:-4:-1] would give wrong answer
9390
Bazel Release Systemd0761e62016-11-02 13:36:35 -04009391## Release 0.4.0 (2016-10-26)
9392
9393```
9394Baseline: 088bbc6
9395
9396Cherry picks:
9397 + b01160c: Stamp Windows release.
9398 + 2d6736e: Add --no-tty for gpg signing
9399 + 9b1dfb8: Remove .sig file before gpg signing
9400 + 81aede1: Reimplement whole archive on Windows
9401```
9402
9403Incompatible changes:
9404
9405 - Skylark: updating list/dicts while they are being looped over is not
9406 allowed. Use an explicit copy if needed ("for x in list(mylist):").
9407 - Bazel now uses the --cpu flag to look up Jvms; it falls back
9408 to "default" if it can't find a Jvm matching the CPU value.
9409 - --command_port=-1 to use AF_UNIX for client/server communications
9410 is not supported anymore.
9411 - Sandboxed actions can access the network by default, unless their
9412 target has a "block-network" tag.
9413
9414New features:
9415
9416 - Files now have an "extension" property in Skylark.
9417
9418Important changes:
9419
9420 - Added a new flag --sandbox_tmpfs_path, which asks the sandbox to
9421 mount an empty, writable directory at a specified path when
9422 running actions. (Supported on Linux only for now.)
9423 - Update protoc-3.0.0-mingw.exe to a working (statically linked)
9424 binary
9425 - apple_static_library rule to create multi-architecture static
9426 archive files from Objc/C++/Swift dependencies on apple platforms
9427 - JS: Add support for localization with closure managed rules.
9428 - Create a flag --android_dynamic_mode to turn off dynamic mode
9429 during the Android split transition.
9430 - Darwin sandboxing is default.
9431 - Remove flag --experimental_zip_tree_artifact from j2objc Java
9432 annotation processing support.
9433 - A few functions are added to BUILD files for consistency (hash,
9434 dir,
9435 hasattr, getattr) with .bzl files, although they are not very
9436 useful.
9437 - --watchfs is now a command option; the startup option of the same
9438 name is deprecated. I.e., use bazel build --watchfs, not
9439 blaze --watchfs
9440 build.
9441
Bazel Release System33579a42016-10-07 13:05:11 -04009442## Release 0.3.2 (2016-10-07)
9443
9444```
9445Baseline: 023a7bd
9446
9447Cherry picks:
9448 + bebbbe5: Fix dependency on libtool's helper script
9449 make_hashed_objlist.py.
9450 + 8a0d45f: Add the version information to the bazel.exe file
9451 + 2bc0939: Allow new_ rules to overwrited BUILD files in
9452 downloaded repos
9453 + c5545fd: Rollback of commit
9454 96d46280bc5a4803ba2242a4ad16939f85a3b212.
9455 + eb87208: Make cc_configure on Windows more robust
9456 + c30432c: Fix cc_configure on Windows
9457 + 95b16a8: sandbox: Replace the error-prone lazy cleanup of
9458 sandbox directories by a simple synchronous cleanup.
9459 + e898023: Fix #1849: Sandboxing on OS X should be turned off by
9460 default for 0.3.2.
9461 + ffdc05d: Add action_config and feature for linking on Windows
9462```
9463
9464Incompatible changes:
9465
9466 - If you maintain a rule that uses persistent workers, you'll have
9467 to specify execution_requirements={"supports-workers": 1} in the
9468 ctx.action that intends to run a tool with workers. The
9469 WorkerSpawnStrategy will alert you with a warning message if you
9470 forget to make this change and fallback to non-worker based
9471 execution.
9472 - It is now an error to include a precompiled library (.a, .lo, .so)
9473 in a cc_library which would generate a library with the same name
9474 (e.g., libfoo.so in cc_library foo) if that library also contains
9475 other linkable
9476 sources.
9477 - The main repository's execution root is under the main
9478 repository's workspace name, not the source directory's basename.
9479 This shouldn't
9480 have any effect on most builds, but it's possible it could break
9481 someone doing
9482 weird things with paths in actions.
9483 - Blaze doesn't support Unix domain sockets for communication
9484 between its client and server anymore. Therefore, the
9485 --command_port command line argument doesn't accept -1 as a valid
9486 value anymore.
9487 - Skylark: It is an error to shadow a global variable with a local
9488 variable after the global has already been accessed in the
9489 function.
9490 - bin_dir and genfiles_dir are now properties of ctx, not
9491 configuration. That is, to access the bin or genfiles directory
9492 from a
9493 Skylark rule, use ctx.bin_dir or ctx.genfiles_dir (not
9494 ctx.configuration.{bin,genfiles}_dir). At the moment, you can
9495 access
9496 {bin,genfiles}_dir from either, but the ctx.configuration version
9497 will
9498 stop working in a future release.
9499 - filegroup-based C++ toolchains are not supported anymore.
9500 --*_crosstool_top options must always point to a
9501 cc_toolchain_suite rule (or an alias of one).
9502 - repository_ctx.{download,download_and_extract,execute} API now use
9503 named parameters for optional parameters and no
9504 longer uses argument
9505 type to distinguished between arguments
9506 (executable attribute name
9507 must be specified when preceding optional
9508 arguments are missing).
9509
9510New features:
9511
9512 - print and fail are now available in BUILD files.
9513
9514Important changes:
9515
9516 - Added @bazel_tools//tools/build_defs/repo/git.bzl as a Skylark
9517 rule for Git repositories.
9518 - Added @bazel_tools//tools/build_defs/repo/maven_rules.bzl as a
9519 Skylark rule for Maven repositories.
9520 - Add global hash() function for strings (only)
9521 - Improve Android split transition handling.
9522 - Removes exports_manifest attribute from android_binary rule.
9523 - java_proto_library: control strict-deps through a rule-level and
9524 a package-level attribute.
9525 - Persistent workers are now used by default for Java compilation
9526 in Bazel, which should speed up your Java builds by ~4x. You can
9527 switch back to the old behavior via --strategy=Javac=standalone.
9528 Check out http://www.bazel.io/blog/2015/12/10/java-workers.html
9529 for more details.
9530 - objc_* rules can now depend on any target that returns an "objc"
9531 provider.
9532 - Adds support for NDK12 to `android_ndk_repository` rule in Bazel.
9533 - Test targets can disable the JUnit4 test security manager via a
9534 property.
9535 - Disable the Android split transition if --android_cpu and
9536 fat_apk_cpu are both empty.
9537 - New sandboxing implementation for Linux in which all actions run
9538 in a separate execroot that contains input files as symlinks back
9539 to the originals in the workspace. The running action now has
9540 read-write access to its execroot and /tmp only and can no longer
9541 write in arbitrary other places in the file system.
9542 - Add worker support to single jar.
9543 - Invoke source jar action as a worker.
9544 - Sandboxed builds allow network access for builds by default.
9545 Tests will still be run without networking, unless
9546 "requires-network" is specified as a tag.
9547 - Add path.realpath() method for Skylark repositories.
9548 - On Mac devices, detect locally installed versions of xcode to:
9549 1. Use a sensible default if xcode is required but
9550 --xcode_version is unspecified.
9551 2. Use sensible default iOS SDK version for the targeted version
9552 of xcode if ios_sdk_version is unspecified.
9553 - Emacs' [C-x `], a.k.a. next-error, works again in emacsen >= 25.1
9554 - swift_library can be used to build watchOS apps.
9555 - Exposes the is_device field on Apple platform objects and adds
9556 the apple_common.platform_type(name) method to retrieve a
9557 platform_type value that can be passed to methods like the Apple
9558 fragment's multi_arch_platform.
9559 - Move Skylark git_repository rules to git.bzl
9560 - Add support for aspects to attr.label() attributes
9561 - Global varaiables HOST_CFG and DATA_CFG are deprecated in favor
9562 of strings "host"
9563 and "data.
9564 Argument `cfg = "host"` or `cfg = "data"` is mandatory if
9565 `executable = True` is provided for a label.
9566 - The deprecation attribute of all rules now causes warnings
9567 to be printed when other targets depend on a target with that
9568 attribute set.
9569 - Change default of --[no]instrument_test_targets to false, change
9570 default --instrumentation_filter (which previously tried to
9571 exclude test targets by heuristic) to only exclude targets in
9572 javatests.
9573 - Remove deprecated absolute paths in blaze IDE artifacts
9574 - When using android_binary.manifest_merger="android" the merger
9575 produces a summary log next to the merged manifest artifact.
9576 - Allow different default mallocs per configuration.
9577
Bazel Release System70c772b2016-07-29 10:28:13 +02009578## Release 0.3.1 (2016-07-29)
9579
9580```
9581Baseline: 792a9d6
9582
9583Cherry picks:
9584 + 25e5995: Rollback of commit
9585 a2770334ea3f3111026eb3e1368586921468710c.
9586 + 2479405: Fix NPE with unset maven_jar sha1
9587 + 3cf2126: Rewrite the extra action info files if the data within
9588 them changes.
9589 + 5a9c6b4: JavaBuilder: Reintroduce the -extra_checks flag.
9590```
9591
9592Incompatible changes:
9593
9594 - Removed predefined Python variable "generic_cpu".
9595 - Skylark rules: if you set "outputs" or an attribute to a
9596 function, this function must now list its required attributes as
9597 parameters (instead of an attribute map).
9598 - The host_platform and target_platform entries are not written to
9599 the master log anymore.
9600 - Bazel requires Hazelcast 3.6 or higher now for remote execution
9601 support, because we upgraded our client library and the protocol
9602 it uses is incompatible with older versions.
9603
9604New features:
9605
9606 - LIPO context (--lipo_context) can now also be a cc_test (in
9607 addition to cc_binary)
9608
9609Important changes:
9610
9611 - If --android_crosstool_top is set, native code compiled for
9612 android will always use --android_compiler and not --compiler in
9613 choosing the crosstool toolchain, and will use --android_cpu if
9614 --fat_apk_cpu is not set.
9615 - Add --instrument_test_targets option.
9616 - apple_binary supports a new platform_type attribute, which, if
9617 set to "watchos", will build dependencies for Apple's watchOS2.
9618 - objc_binary now supports late-loaded dynamic frameworks.
9619 - Native Swift rules no longer pull in module maps unconditionally.
9620 Use --experimental_objc_enable_module_maps for that.
9621 - Merged manifests are guaranteed to have the application element
9622 as the last child of the manifest element as required by Android
9623 N.
9624 - The Android manifest merger is now available as an option for
9625 android_binary rules. The merger will honor tools annotations in
9626 AndroidManifest.xml and will perform placeholder substitutions
9627 using the values specified in android_binary.manifest_values. The
9628 merger may be selected by setting the manifest_merger attribute
9629 on android_binary.
9630 - The progress message would not clear packages that need to be
9631 loaded twice.
9632 - Remove warning for high value of --jobs.
9633 - Use the correct build configuration for shared native deps during
9634 Android split transitions.
9635 - When building ObjectiveC++, pass the flag -std=gnu++11.
9636 - use xcrun simctl instead of iossim to launch the app for "blaze
9637 run".
9638 - Glob arguments 'exclude' and 'exclude_directories' must be named
9639 - Bazel no longer regards an empty file as changed if its mtime has
9640 changed.
9641
Bazel Release Systemccadf8d2016-06-10 13:28:40 +02009642## Release 0.3.0 (2016-06-10)
9643
9644```
9645Baseline: a9301fa
9646
9647Cherry picks:
9648 + ff30a73: Turn --legacy_external_runfiles back on by default
9649 + aeee3b8: Fix delete[] warning on fsevents.cc
9650```
9651
9652Incompatible changes:
9653
9654 - The --cwarn command line option is not supported anymore. Use
9655 --copt instead.
9656
9657New features:
9658
9659 - On OSX, --watchfs now uses FsEvents to be notified of changes
9660 from the filesystem (previously, this flag had no effect on OS X).
9661 - add support for the '-=', '*=', '/=', and'%=' operators to
9662 skylark. Notably, we do not support '|=' because the semantics
9663 of skylark sets are sufficiently different from python sets.
9664
9665Important changes:
9666
9667 - Use singular form when appropriate in blaze's test result summary
9668 message.
9669 - Added supported for Android NDK revision 11
9670 - --objc_generate_debug_symbols is now deprecated.
9671 - swift_library now generates an Objective-C header for its @objc
9672 interfaces.
9673 - new_objc_provider can now set the USES_SWIFT flag.
9674 - objc_framework now supports dynamic frameworks.
9675 - Symlinks in zip files are now unzipped correctly by http_archive,
9676 download_and_extract, etc.
9677 - swift_library is now able to import framework rules such as
9678 objc_framework.
9679 - Adds "jre_deps" attribute to j2objc_library.
9680 - Release apple_binary rule, for creating multi-architecture
9681 ("fat") objc/cc binaries and libraries, targeting ios platforms.
9682 - Aspects documentation added.
9683 - The --ues_isystem_for_includes command line option is not
9684 supported anymore.
9685 - global function 'provider' is removed from .bzl files. Providers
9686 can only be accessed through fields in a 'target' object.
9687
Bazel Release System9fdd6012016-05-17 11:12:31 +02009688## Release 0.2.3 (2016-05-10)
9689
9690```
9691Baseline: 5a2dd7a
9692```
9693
9694Incompatible changes:
9695
9696 - All repositories are now directly under the x.runfiles directory
9697 in the runfiles tree (previously, external repositories were at
9698 x.runfiles/main-repo/external/other-repo. This simplifies
9699 handling remote repository runfiles considerably, but will break
9700 existing references to external repository runfiles.
9701 Furthermore, if a Bazel project does not provide a workspace name
9702 in the WORKSPACE file, Bazel will now default to using __main__
9703 as the workspace name (instead of "", as previously). The
9704 repository's runfiles will appear under x.runfiles/__main__/.
9705 - Bazel does not embed protocol buffer-related rules anymore.
9706 - It is now an error for a cc rule's includes attribute to point to
9707 the workspace root.
9708 - Bazel warns if a cc rule's includes attribute points out of
9709 third_party.
9710 - Removed cc_* attributes: abi / abi_deps. Use select() instead.
9711
9712New features:
9713
9714 - select({"//some:condition": None }) is now possible (this "unsets"
9715 the attribute).
9716
9717Important changes:
9718
9719 - java_import now allows its 'jars' attribute to be empty.
9720 - adds crunch_png attribute to android_binary
9721 - Replace --java_langtools, --javabuilder_top, --singlejar_top,
9722 --genclass_top, and --ijar_top with
9723 java_toolchain.{javac,javabuilder,singlejar,genclass,ijar}
9724 - External repository correctness fix: adding a new file/directory
9725 as a child of a new_local_repository is now noticed.
9726 - iOS apps are signed with get-task-allow=1 unless building with -c
9727 opt.
9728 - Generate debug symbols (-g) is enabled for all dbg builds of
9729 objc_ rules.
9730 - Bazel's workspace name is now io_bazel. If you are using Bazel's
9731 source as an external repository, then you may want to update the
9732 name you're referring to it as or you'll begin seeing warnings
9733 about name mismatches in your code.
9734 - Fixes integer overflow in J2ObjC sources to be Java-compatible.
9735 - A FlagPolicy specified via the --invocation_policy flag will now
9736 match the current command if any of its commands matches any of
9737 the commands the current command inherits from, as opposed to
9738 just the current command.
9739 - The key for the map to cc_toolchain_suite.toolchains is now a
9740 string of the form "cpu|compiler" (previously, it was just "cpu").
9741 - Fix interaction between LIPO builds and C++ header modules.
9742 - Ctrl-C will now interrupt a download, instead of waiting for it to
9743 finish.
9744 - Proxy settings can now be specified in http_proxy and https_proxy
9745 environment variables (not just HTTP_PROXY and HTTPS_PROXY).
9746 - Skylark targets can now read include directories from
9747 ObjcProvider.
9748 - Expose parameterized aspects to Skylark.
9749 - Support alwayslink cc_library dependencies in objc binaries.
9750 - Import cc_library dependencies in generated Xcode project.
9751
Bazel Release System1aedd1f12016-04-25 09:47:50 +02009752## Release 0.2.2b (2016-04-22)
Bazel Release System951cea22016-04-21 14:10:12 +02009753
9754```
9755Baseline: 759bbfe
Bazel Release System1aedd1f12016-04-25 09:47:50 +02009756
9757Cherry picks:
Bazel Release System951cea22016-04-21 14:10:12 +02009758 + 1250fda: Rollback of commit
9759 351475627b9e94e5afdf472cbf465f49c433a25e.
9760 + ba8700e: Correctly set up build variables for the correct pic
9761 mode for fake_binary rules.
9762 + 386f242: Automated [] rollback of commit
9763 525fa71b0d6f096e9bfb180f688a4418c4974eb4.
Bazel Release System1aedd1f12016-04-25 09:47:50 +02009764 + 97e5ab0: Fix cc_configure include path for Frameworks on OS X.
9765 + a20352e: cc_configure: always add -B/usr/bin to the list of gcc
9766 option
9767 + 0b26f44: cc_configure: Add piii to the list of supported
9768 cpu_value
9769 + 3e4e416: cc_configure: uses which on the CC environment variable
9770 + aa3dbd3: cc_configure.bzl: strip end of line when looking for
9771 the cpu
9772 + 810d60a: cc_configure: Add -B to compiler flag too
Bazel Release System951cea22016-04-21 14:10:12 +02009773```
9774
Bazel Release System1aedd1f12016-04-25 09:47:50 +02009775Patch release, only includes fixes to C++ auto-configuration.
Bazel Release System951cea22016-04-21 14:10:12 +02009776
Bazel Release System950c1ab2016-03-31 17:18:55 +02009777## Release 0.2.1 (2016-03-21)
9778
9779```
9780Baseline: 19b5675
9781```
9782
9783Incompatible changes:
9784
9785 - Skylark rules that are available from their own repository will
9786 now issue a warning when accessed through @bazel_tools.
9787 - Set --legacy_bazel_java_test to off by default. java_test will
9788 now have a slightly different behaviour, correctly emitting XML
9789 file but, as a downside, it needs correct declaration of the
9790 test suite (see https://github.com/bazelbuild/bazel/issues/1017).
9791 - Labels in .bzl files in remote repositories will be resolved
9792 relative to their repository (instead of the repository the
9793 Skylark rule is used in).
9794 - Renamed proto_java_library to java_proto_library. The former
9795 is now deprecated and will print out a warning when used.
9796 - android_sdk now compiles android_jack on the fly from
9797 android_jar, which means android_jar must be a jar and
9798 android_jack is now deprecated. The Jack tools (jack, jill,
9799 resource_extractor) must be specified.
9800 - Any project that depended on the objc_options rule will be
9801 broken. Can be fixed by adding attrs (infoplists,copts) directly
9802 to rules depending on the options.
9803 - .aidl files correctly require import statements for types
9804 defined in the same package and the same android_library.
9805
9806New features:
9807
9808 - Experimental Windows support is available.
9809 - Experimental support for writing remote repository rules in
9810 Skylark is available.
9811 - iOS ipa_post_processor attribute allows for user-defined IPA
9812 edits.
9813 - Adds a to_json method to Skylark structs, providing conversion to
9814 JSON format.
9815 - Native python rule can depend on skylark rule as long as skylark
9816 rule provides 'py' provider.
9817 - When using both --verbose_failures and --sandbox_debug, Bazel
9818 prints instructions how to spawn a debugging shell inside the
9819 sandbox.
9820 - add flag --sandbox_add_path, which takes a list of additional
9821 paths as argument and mount these paths to sandbox.
9822
9823Important changes:
9824
9825 - @androidsdk//:org_apache_http_legacy added for the legacy Apache
9826 classes for android sdk version 23 and above.
9827 - Genrules correctly work when used with bazel run.
9828 - When namespace-sandbox is run with the -D (debug) flag and
9829 inside a terminal, it spawns a shell inside the sandbox to aid in
9830 debugging when the sandboxed command fails.
9831 - Added --artifact to workspace generator for generating workspace
9832 and build file rules from artifact coodrinates.
9833 - Specifying --experimental_android_resource_shrinking on the
9834 command line will enable a resource shrinking pass on
9835 android_binary targets that already use Proguard.
9836 - J2ObjC updated to 1.0.1 release.
9837 - Added "root_symlinks" and "symlinks" parameters to Skylark
9838 runfiles() method.
9839 - You can no longer use objc_binary targets for the xctest_app
9840 attribute of an ios_test rule.
9841 - Enable overriding jsonnet binaries and stdlib for Jsonnet rules.
9842 - mount target of /etc/resolv.conf if it is a symlink.
9843 - Tests that failed to build because execution was halted no longer
9844 print their status.
9845 - Bazel warns if a cc rule's includes attribute contains up-level
9846 references that escape its package.
9847 - Add repository_ctx.download and repository_ctx.download_and_extract
9848 function.
9849
Bazel Release Systemf98290d2016-02-23 13:51:16 +01009850## Release 0.2.0 (2016-02-18)
9851
9852```
9853Baseline: 9e100ac
9854```
9855
9856Incompatible changes:
9857
9858 - ObjC compile actions for J2ObjC-translated code now only has
9859 access to headers from the java deps of the associated original
9860 java rule.
9861 These compile actions no longer takes the compiler options
9862 specified in "copts" attribute on objc_binary/ios_test rules.
9863 J2ObjC dead code removal (enabled through flag
9864 "--j2objc_dead_code_removal") now happens *after* ObjC
9865 compilation.
9866 - maven_jar no longer supports separate artifact_id, group_id, and
9867 verison fields. This information should be provided in the
9868 artifact field,
9869 instead.
9870
9871New features:
9872
9873 - Better support for toolchains that don't have a dynamic linker.
9874 - build_file_content attribute added to new_git_repository,
9875 new_http_archive, and new_local_repository.
9876 - Add support for .tar.bz2 archives to http_archive rules.
9877
9878Important changes:
9879
9880 - The --skyframe flag is no longer available for the build command.
9881 - The --artifacts flag was removed from the dump command.
9882 - The sha256 attribute is now optional (although recommended!) for
9883 remote repository rules.
9884 - Add instrumented file provider support to Skylark rules.
9885 - Add imports attribute to native Python rules.
9886 - Allow overriding -gsplit-dwarf from copts.
9887 - Improved sandbox performance on XFS filesystems.
9888
Bazel Release System00cf25d2016-02-09 18:36:51 +01009889## Release 0.1.5 (2016-02-05)
9890
9891```
9892Baseline: 3a95f35
9893 + 8378cd8: Rollback of commit
9894 a9b84575a32476a5faf991da22b44661d75c19b6.
9895```
9896
9897Incompatible changes:
9898
9899 - Set stamping to false by default (i.e., --nostamp)
9900 - Removed --objc_dump_syms_binary.
9901 - Removes --objc_gcov_binary flag.
9902 - Remove JAVAC "Make" variable
9903 - The startup flag --blaze_cpu is removed,
9904
9905New features:
9906
9907 - A new java test runner that support XML output and test filtering
9908 is supported. It can be used by specifying --nolegacy_bazel_java_test
9909 or by specifying the test_class attribute on a java_test.
9910 - Skylark aspects can now specify configuration fragment
9911 dependencies with fragments and host_fragments like rules can.
9912
9913Important changes:
9914
9915 - Support for downloading remote resources through proxies by
9916 setting HTTP_PROXY (or HTTPS_PROXY).
9917 - Timestamps within Android apks are removed to make apks
9918 deterministic.
9919 - Support aggregation over existing rules in Skylark extensions
9920 through native.rules and native.rule.
9921 - A tools/bazel script in the workspace will be executed
9922 as an opportunity to use a fixed version of Bazel (not
9923 implemented for the homebrew recipe yet).
9924 - --noimplicit_deps and --nohost_deps work correctly for Aspect
9925 attributes.
9926 - JDK-related targets are now available via @local_jdk (instead of
9927 @local-jdk).
9928 - j2objc tools can now be accessed via @bazel_j2objc, not
9929 @bazel-j2objc.
9930 - Repository rules must use names that are valid workspace names.
9931 - [rust] Update to Rust 1.6
9932 - Add support for .tar.xz archives to http_archive rules.
9933 - Make C++ modules compatible with tools using
9934 --compilation_prerequisites_only
9935 - [d] Update to DMD 2.070.0
9936
Bazel Release System446d9922016-01-21 10:59:31 +01009937## Release 0.1.4 (2016-01-15)
9938
9939```
9940Baseline: e933d5e
9941 + 3d796fe: Rollback of commit
9942 ac6ed79e1a3fa6b0ca91657b28e2a35f7e49758c.
9943 + 7a02e5d: Fix installer under OS X
9944 + 848740c: Fix bazel version for debian package
9945 + 7751d43: Add a method for getting the root of a rule workspace
9946 to the Label method
9947```
9948
9949Important changes:
9950
9951 - add loadfiles() query operator, to find skylark files loaded by
9952 targets.
9953 - Added ability to declare and use aspects in Skylark.
9954 - Skylark load statements may now reference .bzl files via build
9955 labels, in addition to paths. In particular, such labels can be
9956 used to reference Skylark files in external repositories; e.g.,
9957 load("@my_external_repo//some_pkg:some_file.bzl", ...).
9958 Path-based loads are now deprecated and may be disabled in the
9959 future. Caveats: Skylark files currently do not respect package
9960 visibility; i.e., all Skylark files are effectively public. Also,
9961 loads may not reference the special //external package.
9962 - Relative paths can now be used for 'path' with
9963 new_local_repository and local_repository.
9964
Bazel Release System1518253e2016-01-11 10:10:19 +01009965## Release 0.1.3 (2016-01-07)
9966
9967```
9968Baseline: 23ad8f6
9969 + de2183d: Only depend on the WORKSPACE file for external files
9970 that are under the external/ directory, i.e. were
9971 created by Bazel.
9972 + f8f855c: Rollback of commit
9973 12bad3af0eade9c4b79d76f9e1c950ad2e3214c2.
9974 + f627562: Stop parsing the WORKSPACE file when a parse error is
9975 detected
9976 + 763f139: Add -fno-canonical-system-headers to CROSSTOOL files so
9977 that gcc doesn't resolve symlinks in .d files, which
9978 would confuse Blaze.
9979 + b95995b: Use openjdk7 as dependency for debian package of jdk7
9980 flavor
9981```
9982
9983New features:
9984
9985 - Skylark macros are now enabled in WORKSPACE file.
9986 - .bazelrc allows workspace-relative imports as "import
9987 %workspace%/path/to/rcfile"
9988 - Evaluate the query expression in a file by passing
9989 --query_file=<file> to query
9990
9991Important changes:
9992
9993 - Remove obsolete --objc_per_proto_includes flag.
9994 - iOS apps and extensions now have launch_storyboard
9995 - Passing multiple JVM options via a single --host_jvm_args flag is
9996 now deprecated. Pass each JVM option behind its own
9997 --host_jvm_args flag.
9998 - Resources defined locally on an android_library rule will respect
9999 the neverlink attribute.
10000 - Update Rust to 1.4
10001 - Fix resource handling for exported android_library rules
10002 - Files in external repositories are now treated as mutable, which
10003 will make the correctness guarantees of using external
10004 repositories stronger (existent), but may cause performance
10005 penalties.
10006
Bazel Release System0d2e4092015-12-04 23:31:41 +010010007## Release 0.1.2 (2015-11-20)
10008
10009```
10010Baseline: ee0ade3
10011 + 1e66ccd: RELNOTES: Symlink dirents of directories containing a
10012 file named
10013 "DONT_FOLLOW_SYMLINKS_WHEN_TRAVERSING_THIS_DIRECTORY_VIA
10014 _A_RECURSIVE_TARGET_PATTERN" will *not* be traversed
10015 for transitive target patterns. The motivation here is
10016 to allow directories that intentionally contain wonky
10017 symlinks (e.g. foo/bar -> foo) to opt out of being
10018 consumed by Blaze. For example, given
10019 + f5773fc: Set the ijar MAX_BUFFER_SIZE to 256 MB
10020```
10021
10022New features:
10023
10024 - java_library now supports the proguard_specs attribute for
10025 passing Proguard configuration up to Android (not Java) binaries.
10026 - http_file can specify "executable" to make the downloaded file
10027 runnable.
10028 - Debian and tar packaging is now supported
10029 (see tools/build_defs/pkg/README.md).
10030 - cpxx_builtin_include_directory specifications allow more
10031 flexibility.
10032 - accept %crosstool_top% in cxx_builtin_include_directory
10033 - android_binary now supports proguard_apply_mapping to re-use a
10034 previously generated proguard mapping.
10035
10036Important changes:
10037
10038 - remove webstatusserver (--use_webstatusserver).
10039 - Add support for objc textual headers, which will not be compiled
10040 when modules are enabled.
10041 - actoolzip, momczip and swiftstdlibtoolzip have all been made into
10042 bash scripts and have been renamed to actoolwrapper, momcwrapper
10043 and swiftstdlibtoolwrapper respectively. The old versions will be
10044 deleted in a later change.
10045 - [rust] Add rust_bench_test and rust_doc_test rules and improve
10046 usability of rust_test tule.
10047 - Java rules now support a resource_strip_prefix attribute that
10048 allows the removal of path prefixes from Java resources.
10049 - [docker_build] incremental loading is default now.
10050 Specify explicitly //package:target.tar (with the .tar extension)
10051 to obtain the full image.
10052 - --ios_signing_cert_name allows specifying a cert for iOS app
10053 signing
10054 - Go rules for Bazel.
10055 - [jsonnet] Update to Jsonnet 0.8.1.
10056 - [jsonnet] Add vars and code_vars attributes to jsonnet_to_json to
10057 allow passing external variables to Jsonnet via --var and
10058 --code_var.
10059 - Adds --override_workspace_root blaze flag to hand-set
10060 workspace_root and mainGroup in xcodeproj.
10061 - Allow dots in package names.
10062 - When used as a forwarding rule (i.e., has no sources),
10063 android_library
10064 will also forward any exported_plugins in its dependencies.
10065 - Add support for Windows-created zip files with non-posix
10066 permissions.
10067 - [jsonnet] Add jsonnet_to_json_test rule for testing Jsonnet code.
10068 - C++ compile actions run in a sandbox now on systems that support
10069 sandboxed execution.
10070 - The names of the clang compilers in the Android NDK crosstool no
10071 longer reference gcc.
10072 - 420 dpi is now a valid density for andoid_binary.densities.
10073 - Bazel does strict validation of include files now to ensure
10074 correct incremental builds. If you see compilation errors when
10075 building C++ code, please make sure that you explicitly declare
10076 all header files in the srcs or hdrs attribute of your cc_*
10077 targets and that your cc_* targets have correct "deps" on
10078 cc_library's that they use.
10079 - [jsonnet] Fix jsonnet_to_json rule to read code_vars from
10080 code_vars instead of vars.
10081 - Tests, genrules, and Skylark actions without the
10082 "requires-network" tag will no longer be able to access the
10083 network.
10084 - C++ libraries no longer need includes = ["."] (or similar copts)
10085 to include paths relative to a remote repository's root.
10086 - Support exports attribute for android_library
10087 - Symlink dirents of directories containing a file named
10088 "DONT_FOLLOW_SYMLINKS_WHEN_TRAVERSING_THIS_DIRECTORY_VIA_A_RECURSI
10089 VE_TARGET_PATTERN" will *not* be traversed for transitive target
10090 patterns. The motivation here is to allow directories that
10091 intentionally contain wonky symlinks (e.g. foo/bar -> foo) to opt
10092 out of being consumed by Blaze.
10093
Bazel Release Systemfa35b182015-10-14 12:11:51 -040010094## Release 0.1.1 (2015-10-05)
10095
10096```
10097Baseline: 22616ae
10098 + 1ef338f: Rollback of "Propagates cc_library linkopts attribute
10099 to dependent objc_libraries.": breaks certain
10100 objc_binary build targets.
10101 + 5fb1073: Reintroduce an inconsistency check (albeit, in a weaker
10102 form) removed by a previous change that was trying to
10103 optimize away a filesystem call.
10104 + 6d00468b2eb976866cfb814d562e0d53a580a46f: Add IdlClass to the embedded default android tools
10105 repository and rearrange BuildJar's JarHelper so that
10106 it too can be embedded.
10107 + a5199039934a2e399a7201adc0d74e2f2d2b0ff3: Fixes Android integration tests by wiring up idlclass
10108 rules in integration environment.
10109```
10110
10111Incompatible changes:
10112
10113 - Bazel requires JDK 8 to run.
10114 - Attribute "copts" is removed from j2objc_library.
10115
10116New features:
10117
10118 - a cc_binary rule may list '.s' and '.asm' files in the srcs
10119 - Support for build with libsass.
10120 - labels in "linkopts" may match any label in either "deps" or
10121 "srcs" to be considered valid.
10122 - Maven servers that require username & password authentication are
10123 now supported (see maven_server documentation).
10124
10125Important changes:
10126
10127 - Support empty plist files
10128 - The <compatible-screens> section of the AndroidManifest.xml will
10129 not be overwritten if it already contains a <screen> tag for each
10130 of the densities specified on the android_binary rule.
10131 - Add Jsonnet rules to Bazel
10132 - Remove deprecated xcode_options flag.
10133 - Workspace names are now restricted to being in their base
10134 directory
10135 (that is, the names cannot contain up-level references or /./).
10136 - j2objc_library on Bazel now transpiles transitive proto_library
10137 dependencies. (Note that java_* rules in Bazel do not yet support
10138 protos; currently they ignore proto dependencies.)
10139 - new_http_archive can specify a root directory.
10140 - Adds support for dylibs on devices for Xcode 7.
10141 - [d] d_docs rules now depend on a d_binary, a d_library or
10142 d_source_library.
10143 - [docker] docker_build now set the permission to 0555 to files
10144 added to the layer, use `mode = "0644"` to use the legacy behavior.
10145 - android_binary now has a main_dex_proguard_specs attribute to
10146 specify which classes should be in the main dex.
10147 - [rust] Add rust_docs rule for generating rustdoc.
Bazel Release System79e40ac2015-09-08 23:38:00 +020010148## Release 0.1.0 (2015-09-08)
10149
10150```
10151Baseline: a0881e8
10152 + 87374e6: Make android_binary use a constant, hard-coded,
10153 checked-in debug key.
10154 + 2984f1c: Adds some safety checks in the Bazel installer
10155 + 4e21d90: Remove BUILD.glob and incorporate the necessary
10156 filegroups into the android_{ndk,sdk}_repository rules
10157 themselves.
10158 + 1ee813e: Fix Groovy rules to work with sandboxing
10159 + 8741978: Add initial D rules to Bazel.
10160 + 2c2e70d: Fix the installer and fixing the package shiped into
10161 binary version of Bazel.
10162```
10163
10164Initial release.
Bazel Release System6712cac2017-02-01 19:53:37 +010010165
Bazel Release System8d635fc2017-03-16 13:18:30 +010010166
Bazel Release Systema3e26832017-05-26 14:11:07 +020010167
Bazel Release System63222de2017-06-06 11:32:04 +020010168
Bazel Release System7b851222017-06-27 15:08:47 +020010169
Bazel Release System195a7a82017-07-27 20:27:32 +020010170
Bazel Release System5371d132017-08-25 11:24:06 +020010171
Bazel Release System471c0e12017-09-28 16:36:12 +020010172
Bazel Release Systemed0ebc02017-10-05 23:52:25 +020010173
Bazel Release System76b6d0a2017-10-18 14:34:11 +020010174
Bazel Release System0838aee2017-11-27 14:16:34 +010010175
Bazel Release System3d53cb02017-12-05 15:28:40 +010010176
Bazel Release System5bd27482018-02-01 09:43:33 +010010177
Bazel Release Systeme1148362018-02-15 10:02:05 +010010178
Bazel Release System09077a32018-02-23 11:09:18 -050010179
Bazel Release Systemc86d6a02018-03-06 19:32:18 +010010180
Bazel Release System546976c2018-04-11 17:34:19 +020010181
Bazel Release System1d9c6062018-04-30 10:45:38 +020010182
Bazel Release System24c68ff2018-05-23 10:59:57 +020010183
Bazel Release System3a592f62018-06-01 15:04:31 +020010184
Bazel Release System513bbf52018-06-08 14:15:20 +020010185
Bazel Release System5013a332018-06-26 14:07:47 +020010186
Bazel Release System1281a022018-07-16 16:13:53 +020010187
Bazel Release System1bd58832018-08-13 15:41:26 +020010188
Bazel Release Systemfdb09a22018-09-14 12:15:54 +020010189
Bazel Release System50921e62018-09-21 12:27:04 +020010190
Bazel Release System36177972018-10-15 10:29:10 +020010191
Bazel Release System92849b82018-10-31 15:41:11 +010010192
Bazel Release System684f1092018-11-12 10:26:58 -050010193
Bazel Release Systemcb3e2982018-11-19 11:19:38 -050010194
Bazel Release System85378562018-11-30 15:34:16 +010010195