Skip to content

Releases: sysflow-telemetry/sf-apis

0.3.0-rc1

14 Jul 04:11
Compare
Choose a tag to compare
0.3.0-rc1 Pre-release
Pre-release

Added

  • Added secret vault wrapper package to Go API.
  • Added hashing utility package to Go API.
  • Added trace attribute to SysFlow schema.

Changed

  • Moved away from Dockerhub CI.
  • Updated versions of python API dependencies.
  • Fixed lint issues in Python and Go APIs.
  • Refactored processor plugin interfaces in Go APIs.

0.2.2

07 Dec 20:30
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Changed

  • Fixed versions of Pandas and numpy in python APIs.

0.2.1

03 Dec 02:52
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Added

  • Adds flattened indices for file OID attributes in go API.

0.2.0

02 Dec 02:56
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Added

  • Implemented ProcessFlow support for sysprint.
  • Added mappings for sysdig system calls to support the Falco policy language.

Changed

  • Performance optimizations for golang APIs, including opflag and openflag map caching.

0.1.0

31 Oct 01:39
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Added

  • Implemented caching for opflags and openflags in golang APIs.

Changed

  • Refactored driver and plugin interface
  • Refactored golang libraries to use constants for flags.

0.1.0-rc4

10 Aug 13:24
e4da184
Compare
Choose a tag to compare
0.1.0-rc4 Pre-release
Pre-release

Added

  • Added node.id, node.ip, proc.entry, and schema attributes to query language and export APIs.
  • Added golang APIs.

Changed

  • Support for new Avro schema (version 2).
  • Added missing EXIT opflag to Python APIs.
  • Adding patch level to comply with semnatic versioning.

Fixed

  • Fixed open flags bitmaps.
  • Fixed attribute name typo when computing proc and pproc duration.
  • Fixed bug in provenance queries.

0.1-rc3

17 Mar 15:03
Compare
Choose a tag to compare
0.1-rc3 Pre-release
Pre-release

Added

  • Added support for Pandas Dataframe conversion.
  • Query language and support for filtering SysFlow records (Python).
  • Added filter option for sysprint.
  • Added SysFlow Jupyter notebook with sample notebooks and data science libraries.

Changed

  • Changed sysprint's base image to Red Hat UBI (ubi8/ubi).
  • Updated option list for sysprint, with option renaming [breaking change]
  • Refactored and improved JSON converters; new JSON schema [breaking change].
  • Increased sf-apis version to the latest release candidate 0.1-rc3.

Fixed

  • Several bug fixes in formatting API.
  • Proper handling of keyboard interrupts in sysprint.

0.1-rc2

24 Jan 21:21
Compare
Choose a tag to compare
0.1-rc2 Pre-release
Pre-release

Changed

  • Increased sf-apis version to the latest release candidate 0.1-rc2.

0.1-rc1

17 Mar 14:52
6af7b6d
Compare
Choose a tag to compare
0.1-rc1 Pre-release
Pre-release

Added

  • First release candidate with basic set of SysFlow APIs (C++ and Python).