Skip to content

Commit

Permalink
Bump version to 9.1.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
daforster committed Apr 11, 2024
1 parent e67f51b commit 2903d3e
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 12 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Unreleased

## [9.1.0](https://github.com/dbmdz/metadata-service/releases/tag/9.1.0) - 2024-04-11

### Added

- More typedeclarations
- Improved error responses: the body contains a `Problem` (JSON) with details about the exception;
using the metasvc-client the `Problem`-object can be retrieved from the exception by calling `getProblem()`

### Changed

- SQL transaction isolation level is decreased to `read committed`

### Fixed

- URL decoding: percent sign in `filtering` values were tried to url-decode twice

## [9.0.0](https://github.com/dbmdz/metadata-service/releases/tag/9.0.0) – 2024-03-14

This version changes both the `groupId` and `artifactId` of the contained maven modules as follows:
Expand Down
2 changes: 1 addition & 1 deletion metasvc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.dbmdz.metadata</groupId>
<artifactId>metasvc</artifactId>
<version>9.1.0-SNAPSHOT</version>
<version>9.1.0-RC1</version>
</parent>

<name>Metadata-Service: Repository Client</name>
Expand Down
2 changes: 1 addition & 1 deletion metasvc-lobid-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.github.dbmdz.metadata</groupId>
<artifactId>metasvc</artifactId>
<version>9.1.0-SNAPSHOT</version>
<version>9.1.0-RC1</version>
</parent>

<name>Metadata-Service: lobid.org Client</name>
Expand Down
2 changes: 1 addition & 1 deletion metasvc-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.dbmdz.metadata</groupId>
<artifactId>metasvc</artifactId>
<version>9.1.0-SNAPSHOT</version>
<version>9.1.0-RC1</version>
</parent>

<name>Metadata-Service: Model</name>
Expand Down
2 changes: 1 addition & 1 deletion metasvc-server/backend-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.dbmdz.metadata</groupId>
<artifactId>metasvc-server</artifactId>
<version>9.1.0-SNAPSHOT</version>
<version>9.1.0-RC1</version>
</parent>

<name>Metadata-Service: Repository Server (Backend API)</name>
Expand Down
2 changes: 1 addition & 1 deletion metasvc-server/backend-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.dbmdz.metadata</groupId>
<artifactId>metasvc-server</artifactId>
<version>9.1.0-SNAPSHOT</version>
<version>9.1.0-RC1</version>
</parent>

<name>Metadata-Service: Repository Server (Backend IMPL File)</name>
Expand Down
2 changes: 1 addition & 1 deletion metasvc-server/backend-inmemory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.dbmdz.metadata</groupId>
<artifactId>metasvc-server</artifactId>
<version>9.1.0-SNAPSHOT</version>
<version>9.1.0-RC1</version>
</parent>

<name>Metadata-Service: Repository Server (Backend IMPL InMemory)</name>
Expand Down
2 changes: 1 addition & 1 deletion metasvc-server/backend-jdbi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.github.dbmdz.metadata</groupId>
<artifactId>metasvc-server</artifactId>
<version>9.1.0-SNAPSHOT</version>
<version>9.1.0-RC1</version>
</parent>

<name>Metadata-Service: Repository Server (Backend IMPL JDBI PostgreSql)</name>
Expand Down
2 changes: 1 addition & 1 deletion metasvc-server/backend-lobid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.dbmdz.metadata</groupId>
<artifactId>metasvc-server</artifactId>
<version>9.1.0-SNAPSHOT</version>
<version>9.1.0-RC1</version>
</parent>

<name>Metadata-Service: Repository Server (Backend IMPL External System lobid.org)</name>
Expand Down
2 changes: 1 addition & 1 deletion metasvc-server/business/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.dbmdz.metadata</groupId>
<artifactId>metasvc-server</artifactId>
<version>9.1.0-SNAPSHOT</version>
<version>9.1.0-RC1</version>
</parent>

<name>Metadata-Service: Repository Server (Business)</name>
Expand Down
2 changes: 1 addition & 1 deletion metasvc-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.dbmdz.metadata</groupId>
<artifactId>metasvc</artifactId>
<version>9.1.0-SNAPSHOT</version>
<version>9.1.0-RC1</version>
</parent>

<name>Metadata-Service: Repository Server</name>
Expand Down
2 changes: 1 addition & 1 deletion metasvc-server/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.dbmdz.metadata</groupId>
<artifactId>metasvc-server</artifactId>
<version>9.1.0-SNAPSHOT</version>
<version>9.1.0-RC1</version>
</parent>

<name>Metadata-Service: Repository Server (Webapp)</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.github.dbmdz.metadata</groupId>
<artifactId>metasvc</artifactId>
<version>9.1.0-SNAPSHOT</version>
<version>9.1.0-RC1</version>
<packaging>pom</packaging>

<name>Metadata-Service</name>
Expand Down

0 comments on commit 2903d3e

Please sign in to comment.