scylla-2026.3.0-rc1-candidate-20260730021004: streaming: add missing version tag to sstable_meta
Commit 9b4c37d ("streaming: pass sstable metadata in stream_blob_meta and clone_sstable_request") appended a new optional member, sstable_meta, to the stream_blob_meta IDL class, which is the argument of the STREAM_BLOB (verb 71) RPC used by file-stream based tablet migration. The member was added without a [[version]] attribute. stream_blob_meta is a non-final (size-framed) IDL class. During dese…