Skip to content

Commit

Permalink
docs: Add release notes for v8.0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
DIRACGrid CI committed Oct 28, 2024
1 parent a14674d commit 91644dc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions release.notes
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 91644dc

Please sign in to comment.