From 0529c604bf28bc6b4404b36e69fd0a82a5624142 Mon Sep 17 00:00:00 2001 From: Stephanie Bracaloni Date: Tue, 30 Apr 2024 16:30:30 +0100 Subject: [PATCH] feat: EI-2778 - Promote FKG SparqlQuery to beta --- proto/iotics/api/meta.proto | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/proto/iotics/api/meta.proto b/proto/iotics/api/meta.proto index f8fdc53..c0fdf10 100644 --- a/proto/iotics/api/meta.proto +++ b/proto/iotics/api/meta.proto @@ -26,7 +26,10 @@ service MetaAPI { // SparqlQuery performs a SPARQL 1.1 query against the Federated Knowledge Graph of the Iotics network to which this // host belongs. The result is returned as a sequence of chunks. Note that: // - Result chunks MIGHT arrive out of order and it is the client's responsibility to re-assemble them. - // - This RPC is currently in alpha! + // - This RPC is currently in beta, it means: + // - the logic should remain unchanged, + // - the rpc call should remain unchanged, + // - the service can be interrupted without notice. rpc SparqlQuery(SparqlQueryRequest) returns (stream SparqlQueryResponse) {} // SparqlUpdate performs a SPARQL 1.1 update. When performing an update, the update query must contain a reference to