- Support for offset in live monitoring Refer to release note - https://github.com/Falkonry/falkonry-python-client/releases/tag/2.2.1
- Support for turn on/off live monitoring for a specific assessment. Refer to release note - https://github.com/Falkonry/falkonry-python-client/releases/tag/2.2.0
- Bug fix for keywordIdentifier not getting picked up during fact data upload.
- Renamed tagIdentifier to keywordIdentifier
- Renamed additionalTag to additionalKeyword
- Supports python 3. Refer to release note - https://github.com/Falkonry/falkonry-python-client/releases/tag/2.0.0
- API changes for batched window datastream
- Support for new narrow formatted data
- Support for custom column identifiers for fact API
- Support for time precision upto microseconds
- Minor bug fix
- Support for downloading input data and fact data.
- [Updated] New API integration. Refer to readme.
- Simplifying output streaming.
- Supports assessment output streaming.
- Auth token update: Just copy/paste auth token from Falkonry Service UI.
- Terminology changes. Refer to release note - https://github.com/Falkonry/falkonry-python-client/releases/tag/0.2.5
- Support for narrow format data
- API changes for eventbuffer and pipeline creation. Refer to release note - https://github.com/Falkonry/falkonry-python-client/releases/tag/0.2.3
- Support to add eventType for signal
- Support to add facts data
- Bug fixes and readme update
- Create Eventbuffer
- Retrieve Eventbuffers
- Create Pipeline
- Retrieve Pipelines
- Add data to Eventbuffer (csv/json, stream)
- Retrieve output of Pipeline
- Create/update/delete subscription for Eventbuffer
- Create/update/delete publication for Pipeline
- Support to create Eventbuffer
- Support to create Pipeline from Eventbuffer
- Support to add input csv or json data / stream to a Eventbuffer
- Support to create subscription for Evenbuffer data ingestion
- Support to create publication for Pipeline
- Change in data ingestion and pipeline creation APIs
- Support to create Pipeline
- Support to get list of Pipelines
- Support to add input json data / stream to a Pipeline
- Support to get output of a Pipeline