StackStorm v2.1.1 Release Notes

Release Date: 2016-12-16 // over 7 years ago
  • ➕ Added

    
    * 👍 ``core.http`` action now also supports HTTP basic auth and digest authentication by passing
      ``username`` and ``password`` parameter to the action. (new feature)
    * After running ``st2 pack install`` CLI command display which packs have been installed.
      (improvement)
    
    🔄 Changed
    
    • ⚡️ Update /v1/packs/register API endpoint so it throws on failure (e.g. invalid pack or resource metadata). This way the default behavior is consistent with default st2ctl reload --register-all behavior. If user doesn't want the API endpoint to fail on failure, they can pass "fail_on_failure": false attribute in the request payload. (improvement)
    • 👻 Throw a more user-friendly exception when registering packs (st2ctl reload) if pack ref / name is invalid. (improvement)
    • ⚡️ Update packs.load action to also register triggers by default. (improvement)

    🛠 Fixed

    
    * 🛠 Fix ``GET /v1/packs/<pack ref or id>`` API endpoint - make sure pack object is correctly returned
      when pack ref doesn't match pack name. Previously, 404 not found was thrown. (bug fix)
    * ⚡️ Update local action runner so it supports and works with non-ascii (unicode) parameter keys and
      values. (bug fix)
    
      Contribution by Hiroyasu OHYAMA. #3116
    * ⚡️ Update ``/v1/packs/register`` API endpoint so it registers resources in the correct order which
      is the same as order used in ``st2-register-content`` script. (bug fix)