Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

55 lines (37 loc) · 2.92 KB

0.2.0 (Dec 14, 2017)

BACKWARDS INCOMPATIBILITIES:

  • Event filtering changed in (#55) with updates to the underlying API definitions.

FEATURES:

  • Default to system wide event monitor even when running in container (#62)
  • Use single event monitor for all subscriptions (#61)
  • Use expression filtering from API for event based filtering (#55)
  • Add process credential tracking (#57)

IMPROVEMENTS:

  • Add copyright statement and license to all source files (#76)
  • Add kinesis telemetry ingestor example (#71)
  • Refactor network functional tests (#72)
  • Import telemetry API definitions that used to be vendored, directly to this respository (#70)
  • Create docker image for functional testing (#63)
  • Separate our sensor start and stop logic (#68)
  • Update service constructors to pass sensor reference (#66)
  • Add functional testing for network, syscall and kernelcall events (#54)
  • Update expression use to programmatically create expression trees (#60)
  • Improve and add to unit testing of /proc/[pid]/cgroup parsing (#53)
  • Remove sleeps in functional tests to make them more demanding (#52)
  • Use functions to configure the new event monitor input (#37)
  • Refactoring to set up the single event monitor work (#31)

BUG FIXES:

  • Fix identification of container IDs in a kubernetes environment (#69)
  • Fix duplicate events off by one error (#64)
  • Fix container information identification from Docker versions before 1.13.0 (#56)
  • Fix 'args' type information handling in various kernel versions (#51)

0.1.1 (Dec 14, 2017)

BACKWARDS INCOMPATIBILITIES:

None

FEATURES:

None

IMPROVEMENTS:

None

BUG FIXES:

  • Fix container information identification from Docker versions before 1.13.0 (#65)
  • Fix identification of container IDs in a kubernetes environment (#67)