]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
*: Update PendingReleaseNotes for librados.hpp CLS breaking API change 66258/head
authorAlex Ainscow <aainscow@uk.ibm.com>
Mon, 16 Mar 2026 09:23:55 +0000 (09:23 +0000)
committerAlex Ainscow <aainscow@uk.ibm.com>
Mon, 13 Apr 2026 09:38:25 +0000 (10:38 +0100)
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
PendingReleaseNotes

index 493307201e71520424872b53b712dfd4ea34ab4b..61583c064e203fef42c7083b2b66f9bf8c116d19 100644 (file)
@@ -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.