From 599eaba14afa38568c635b9fafb486705c2e45dd Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 27 Dec 2022 09:19:05 +0100 Subject: [PATCH 1/2] README.md - added supported and tested driver versions --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e729b89..ef842d3 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Generate client token, (see [installation](#installation)). There are some more internal api endpoints for handling authentication and lease process. -# Setup +# Setup (Service) ## Docker @@ -194,10 +194,15 @@ with `systemctl start fastapi-dls.service`. | `DATABASE` | `sqlite:///db.sqlite` | See [official dataset docs](https://dataset.readthedocs.io/en/latest/quickstart.html) | | `CORS_ORIGINS` | `https://{DLS_URL}` | Sets `Access-Control-Allow-Origin` header (comma separated string) | -# Installation +# Installation (Client) **The token file has to be copied! It's not enough to C&P file contents, because there can be special characters.** +Successfully tested with this package versions: + +- `14.3` (Linux-Host: `510.108.03`, Linux-Guest: `510.108.03`, Windows-Guest: `513.91`) +- `15.0` (Linux-Host: `525.60.12`, Linux-Guest: `525.60.13`, Windows-Guest: `527.41`) + ## Linux ```shell From a91e1f7018d4d79e327ac89b9ca4de45fb8d381f Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 27 Dec 2022 11:03:53 +0100 Subject: [PATCH 2/2] README.md - added supported package version 14.4 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ef842d3..7d20426 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ with `systemctl start fastapi-dls.service`. Successfully tested with this package versions: - `14.3` (Linux-Host: `510.108.03`, Linux-Guest: `510.108.03`, Windows-Guest: `513.91`) +- `14.4` (Linux-Host: `510.108.03`, Linux-Guest: `510.108.03`, Windows-Guest: `514.08`) - `15.0` (Linux-Host: `525.60.12`, Linux-Guest: `525.60.13`, Windows-Guest: `527.41`) ## Linux