Skip to main content

Changelog

Stub application filter release notes

v0.2.7 - 2024-03-27

Added

  • Internal improvements

v0.2.4 - 2024-02-25

Added

  • Initial Release: new stub application filter for emitting synthetic events from files or templates

  • Two Output Modes

    • echo: Reads and emits pre-recorded events from input_json_events_file_path
    • random: Dynamically generates random events using a JSON schema at input_json_template_file_path
  • Configurable Output Path

    • Emits events to a newline-delimited JSON file defined by output_json_path
  • Debug Mode

    • Optional debug flag for verbose logging and traceability
  • Schema-Based Event Generation

    • Uses JSON Schema to generate structured synthetic data for testing pipelines
  • Graceful Resource Handling

    • Handles file I/O safely with proper setup and shutdown lifecycle hooks