Changelog for 2.92
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.92
(2017-11-26)
-
Revert internal change that broke assumption in
ruby-runtime
in 2.91, impacting plugins based on it.
(issue 48116)
-
Improve UI performance with long list of running builds by caching the estimated duration.
(issue 48350)
-
Cache permission names, allowing Jenkins to recover faster after "stop-the-world" Java GC pauses.
(issue 48349)
-
Prevent potential
NullPointerException
when migrating the default "All View" name for a "My Views" user property.
(issue 48157)
-
Developer: Add
AccessControlled#hasPermission(Authentication, Permission)
for convenience.
(pull 3149)