Skip to content

v0.5.0

Compare
Choose a tag to compare
@jasondellaluce jasondellaluce released this 24 Jun 07:54
· 93 commits to main since this release

Changelog

  • 6add171 fix(sdk/symbols/extract): properly calculate starvation time in async extractor
  • 42bf90c refactor(sdk): move in-memory implementation to sdk/internal package
  • 998a463 fix(sdk/plugins/source): correctly handle err handiling and termination in prebuilt instances
  • 34708af update(sdk): apply code review suggestions
  • c7d7e44 new(sdk/plugins/source): add options for setting custom event batch size
  • 416a70e chore: rename builtin instance contructors using Golang guidelines
  • 0cbaec9 update(sdk/plugins/source): prebuilt implementation of progress and simplify PullFunc
  • 631d982 update(examples/source): update example to use pull prebuilt source instance
  • 0585caa test(sdk/plugins/source): add unit tests for builtin instance implementations
  • c7787c3 test(sdk/plugins): add benchmark for pull and push instance builtins
  • 6544689 new(sdk): add in-memory implementations of SDK interfaces
  • 1fb2489 new(sdk/plugins): provide built-in implementations of source.Instance