Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 27 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,34 @@ Fixed
* Updated to use virtualenv 20.4.0/PIP20.3.3 and fixate-requirements to work with PIP 20.3.3 #512
Contributed by Amanda McGuinness (@amanda11 Ammeon Solutions)

* Fix ``st2 execution get --with-schema`` flag. (bug fix) #4846
3.4.1 - March 14, 2021
----------------------

Contributed by @Kami.
Added
~~~~~

* Update the service start up code to warn if the service locale encoding is not set to `utf-8` #5184

Contributed by @Kami

Changed
~~~~~~~

* Use `sudo -E` to fix GitHub Actions tests #5187

Contributed by @cognifloyd

Fixed
~~~~~

* Properly handle unicode strings in logs #5184

Fix a logging loop when attempting to encode Unicode characters in locales that do not support
Unicode characters - CVE-2021-28667.

See https://stackstorm.com/2021/03/10/stackstorm-v3-4-1-security-fix/ for more information.

Contributed by @Kami

* Fix SensorTypeAPI schema to use class_name instead of name since documentation for pack
development uses class_name and registrar used to load sensor to database assign class_name
Expand Down