You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
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
+
7
20
## [7.2.0] - 2025-07-02
8
21
9
22
- 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/)
19
32
- OpenAPI documentation path has been moved under the default api path ([#537](https://github.com/medizininformatik-initiative/feasibility-backend/issues/537))
20
33
- Docker base image has been updated to eclipse-temurin:24-jre ([#542](https://github.com/medizininformatik-initiative/feasibility-backend/issues/542))
21
34
- Direct broker configuration in application.yml has been moved to one place ([#544](https://github.com/medizininformatik-initiative/feasibility-backend/issues/544))
22
-
### Deprecated
23
35
### Removed
24
36
- Unused tables and derived entities have been removed ([#359](https://github.com/medizininformatik-initiative/feasibility-backend/issues/359))
25
37
- 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/)
0 commit comments