You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release.notes
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
[v9.0.0a65]
2
+
3
+
*Core
4
+
5
+
NEW: (#8287) DIRACCommon package containing stateless utilities extracted from DIRAC. This allows external projects like DiracX to use DIRAC's S_OK/S_ERROR return values and error codes without importing DIRAC and triggering global state initialization. The package maintains full backward compatibility - all existing imports continue to work unchanged.
6
+
7
+
*ConfigurationSystem
8
+
9
+
CHANGE: (#8284) force successful sync of remote CS for agents
10
+
11
+
*WorkloadManagementSystem
12
+
13
+
FIX: (#8283) Do not import DB at the top of the utility module
0 commit comments