From 4d3ee69f8fa7cf4b5af7a70499c8a635e1e8690b Mon Sep 17 00:00:00 2001 From: DIRACGrid CI Date: Wed, 11 Sep 2024 15:08:39 +0000 Subject: [PATCH] docs: Add release notes for v8.0.51 --- release.notes | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/release.notes b/release.notes index 7425b5edfd6..2240422a701 100644 --- a/release.notes +++ b/release.notes @@ -1,3 +1,21 @@ +[v8.0.51] + +*DataManagementSystem + +FIX: (#7779) dirac_dms_find_lfns: Check if requested path exists and returns error if not. Prevents users hitting #7487 +FIX: (#7778) Return correct error for non-existing directory. Partial fix for #7487 +NEW: (#7740) FileCatalogHandler: add function export_getFileDetails to get the (user) metadata for a list of LFNs + +*Core + +NEW: (#7772) Support aggregating by date in MySQL.getCounters + +*ResourceStatusSystem + +CHANGE: (#7771) do not consider Endpoint for StorageOccupancy +FIX: (#7761) Do not use tinezone aware datetime +NEW: (#7759) add a DIRAC to GOCDB service type conversion + [v8.0.50] *ResourceStatusSystem