Changelog for 2.203
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.203
(2019-11-05)
-
Allow time zone to be set on a per-user basis.
(issue 19887)
-
Logging UI: Reorder sidepanel entries, add a note that "all log messages" will only include entries on level INFO and up.
(pull 4305)
-
Update the Plugin Manager Updates tab with more information about incompatible dependencies.
(pull 4299)
-
Build status balls on the build trend page now link to the respective build's console output.
(issue 17459)
-
Prevent permission problems when dynamically loading a plugin by making
PluginManager#start()
run as SYSTEM.
(issue 59775)
-
Properly handle user names containing
:
characters in resource root URL tokens.
(issue 59859)
-
Prevent
NullPointerException
when accessing the /logout
without sending cookies.
(issue 59904)
-
Developer: Make some methods in
ResourceDomainConfiguration
accessible from plugins.
(pull 4335)