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.