Finally tagged a release of the 5.0 series!
Notable changes:
- Support for coverage and subtests in Go 1.7
- Initial C++ coverage support
- Rules now have system-level tools (
go
,gcc
,javac
, etc) associated with them and will automatically rebuild if those change. Various related config settings have been removed. - Rules can now have per-config test commands similar to per-config rule commands.
- Various minor cache server fixes
- Fixed a panic around concurrent map accesses
Plus a lot of small things, see the changelog for more details.