Changelog for 2.135
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.135
(2018-07-29)
-
Some deserialization rejections are now logged on WARNING log level, instead of only on FINER.
(issue 51666)
-
Prevent warnings about deserialization of
hudson.model.ParametersDefinitionProperty$1
.
(issue 50457)
-
Developer: Make
Jenkins#getInstallState
and Jenkins#setInstallState(…)
available to plugins.
(issue 52718)