Skip to content

Releases: PUNCH-Cyber/stoq

v2.0.1

11 Jan 04:21
Compare
Choose a tag to compare

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

18 Dec 13:48
Compare
Choose a tag to compare

Final release of v2.0.0

v2.0.0rc5

16 Dec 23:57
Compare
Choose a tag to compare
v2.0.0rc5 Pre-release
Pre-release
Fix bug where providers ended up in an infinite loop.

Make provider exiting log message more meaningful
Version bump to v2rc5

v2.0.0rc4

14 Dec 00:49
Compare
Choose a tag to compare
v2.0.0rc4 Pre-release
Pre-release
Fix link to code of conduct

v2.0.0rc2

29 Nov 01:28
Compare
Choose a tag to compare
v2.0.0rc2 Pre-release
Pre-release
Create dockerfile (#75)

v1.0.2

24 Sep 16:58
Compare
Choose a tag to compare
Moving virtual env activation to prereq install

v1.0.1

07 Sep 11:56
Compare
Choose a tag to compare

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

v1.0.0

06 Jun 01:18
Compare
Choose a tag to compare
Version 1.0.0 release

v0.99.0

18 May 12:04
Compare
Choose a tag to compare

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

08 May 03:07
Compare
Choose a tag to compare
  • 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