File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
feasibility-portal/backend Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,23 @@ Please refer to the respective repositories for a more in depth changelog of sin
27
27
[ blaze ] : https://github.com/samply/blaze/releases/tag/v0.33.0
28
28
29
29
30
+ ## [ 5.2.2] - 2025-03-18
31
+
32
+ ** minor fixes**
33
+
34
+ - Ontology:
35
+ - Fix - do not set reference fields as recommended for data selection
36
+
37
+ ### Ontology
38
+
39
+ This release is based on ontology version [ v3.2.2] ( https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/tag/v3.2.2 )
40
+
41
+ ### Updates to
42
+
43
+ - backend to [ v6.2.2] ( https://github.com/medizininformatik-initiative/feasibility-backend/releases/tag/v6.2.2 )
44
+ - ontology to [ v3.2.2] ( https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/tag/v3.2.2 )
45
+
46
+
30
47
## [ 5.2.1] - 2025-03-17
31
48
32
49
** minor fixes in v5.2.1**
Original file line number Diff line number Diff line change 1
1
services :
2
2
dataportal-backend :
3
3
restart : unless-stopped
4
- image : ghcr.io/medizininformatik-initiative/feasibility-backend:6.2.1
4
+ image : ghcr.io/medizininformatik-initiative/feasibility-backend:6.2.2
5
5
ports :
6
6
- ${DATAPORTAL_BACKEND_PORT:-127.0.0.1:8091}:8090
7
7
depends_on :
@@ -134,7 +134,7 @@ services:
134
134
environment :
135
135
ES_HOST : http://dataportal-elastic
136
136
ES_PORT : 9200
137
- ONTO_GIT_TAG : v3.2.1
137
+ ONTO_GIT_TAG : v3.2.2
138
138
ONTO_REPO : https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/download
139
139
ONTO_RELATIVE_PATH : /example/fdpg-ontology/
140
140
DOWNLOAD_FILENAME : elastic.zip
You can’t perform that action at this time.
0 commit comments