From 2aa7becc554f1e8fa59132eb6c130ba864ff238b Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 11 May 2023 12:25:51 -0400 Subject: [PATCH] PendingReleaseNotes: add note that pyrados may have omap keys as bytes Signed-off-by: Patrick Donnelly --- PendingReleaseNotes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index a5a20b9dbe62f..bcf1bb9e42b87 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -124,6 +124,9 @@ * RBD: list-watchers C++ API (`Image::list_watchers`) now clears the passed `std::list` before potentially appending to it, aligning with the semantics of the corresponding C API (`rbd_watchers_list`). +* The rados python binding is now able to process (opt-in) omap keys as bytes + objects. This enables interacting with RADOS omap keys that are not decodeable as + UTF-8 strings. * Telemetry: Users who are opted-in to telemetry can also opt-in to participating in a leaderboard in the telemetry public dashboards (https://telemetry-public.ceph.com/). Users can now also add a -- 2.39.5