Skip to content

Commit 9be9767

Browse files
Bazel Release Systemkatre
Bazel Release System
authored andcommitted
Release 3.3.0 (2020-06-17)
Baseline: c063b5c Cherry picks: + 23bd69d: Restore missing Building with Platforms docs. Incompatible changes: - The startup option --fatal_event_bus_exceptions is now a no-op and will be removed soon. New features: - Bazel offers basic completion for the fish shell. Important changes: - Add configuration_field for --custom_malloc to cpp config fragment - Flip --incompatible_objc_compile_info_migration to true. See #10854. - It is now possible to use different action mnemonics while still sharing the same pool of persistent workers. It requires setting a new property on the execution requirements (`worker-key-mnemonic`). The value overrides the action's mnemonic when it comes to reusing worker processes. - linkshared=1 in cc_binary no longer requires '.so' or '.dll' in the target name - Revert --incompatible_objc_compile_info_migration to false. See #10854. - Invoke clang with the correct -target flag when building for watchOS. - NA - Add experiment flag to forward InstrumentedFilesInfo from non-tool deps by default. This 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.
1 parent 940f8ac commit 9be9767

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## Release 3.3.0 (2020-06-17)
2+
3+
```
4+
Baseline: c063b5caf776dee665497b64c5c17d4ed7e6750a
5+
6+
Cherry picks:
7+
8+
+ 23bd69d7499de097b15e6025cc0796bdbc9886b8:
9+
Restore missing Building with Platforms docs.
10+
```
11+
12+
Incompatible changes:
13+
14+
- The startup option --fatal_event_bus_exceptions is now a no-op
15+
and will be removed soon.
16+
17+
New features:
18+
19+
- Bazel offers basic completion for the fish shell.
20+
21+
Important changes:
22+
23+
- Add configuration_field for --custom_malloc to cpp config fragment
24+
- Flip --incompatible_objc_compile_info_migration to true. See
25+
#10854.
26+
- It is now possible to use different action mnemonics while still
27+
sharing the same pool of persistent workers. It requires setting
28+
a new property
29+
on the execution requirements (`worker-key-mnemonic`). The value
30+
overrides
31+
the action's mnemonic when it comes to reusing worker processes.
32+
- linkshared=1 in cc_binary no longer requires '.so' or '.dll' in
33+
the target name
34+
- Revert --incompatible_objc_compile_info_migration to false. See
35+
#10854.
36+
- Invoke clang with the correct -target flag when building for
37+
watchOS.
38+
- NA
39+
- Add experiment flag to forward InstrumentedFilesInfo from
40+
non-tool deps by default.
41+
42+
This 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.
43+
144
## Release 3.2.0 (2020-05-27)
245

346
```

0 commit comments

Comments
 (0)