From 7d5728cd71a713754308a824afb7726970dc2c0d Mon Sep 17 00:00:00 2001 From: DIRACGrid CI Date: Wed, 6 Nov 2024 21:18:15 +0000 Subject: [PATCH] docs: Add release notes for v9.0.0a33 --- release.notes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/release.notes b/release.notes index 3896e4e186a..91bb143de38 100644 --- a/release.notes +++ b/release.notes @@ -1,3 +1,29 @@ +[v9.0.0a33] + +*Core + +CHANGE: (#7876) Remove lock in Logging._createLogRecord +FIX: (#7864) Prevent `-1` returned from `oSocket.write` being interpreted as number of bytes to avoid an infinite loop in `DISET BaseTransport.sendData`. +FIX: (#7856) ensure processProposal always returns "closeTransport" on error +FIX: (#7843) Returning DISET responses with >100000000 bytes + +*ResourceStatusSystem + +FIX: (#7871) some protocols or types are not in GOC + +*TransformationSystem + +FIX: (#7865) getTasksToSubmit consider tasks inserted by 30 seconds or more +NEW: (#7843) Use getTransformationFilesAsJsonString for faster getTransformationFiles + +*StompMQConnector + +FIX: (#7855) add a timeout for the StompConnector to handle nonresponsive sockets which can cause logging to be blocked + +*DataManagementSystem + +FIX: (#7850) Fix deadlock when FTS3Agent._treatOperation fails + [v9.0.0a32] *Resources