Stoq Versions Save

An open source framework for enterprise level automated analysis.

v2.0.1

5 years ago

Added

  • Allow --max-recursion from command line and max_recursion when instantiating Stoq().
  • Allow max_dispatch_passes when instantiating Stoq().
  • Allow --request-source and --request-extra from command line.

Changed

  • Fix requirements URL when installing plugins from stoQ plugin repository
  • Minor bug fixes

v2.0.0

5 years ago

Final release of v2.0.0

v2.0.0rc5

5 years ago

v2.0.0rc4

5 years ago

v2.0.0rc2

5 years ago

v1.0.2

5 years ago

v1.0.1

5 years ago

Ensure archiving occurs if the source and archive plugin is defined as file

v1.0.0

5 years ago

v0.99.0

6 years ago

This is a near final release for v1.0.0

Changes

  • Improved handling of json dumps when handling datetime and set objects
  • Plugin imports have been broken out into multiple libs
  • Minor bug fixes

Breaking Changes

  • stoq-cli.py is now a console script located in the default path and is now run with the command stoq
  • STOQ_HOME environment variable defines where default configuration files and plugins are located
    • If not in STOQ_HOME, it will default to CWD
  • runtests command renamed to test
    • test command now supports arguments stoq, all, or list of plugin names

v0.21.0

6 years ago
  • Update Stoq() to be more verbose with named parameters
  • Accept plugin_options when instantiating Stoq() to allow for options to be passed to all plugins
  • Updated documentation
  • Support datetime objects in Stoq.dumps()
  • Code cleanup