Changelog for 2.190
Legend:
- security fix
- major bug fix
- bug fix
- major enhancement
- enhancement
Community feedback:
- no major issues
- notable issues
- required rollback
What's new in 2.190
(2019-08-18)
-
Add support of emojis and other non-UTF-8 characters in job names. 🎉
(issue 23349)
-
RSS and Atom feeds did not contain all necessary metadata. (regression in 2.186)
(issue 58595)
-
Expose real environment variables from an agent on the UI.
(issue 54772)
-
Use SHA-256 instead of MD5 for generating crumbs/CSRF tokens.
(issue 58734)
-
Truncate long build names on the UI to prevent alignment issues.
(issue 58157)
-
Developer:
AbstractItem#renameTo
now checks #isNameEditable
before renaming.
(issue 58571)