Releases: clearlinux/telemetrics-client
Releases · clearlinux/telemetrics-client
Version 2.3.5
Version 2.3.4
This release contains:
- Fix in crash probe counter reset.
- Random shift for hprobe timer.
- Fix memory leaks in oops_parser.
- Valgrind memcheck added to check unit tests.
- Transition from travis-CI to GitHub actions.
Version 2.3.3
This release contains:
- telemctl.c: fix buffer overflow
Version 2.3.2
This release contains:
- Refactored klogscanner to add BERT probe functionality and removed BERT probe as independent probe.
Version 2.3.1
This release contains:
- bertprobe: fix failures and logging.
Version 2.3.0
This release contains:
- Explicit opt-in. This change makes sure that if telemetrics-client is installed it will require
telemctl opt-in
one time before it starts working. - Modify
telemctl <command>
privileges. Not every command need to be run as root.
Version 2.2.3
This release contains:
- Simplified python probe logic.
Version 2.2.2
This release contains:
- Multiple bug fixes.
- Enable record creation
telem_record_gen
when telemetry is opt-out - Added a "ACPI Error" pattern for ACPI issues.
Version 2.2.1
This release contains:
- Fixed outdated references to
telemd
. - Fixed systemd logging build.
crash_probe
limit size of backtrace to limit processing time.
Release v2.2.0
This release contains:
telem_journal
provide additional information in the usage message.- Journal, reduce severity of message when failing to opening old records.
- For for compilation warning [-Wstringop-overflow]
- Protect security checks from removal by compiler optimization.
- Standardize log and debug messages across all the source code.
- Use name space separation for daemons.
- Provide additional information using variants in the system_name header.
- Implement layered configuration.
- Add support for the use of custom configuration files.
- Fix for compilation warning [-Wstringop-truncation]
- Fix telem_debug macro.
- Fix position of misplaced comment.
- Fix
telempostd
retries loop to make it shorter, this will reduce the time that the daemon is idle on memory. - Fix memory leak in
spool.c