Skip to content
Snippets Groups Projects
Verified Commit 19afaa94 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

REL: prepare release 0.7.2

parent 4dfc6cf5
Branches
Tags
1 merge request!58REL: prepare release 0.7.2
Pipeline #20855 passed
...@@ -5,12 +5,15 @@ All notable changes to this project will be documented in this file. ...@@ -5,12 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [0.7.2] - 2022-03-25
(Timm Fitschen)
This is an important security update.
### Added ### Added
* Implementation for the ACM GRPC-API * Implementation for the ACM GRPC-API (caosdb-proto 0.2)
* Implementation for the EntityACL GRPC-API * Implementation for the EntityACL GRPC-API (caosdb-proto 0.2)
### Changed ### Changed
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## For Building and Running the Server ## For Building and Running the Server
* `>=caosdb-proto 0.1.0` * `>=caosdb-proto 0.2.0`
* `>=caosdb-mysqlbackend 5.0.0` * `>=caosdb-mysqlbackend 5.0.0`
* `>=Java 11` * `>=Java 11`
* `>=Apache Maven 3.6.0` * `>=Apache Maven 3.6.0`
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
## For Deploying a Web User Interface (optional) ## For Deploying a Web User Interface (optional)
* `>=caosdb-webui 0.4.` * `>=caosdb-webui 0.5.0`
## For Building the Documentation (optional) ## For Building the Documentation (optional)
......
# Features # Features
* The CaosDB Server implements a CaosDB GRPC API Endpoint (v0.1.0) * The CaosDB Server implements a CaosDB GRPC API Endpoint (v0.2.0)
Authentication is supported via a Basic scheme, using the well-known Authentication is supported via a Basic scheme, using the well-known
"authentication" header. "authentication" header.
Notable limitations of the current implementation of the API: Notable limitations of the current implementation of the API:
......
caosdb-proto @ c439aa40
Subproject commit 02e56997f29ee3bfc2c079c9776f66659379c58a Subproject commit c439aa40a30c9214db315018b84fa50112c9251e
caosdb-webui @ 6d4bc7b3
Subproject commit b1034fb515b00293dd48bdb17a230fa5c723dbdf Subproject commit 6d4bc7b30b8d226f0c46efe644dc530cbc205257
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.caosdb</groupId> <groupId>org.caosdb</groupId>
<artifactId>caosdb-server</artifactId> <artifactId>caosdb-server</artifactId>
<version>0.8.0-SNAPSHOT</version> <version>0.7.2</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>CaosDB Server</name> <name>CaosDB Server</name>
<scm> <scm>
......
...@@ -25,9 +25,9 @@ copyright = '2020, IndiScale GmbH' ...@@ -25,9 +25,9 @@ copyright = '2020, IndiScale GmbH'
author = 'Daniel Hornung' author = 'Daniel Hornung'
# The short X.Y version # The short X.Y version
version = '0.8.0' version = '0.7.2'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.8.0-SNAPSHOT' release = '0.7.2'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment