From: Casey Bodley Date: Tue, 27 Nov 2018 14:45:19 +0000 (-0500) Subject: PendingReleaseNotes: changed librados::NObjectIterator exceptions X-Git-Tag: v14.1.0~761^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=50f7ae52f149baa82e52da123de053fc19e1fe5f;p=ceph.git PendingReleaseNotes: changed librados::NObjectIterator exceptions Signed-off-by: Casey Bodley --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 16f0e860fc67..0babc3502b78 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -66,6 +66,9 @@ * The `ceph` command line tool now accepts keyword arguments in the format "--arg=value" or "--arg value". +* librados::IoCtx::nobjects_begin() and librados::NObjectIterator now communicate + errors by throwing a std::system_error exception instead of std::runtime_error. + >=13.1.0 --------