Skip to content

v0.3.0

Compare
Choose a tag to compare
@jasondellaluce jasondellaluce released this 24 May 08:36
· 107 commits to main since this release

Changelog

  • e2cd16c update(pkg/sdk): add separator in OpenParam
  • 861958a build(Makefile): bump libs version to a188028bbaa759636cc46a7c59bcb805195ae974
  • 6b1dd54 update(sdk): bump plugin_info version
  • 747f907 refactor(examples): adapt examples to new event_to_string definitions
  • 853aa99 update(sdk/plugins): update built-in plugins definitions
  • c70f6c3 refactor(sdk/symbols/evtstr): make event_to_string optional and change its signature
  • 9dc5ec2 doc: update documentation to avoid mentioning plugin types
  • c6151a6 refactor: remove get_type() symbol and plugin type definitions
  • 53442a6 chore(sdk): align to the most recent libs version
  • c92d1f0 test(sdk): update existing tests
  • 8342a01 update(sdk): populate plugin extract request with new fields
  • 22fd2f8 refactor(sdk): rename FieldEntryArg fields
  • 8980412 update(sdk): align FieldEntry struct to the new definitions
  • a44b5a0 test(sdk): improve coverage of ExtractRequest test suite
  • 6bdf858 update(sdk): add IsList receiver to ExtractRequest interface
  • dfb65db update: change minResultBufferLen to 512
  • 479e647 update(sdk): support list field types according to plugin API version 1.0.0
  • cd28e07 update(sdk): Export plugin_extract_fields on Windows.