Skip to content

Commit

Permalink
changelog: Update for 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wkz committed Nov 25, 2021
1 parent 3f205bf commit 771c32b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [2.2.0] - 2021-11-26

### Changed

- kprobe wildcards are now filtered through
available_filter_functions, if available, making them much more
reliable.

### Added

- Self-test (ply -T) to automatically diagnose the most common
configuration issues.
- `sum()` aggregation (Namhyung Kim).
- `BEGIN` and `END` probes that run at the beginning/end of a script
(Namhyung Kim).
- `interval` provider to run a probe at a specified interval (Namhyung
Kim).
- Access to dynamic tracepoint data, i.e. members marked with the
`__data_loc` attribute.

### Fixed

- A bunch of parsing errors from weird scripts. Found via fuzzing done
by Juraj Vijtiuk.
- Static linking is now supported (Namhyung Kim)
- Data layout issues with some tracepoints.

## [2.1.1] - 2020-04-22

### Changed
Expand Down

0 comments on commit 771c32b

Please sign in to comment.