Skip to content

stream connector lib 1.5.0-1

Compare
Choose a tag to compare
@tanguyvda tanguyvda released this 05 Oct 10:14
· 246 commits to master since this release
9c0fede

New features

Modules

  • sc_common
    • add new method escape_json to escape json special characters from a string ( b323980 6b623c8)
  • sc_params
    • load_event_format_file can now return a json string instead of a decoded json. This way, you can use a multi level json file to format your events. (f34cac9)

Documentation

New documentations

  • sc_common
    • Add a documentation for the escape_json method (f9629d0)
  • sc_params
    • better examples for the load_event_format_file method (c2ffdcf)

Stream connectors

  • add a refactored stream connector for pagerduty