From daecbd68b3347cff65136f6a70e0d1f774ce4055 Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Thu, 15 Feb 2024 10:21:58 +0100 Subject: [PATCH] chore(main): Release 30.8.2 --- CHANGELOG.md | 21 +++++++++++++++++++++ version.txt | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4295ef69c62..f9e9d677728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [30.8.2](https://github.com/dasch-swiss/dsp-api/compare/v30.8.1...v30.8.2) (2024-02-15) + + +### Maintenance + +* Add -Xfatal-warnings ([#3042](https://github.com/dasch-swiss/dsp-api/issues/3042)) ([8e51a94](https://github.com/dasch-swiss/dsp-api/commit/8e51a94404d0ee34b9182d564e338e79dc2a6545)) +* Add option to make warnings non-fatal locally. ([#3044](https://github.com/dasch-swiss/dsp-api/issues/3044)) ([0d2367e](https://github.com/dasch-swiss/dsp-api/commit/0d2367e67a3d7c94e43313d9779ffaa7b311d1d6)) +* Dependency updates ([#3049](https://github.com/dasch-swiss/dsp-api/issues/3049)) ([bf60688](https://github.com/dasch-swiss/dsp-api/commit/bf6068865db7b3ca7e075c2e7a2ecd88e94d8c06)) +* Introduce repository and service for user and write queries with rdf4j's `SparqlBuilder` (DEV-3273) ([#3038](https://github.com/dasch-swiss/dsp-api/issues/3038)) ([f3df298](https://github.com/dasch-swiss/dsp-api/commit/f3df298e9c9a4b2574ed351c5871644203e40f36)) +* Migrate user group endpoints to Tapir and remove UserRouteADM ([#3046](https://github.com/dasch-swiss/dsp-api/issues/3046)) ([52c798d](https://github.com/dasch-swiss/dsp-api/commit/52c798d4a2760e079d0a4380baae9d6e27fa2689)) +* Migrate users endpoints to tapir (BasicInformation, Status, Password) ([#3043](https://github.com/dasch-swiss/dsp-api/issues/3043)) ([6e16782](https://github.com/dasch-swiss/dsp-api/commit/6e16782f26385455a764fba6d00fdc4b457f4a18)) +* Patch dependency updates ([#3047](https://github.com/dasch-swiss/dsp-api/issues/3047)) ([5949e85](https://github.com/dasch-swiss/dsp-api/commit/5949e85aefa4448d0a9450368245a86709065bc8)) +* Remove `knora-ontologies` symlink (DEV-3236) ([#3035](https://github.com/dasch-swiss/dsp-api/issues/3035)) ([df28afc](https://github.com/dasch-swiss/dsp-api/commit/df28afc23f90ec067ef3e9e20ff1603e8bb4d501)) +* Remove token property from user which is always None ([#3041](https://github.com/dasch-swiss/dsp-api/issues/3041)) ([1b7f88b](https://github.com/dasch-swiss/dsp-api/commit/1b7f88b58eb8263481c819d7f81fd25d59db5ee0)) +* Update APP to v11.5.1 ([#3039](https://github.com/dasch-swiss/dsp-api/issues/3039)) ([8290921](https://github.com/dasch-swiss/dsp-api/commit/82909218503e1371a807e34441277139bb6ed425)) + + +### Bug Fixes + +* OWL property type of knora-api:valueAsString ([#3036](https://github.com/dasch-swiss/dsp-api/issues/3036)) ([686c8fb](https://github.com/dasch-swiss/dsp-api/commit/686c8fb8862124381c308e2d49eec340e65b39cf)) + ## [30.8.1](https://github.com/dasch-swiss/dsp-api/compare/v30.8.0...v30.8.1) (2024-02-08) diff --git a/version.txt b/version.txt index 19ec85a9db6..8114ddf6205 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -30.8.1 +30.8.2