@@ -4,9 +4,49 @@ 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
+ ## [ v1.0.0-alpha.6] - 2025-07-23
8
+
9
+ ### Added
10
+
11
+ - Multi FHIR Profile Handling in Redaction [ #361 ] ( https://github.com/medizininformatik-initiative/torch/pull/361 )
12
+ - Redact Primitive Extensions [ #336 ] ( https://github.com/medizininformatik-initiative/torch/pull/336 )
13
+ - Added Redaction Handling Fallback for Unknown
14
+ Elements [ #356 ] ( https://github.com/medizininformatik-initiative/torch/pull/356 )
15
+
16
+ ### Changed
17
+
18
+ - Precalculation of compiled StructureDefinition [ #337 ] ( https://github.com/medizininformatik-initiative/torch/pull/337 )
19
+ - CI: Split Build And Test phases For Better
20
+ Parallelization [ #349 ] ( https://github.com/medizininformatik-initiative/torch/pull/349 )
21
+ - CI: Cancel PR Workflows on Update [ 351] ( https://github.com/medizininformatik-initiative/torch/pull/351 )
22
+
23
+ ### Fixed
24
+
25
+ - Disable Oauth when no params provided [ #335 ] ( https://github.com/medizininformatik-initiative/torch/pull/335 )
26
+ - Bundle URL [ #345 ] ( https://github.com/medizininformatik-initiative/torch/pull/345 )
27
+ - Missing : below Modifier In Profile Search [ #340 ] ( https://github.com/medizininformatik-initiative/torch/pull/340 )
28
+
7
29
## [ v1.0.0-alpha.5] - 2025-06-19
8
30
9
- TODO: compile from https://github.com/medizininformatik-initiative/torch/milestone/12?closed=1
31
+ ### Added
32
+
33
+ - Performance integration tests
34
+ - Extract only reference String from references
35
+
36
+ ### Changed
37
+
38
+ - Ontology Update to v.3.8.0
39
+ - Performance Improvements in Reference Resolve and Redaction
40
+ - Improved Env Vars
41
+ - CI move from Dependabot to Renovate
42
+
43
+ ### Fixed
44
+
45
+ - Encounter Update in Consent Handling
46
+
47
+ ### Removed
48
+
49
+ - Multi FHIR Profile Handling in Redaction
10
50
11
51
## [ v1.0.0-test1] - 2024-04-23
12
52
0 commit comments