blob: 430dee4f88dfbb9a4b58cc979065952f991e3c45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
# Changelog
## [0.13.1](https://github.com/pcvolkmer/mv64e-etl-processor/compare/v0.13.0...v0.13.1) (2025-12-18)
### Bug Fixes
* handle null values in supporting variants ([#230](https://github.com/pcvolkmer/mv64e-etl-processor/issues/230)) ([deee482](https://github.com/pcvolkmer/mv64e-etl-processor/commit/deee48279c8635d6ec3749130ae70ec3feff449c))
## [0.13.0](https://github.com/pcvolkmer/mv64e-etl-processor/compare/v0.12.6...v0.13.0) (2025-12-16)
### ⚠ BREAKING CHANGES
* update dto lib to version 0.2.0 ([#226](https://github.com/pcvolkmer/mv64e-etl-processor/issues/226))
### deps
* update dto lib to version 0.2.0 ([#226](https://github.com/pcvolkmer/mv64e-etl-processor/issues/226)) ([6cfb847](https://github.com/pcvolkmer/mv64e-etl-processor/commit/6cfb84770832a3e6cfb209c783a9fda52c5c9141))
### Bug Fixes
* do not save PID in test mode ([#228](https://github.com/pcvolkmer/mv64e-etl-processor/issues/228)) ([8e824ea](https://github.com/pcvolkmer/mv64e-etl-processor/commit/8e824ea9f6c6708d7d8af330455347b42aeae057))
## [0.12.6](https://github.com/pcvolkmer/mv64e-etl-processor/compare/v0.12.5...v0.12.6) (2025-12-05)
### Bug Fixes
* do not serialize null values ([#216](https://github.com/pcvolkmer/mv64e-etl-processor/issues/216)) ([05fe7c2](https://github.com/pcvolkmer/mv64e-etl-processor/commit/05fe7c2091cf7ca45c2cfcec8ec506c43417f3e6))
## [0.12.5](https://github.com/pcvolkmer/mv64e-etl-processor/compare/v0.12.4...v0.12.5) (2025-12-04)
### Features
* check MII broad consent ([#213](https://github.com/pcvolkmer/mv64e-etl-processor/issues/213)) ([0c14eef](https://github.com/pcvolkmer/mv64e-etl-processor/commit/0c14eefe6eb2e3b7567ce06b3118b54e1618058b))
## [0.12.4](https://github.com/pcvolkmer/mv64e-etl-processor/compare/v0.12.3...v0.12.4) (2025-12-03)
### Features
* simple HTTP GET based consent fetch ([#208](https://github.com/pcvolkmer/mv64e-etl-processor/issues/208)) ([b56b8c1](https://github.com/pcvolkmer/mv64e-etl-processor/commit/b56b8c1b6cc9a3e8bcd19adde2b832af15d3a526))
## [0.12.3](https://github.com/pcvolkmer/mv64e-etl-processor/compare/v0.12.2...v0.12.3) (2025-12-01)
### Features
* add footer containing version number ([#204](https://github.com/pcvolkmer/mv64e-etl-processor/issues/204)) ([eb6b26d](https://github.com/pcvolkmer/mv64e-etl-processor/commit/eb6b26d33ec16d7880992268af5414b77abe521d))
### Bug Fixes
* show error page ([#207](https://github.com/pcvolkmer/mv64e-etl-processor/issues/207)) ([9a8da24](https://github.com/pcvolkmer/mv64e-etl-processor/commit/9a8da248c04f47ff30db6da22b035894294499d3))
## [0.12.2](https://github.com/pcvolkmer/mv64e-etl-processor/compare/v0.12.1...v0.12.2) (2025-11-28)
### Features
* add alternative endpoints for request ([#196](https://github.com/pcvolkmer/mv64e-etl-processor/issues/196)) ([2f8ccf3](https://github.com/pcvolkmer/mv64e-etl-processor/commit/2f8ccf33d108537ea7cfe398085a25a7bc926406))
### Bug Fixes
* fix possible NPE for MSI patient refs ([70ff8e9](https://github.com/pcvolkmer/mv64e-etl-processor/commit/70ff8e925aa79623bac043c77d5da71f209058d9))
* fix possible NPE for MSI patient refs ([#194](https://github.com/pcvolkmer/mv64e-etl-processor/issues/194)) ([ab2c0a3](https://github.com/pcvolkmer/mv64e-etl-processor/commit/ab2c0a3cec3cd8ed04de90ac74cb4bfdbaa010e5))
* possible NPE for MSI anonymization ([e2b1763](https://github.com/pcvolkmer/mv64e-etl-processor/commit/e2b1763da105dd913bdf12945cdd7d05a7ca9f47))
* possible NPE for MSI anonymization ([#195](https://github.com/pcvolkmer/mv64e-etl-processor/issues/195)) ([86fc3e3](https://github.com/pcvolkmer/mv64e-etl-processor/commit/86fc3e361c9c5e290319a0c049ef0c6c0a0764ad))
|