Skip to content

v0.1.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mvenditto mvenditto released this 11 Nov 10:00
· 70 commits to master since this release

Changelog

Falco.Plugin.Sdk

  • fixed default event source timeout (BaseEventSourceInstance.TimeoutMs) not being set (now set to 30ms) (9c0d6ff)
    • this was causing partial batches not being flushed correctly
  • fixed missing defaults for batchSize and eventSize in BaseEventSourceInstance.ctor() and derived classes (6bca437)
    • unexpected segfaults will happen if eventSize value is too small

Falco.Plugin.Sdk.Generators

  • fixed a crash on plugin_init when only IEventSource is implemented ( 86e2764)