All Versions
72
Latest Version
Avg Release Cycle
83 days
Latest Release
517 days ago

Changelog History
Page 8

  • v0.6.0 Changes

    December 08, 2014

    โž• Added

    
    * โž• Add Sensor and PollingSensor base classes. (NB: Sensors API change is non-backward compatible.)
    * ๐Ÿ‘ YAML support for action, rules and chain meta.
    * โž• Add sensor meta support (JSON/YAML) to specify trigger types.
    * ๐ŸŒฒ Audit log messages are now saved in a structured format as JSON in
      ``st2actionrunner.{pid}.audit.log`` log file.
    
    ๐Ÿ”„ Changed
    
    • 0๏ธโƒฃ Separate virtualenv per pack. (Pythonic sensors and actions use them by default.)
    • 0๏ธโƒฃ Install pip requirements from requirements.txt in packs by default.
    • Sensors are now run in their own process for isolation.
    • Python Actions are now run in their own process for isolation.
    • Separate out rules_engine into own process.
    • ๐Ÿšš Packs default path moves from /opt/stackstorm to /opt/stackstorm/packs/.
    • Webhooks are not part of a sensor. They are now part of core API. (Authentication may be required.)
    • ๐Ÿ›  API URLs are now versioned. All the existing paths have been prefixed with /v1 (e.g. /v1/actions).

    ๐Ÿ›  Fixed

    
    * ๐Ÿ›  Numerous bug fixes.
    
  • v0.5.1 Changes

    November 03, 2014

    โž• Added

    
    * ๐ŸŽ‰ Initial public release