All Versions
72
Latest Version
Avg Release Cycle
83 days
Latest Release
849 days ago
Changelog History
Page 8
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