StackStorm v0.6.0 Release Notes

Release Date: 2014-12-08 // over 9 years ago
  • โž• 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.