Improve the scripting capacity related to the API Token system.
Provide a way to configure a fixed/default API Token for admin during installation phase.
(issue 57484)
Prevent JavaScript error when registering validators in some cases.
(issue 42228)
Prevent resource leak in the File Fingerprint Storage implementation.
(pull 4992)
Developer: Improve the combobox component to support default value and readonly mode.
(pull 4939)
Developer: Allow migration of fingerprints from local storage to external storage.
(issue 62757)
Developer: Expose fingerprint range set serialization methods for plugins.
(pull 4888)
Developer: Pluggable Artifact Storage: Make the VirtualFile API generally available to plugin developers.
(pull 4974, JEP-202)
Developer: A SimpleBuildStep or SimpleBuildWrapper can now choose not to require a workspace context (working directory and launcher).
(issue 46175)
Developer: Cloud implementations are given more context about ongoing planned nodes.
Add CloudState to be passed to Cloud#provision and Cloud#canProvision methods.
(pull 4922)