Releases: sysflow-telemetry/sf-apis
Releases · sysflow-telemetry/sf-apis
0.3.0-rc1
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
0.2.1
0.2.0
0.1.0
0.1.0-rc4
Added
- Added
node.id
,node.ip
,proc.entry
, andschema
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
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.