Skip to content
Snippets Groups Projects
Commit 54a7687d authored by florian's avatar florian
Browse files

Merge branch 'main' into dev

parents f4acbb40 698a84ae
No related branches found
No related tags found
1 merge request!96DOC: Added CITATION.cff to the list of files in the release guide where the...
...@@ -5,24 +5,12 @@ All notable changes to this project will be documented in this file. ...@@ -5,24 +5,12 @@ 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.9.0] - 2023-01-19
### Added ### Added
* SELECT query support for the GRPC API * SELECT query support for the GRPC API
### Changed
### Deprecated
### Removed
### Fixed
### Security
### Documentation
## [0.8.1] - 2022-11-07 ## [0.8.1] - 2022-11-07
(Timm Fitschen) (Timm Fitschen)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## For Building and Running the Server ## For Building and Running the Server
* `>=caosdb-proto 0.2.0` * `>=caosdb-proto 0.3.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`
......
# Features # 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 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 @ c6405e53
Subproject commit 13d083b84400507f6f1967a099e2af006af2a231 Subproject commit c6405e538c179d2a8af952f85d9e9dc51fbadb92
caosdb-webui @ 421b2dce
Subproject commit a3767124c9400da1418d87fe7efdb09a630acca4 Subproject commit 421b2dce5199a5a2c96bcc638543c1fd51d48870
...@@ -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.9.0-SNAPSHOT</version> <version>0.9.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>CaosDB Server</name> <name>CaosDB Server</name>
<scm> <scm>
......
...@@ -27,7 +27,7 @@ author = 'Daniel Hornung, Timm Fitschen' ...@@ -27,7 +27,7 @@ author = 'Daniel Hornung, Timm Fitschen'
# The short X.Y version # The short X.Y version
version = '0.9.0' version = '0.9.0'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.9.0-SNAPSHOT' release = '0.9.0'
# -- 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