From 91644dcd4f30c497e45cf78766cdebf4b780ad4c Mon Sep 17 00:00:00 2001 From: DIRACGrid CI Date: Mon, 28 Oct 2024 10:50:25 +0000 Subject: [PATCH] docs: Add release notes for v8.0.56 --- release.notes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/release.notes b/release.notes index 8d0e6cd8bde..819d7627689 100644 --- a/release.notes +++ b/release.notes @@ -1,3 +1,19 @@ +[v8.0.56] + +*StompMQConnector + +FIX: (#7854) add a timeout for the StompConnector to handle nonresponsive sockets which can cause logging to be blocked + +*Core + +FIX: (#7852) ensure processProposal always returns "closeTransport" on error +FIX: (#7848) Prevent `-1` returned from `oSocket.write` being interpreted as number of bytes to avoid an infinite loop in `DISET BaseTransport.sendData`. + +*DataManagementSystem + +FIX: (#7847) Fix deadlock when FTS3Agent._treatOperation fails +FIX: (#7844) fix wrong return type in the FTS3Agent, when using tokens + [v8.0.55] *Core