From 3faf8da75087854f178c5b35cacdc72054cee812 Mon Sep 17 00:00:00 2001 From: Alex Ainscow Date: Mon, 16 Mar 2026 09:23:55 +0000 Subject: [PATCH] *: Update PendingReleaseNotes for librados.hpp CLS breaking API change Signed-off-by: Alex Ainscow --- PendingReleaseNotes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 780cb07daaf..595f2ea956d 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -1,3 +1,9 @@ +* librados/neorados: The C++ APIs for executing Ceph Class (CLS) methods + have undergone a breaking change to enforce compile-time type safety, replacing + legacy string-based parameters with strongly-typed ClsMethod structs. C++ + developers must update their method calls to use these new structs, which ensure + read/write semantics are correctly applied. + * ceph-volume: Raw BlueStore OSD preparation now pre-formats NVMe devices and skips the slower BlueStore discard phase,reducing mkfs time on very large namespaces. -- 2.47.3