Skip to content

Commit e35b272

Browse files
committed
Release v7.3.0
- update changelog, pom.xml, docker-compose.yml and swagger.yaml
1 parent 67abebc commit e35b272

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

7+
## [7.3.0] - 2025-07-07
8+
9+
- Based on ontology **[v3.8.1](https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/tag/v3.8.1)**
10+
11+
### Added
12+
- OpenSSF Scorecard and badges
13+
### Changed
14+
- Move management endpoints under default api path (/api/v5) ([#547](https://github.com/medizininformatik-initiative/feasibility-backend/issues/547))
15+
### Fixed
16+
- Enable CORS for management endpoints ([#547](https://github.com/medizininformatik-initiative/feasibility-backend/issues/547))
17+
### Security
18+
- Pinned workflow dependencies to specific hashes ([#549](https://github.com/medizininformatik-initiative/feasibility-backend/issues/549))
19+
720
## [7.2.0] - 2025-07-02
821

922
- Based on ontology **[v3.8.1](https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/tag/v3.8.1)**
@@ -19,7 +32,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1932
- OpenAPI documentation path has been moved under the default api path ([#537](https://github.com/medizininformatik-initiative/feasibility-backend/issues/537))
2033
- Docker base image has been updated to eclipse-temurin:24-jre ([#542](https://github.com/medizininformatik-initiative/feasibility-backend/issues/542))
2134
- Direct broker configuration in application.yml has been moved to one place ([#544](https://github.com/medizininformatik-initiative/feasibility-backend/issues/544))
22-
### Deprecated
2335
### Removed
2436
- Unused tables and derived entities have been removed ([#359](https://github.com/medizininformatik-initiative/feasibility-backend/issues/359))
2537
- Unused parameters have been removed from the README and the example compose file ([#542](https://github.com/medizininformatik-initiative/feasibility-backend/issues/542))
@@ -53,8 +65,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5365
### Security
5466
- Spring boot was updated to 3.5.0
5567

56-
### Added
57-
5868
## [7.0.1] - 2025-05-20
5969

6070
### Fixed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>de.medizininformatik-initiative</groupId>
1414
<artifactId>DataportalBackend</artifactId>
15-
<version>7.3.0-SNAPSHOT</version>
15+
<version>7.3.0</version>
1616

1717
<name>Dataportal Backend</name>
1818
<description>Backend of the Dataportal</description>

src/main/resources/static/v3/api-docs/swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
license:
55
name: Apache 2.0
66
url: http://www.apache.org/licenses/LICENSE-2.0.html
7-
version: 7.2.0
7+
version: 7.3.0
88
externalDocs:
99
description: Check out the github repository
1010
url: https://github.com/medizininformatik-initiative/feasibility-backend

0 commit comments

Comments
 (0)