]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
*: Update PendingReleaseNotes for librados.hpp CLS breaking API change read_only_execs
authorAlex Ainscow <aainscow@uk.ibm.com>
Mon, 16 Mar 2026 09:23:55 +0000 (09:23 +0000)
committerAlex Ainscow <aainscow@uk.ibm.com>
Wed, 18 Mar 2026 13:28:45 +0000 (13:28 +0000)
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
PendingReleaseNotes

index 780cb07daaf44015a5cd9992cb15a3802ca914bd..595f2ea956dc2c6146bff1674f95519e78c5c57d 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.