Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.3 KB

RELEASELOG.md

File metadata and controls

45 lines (35 loc) · 1.3 KB

Release Log

0.2.5

  • Supports assessment output streaming.

0.2.4

  • Auth token update: Just copy/paste auth token from Falkonry Service UI.

0.2.3

0.2.2

0.2.1

  • Support to add eventType for signal
  • Support to add facts data

0.2.0

  • 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

0.1.3

  • 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/update/delete subscription for Evenbuffer
  • Support to create/update/delete publication for Pipeline
  • Change in data ingestion and pipeline creation APIs

0.1.2

  • Support to set data format of an event buffer

0.1.1

  • 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