From 58e87c81d9d7c1d723502b8a3739f3c1179a040d Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Thu, 19 Jan 2023 17:57:55 +0100 Subject: [PATCH] DEP: Update caosdb-proto dependency --- DEPENDENCIES.md | 2 +- FEATURES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 0f380b92..d772f4b3 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -2,7 +2,7 @@ ## For Building and Running the Server -* `>=caosdb-proto 0.2.0` +* `>=caosdb-proto 0.3.0` * `>=caosdb-mysqlbackend 5.0.0` * `>=Java 11` * `>=Apache Maven 3.6.0` diff --git a/FEATURES.md b/FEATURES.md index 485172f0..2c046dae 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -1,6 +1,6 @@ # Features -* The CaosDB Server implements a CaosDB GRPC API Endpoint (v0.2.0) +* The CaosDB Server implements a CaosDB GRPC API Endpoint (v0.3.0) Authentication is supported via a Basic scheme, using the well-known "authentication" header. Notable limitations of the current implementation of the API: -- GitLab