Changelog for 2.435
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.435
(2023-12-05)
-
Accept all 2xx and 3xx status codes to validate proxy in HTTP Proxy Configuration
(issue 72343)
-
Tweak font styling to remove anti-aliasing.
(pull 8689)
-
Make display name of HistoryWidget configurable for alternate text.
(pull 8740)
-
Move the proxy configuration form to its own screen.
(pull 8693)
-
Fix redirect when renaming a cloud.
(issue 71737)
-
Avoid incorrect styling when deleting the first of two shell steps in a job definition.
(issue 72196)
-
Developer: A new convenience method
ExtensionList.lookupFirst
allows retrieval of the first implementation of an extension point.
(pull 8735)