StackStorm v2.4.1 Release Notes

Release Date: 2017-09-12 // over 6 years ago
  • ๐Ÿ›  Fixed

    
    * ๐Ÿ›  Fix a bug with ``/v1/packs/install`` and ``/v1/packs/uninstall`` API endpoints incorrectly using
      system user for scheduled pack install and pack uninstall executions instead of the user which
      performed the API operation.(bug fix) #3693 #3696
    
      Reported by theuiz.
    * ๐Ÿ›  Fix mistral callback failure when result contains unicode. (bug fix)
    * ๐Ÿ›  Fix cancellation of delayed action execution for tasks in workflow. (bug fix)
    * ๐Ÿ›  Fix timeout of mistral shutdown in systemd service. The fix is done upstream.
      https://review.openstack.org/#/c/499853/ (bug fix)
    * ๐Ÿ›  Fix ``st2ctl clean`` not using database connection information from config.
      This now uses the new ``st2-cleanup-db`` command. (bug fix) #3659
    
      Contributed by Nick Maludy (Encore Technologies).
    
    ๐Ÿ”„ Changed
    
    • โšก๏ธ Update st2 CLI command to print a more user-friendly usage / help string if no arguments are passed to the CLI. (improvement) #3710
    • ๐Ÿ‘ Allow user to specify multiple values for a parameter of type array of dicts when using st2 run CLI command. #3670

    Contributed by Hiroyasu OHYAMA.

    • โž• Added new command st2-cleanup-db that drops the current StackStorm MongoDB database. #3659

    Contributed by Nick Maludy (Encore Technologies).