Release 8.9.5
This release includes:
- Changed to the test log format. Instead of logging DEBUG inly the first character will be emitted: D and son on. This makes the tes log even more compact without loss of readability. The format will also be changed in the next version to be closer to GLOG format.
- Added stack sample diff and intersect operations to allow to compare stack samples. The UI has been updated to support comparing stack samples. This way you may be able to compare profiles between 2 versions of a code. It is challenging to get reliable insights out of a comparison, use with care.
- Several dependencies have been updated and code has been cleaned up in places.