Enhancement
-
Add support for turning off a log recorder in the logger configuration.
JENKINS-56200
-
Replace Trilead-SSH implementation of SSH key loader in CLI with Apache Mina.
JENKINS-56167
-
Developer: Update Localizer library from 1.24 to 1.26 allowing plugins to override the lookup for localized resource files.
pull 3896, JEP-216, full changelog
-
Internal: Update Jenkins Test Harness from 2.46 to 2.47.
pull 3912
Bug fix
-
Prevent
NullPointerException
when discarding unreadable fingerprint data.
JENKINS-43218
-
Avoid deserialization errors with
EnvVars
in rare circumstances by adding a stable serialVersionUID
.
JENKINS-56161