Skip to content

0.17.0

Compare
Choose a tag to compare
@FedeDP FedeDP released this 23 May 09:24
· 39 commits to release/0.17.x since this release

MIN_DRIVER_API
MIN_DRIVER_SCHEMA

v0.17.0

Released on 2024-05-23

Breaking Changes ⚠️

  • update(userspace/libsinsp)!: support field transformers in filter grammar, ast, parser, and data structures [#1831] - @jasondellaluce

Major Changes

  • new(plugin_api): add plugin metrics support [#1828] - @mrgian

Minor Changes

  • refactor!(userspace/libsinsp): unique_ptr to arrays in sinsp_evt::from_scap_evt method [#1836] - @federico-sysdig
  • chore(userspace/libscap): limit MIN/MAX macros to plain C [#1860] - @federico-sysdig
  • refactor(userspace/libsinsp): catch filter field-operator compatibility at compile-time instead of run-time [#1857] - @jasondellaluce
  • update(userspace/libsinsp): support array-like types as state fields in thread infos, compatible with plugin API [#1868] - @jasondellaluce
  • update(userspace/libsinsp): expose file descriptors as state subtable fields compatible with plugins [#1866] - @jasondellaluce
  • update(userspace): define subtable field type in plugin API and sinsp state API [#1849] - @jasondellaluce
  • refactor(userspace/libsinsp): support field transformers in formatters [#1847] - @jasondellaluce
  • refactor(userspace/libsinsp): optimize allocations of filter checks [#1841] - @jasondellaluce
  • refactor(userspace/libsinsp): minor changes in state API, expose new threadinfo fields [#1838] - @jasondellaluce
  • update(userspace/libsinsp): support field transformers in filtercheck data structures [#1795] - @jasondellaluce

Bug Fixes

  • fix(libsinsp): make sure formatted bytebuf doesn't contain irregular characters [#1862] - @mrgian
  • fix(userspace/libsinsp): podman support during scap files replay [#1851] - @FedeDP
  • fix(userspace/libsinsp): solve a bunch of bugs in the filter checks area [#1854] - @jasondellaluce

Non user-facing changes

Statistics

MERGED PRS NUMBER
Not user-facing 27
Release note 15
Total 42

Release Manager @FedeDP