Changes since 24.9.0-alpha5
New features
-
Add Exception to DownloadResponse and TransferContext (#22066)
Commit · Pull request · IssueAdds DownloadResponse#exception and TransferContext#exception of type java.lang.Exception. Updates DownloadHandlers to fill exception automatically in case of IOException (or RuntimeException, or error in DownloadResponse for InputStreamDownloadHandler).
-
Assets using NpmPackage (#22027) (CP: 24.9)
Commit · Pull request · Issue
Fixes
-
Fixed high CPU usage due to pending JS commands (#22024) (#22035)
Commit · Pull request · IssueField "pendingJsInvocations" should be a Set instead of a List in order to avoid O(n^2) operations. This greatly improves performance in situations where many fields are updated constantly and the JS command queue becomes very large.
-
Support callpod user agent format (#21828)
Commit · Pull request · Issues 21829, 21546