Releases: statisticsnorway/pseudo-service
Releases · statisticsnorway/pseudo-service
3.1.10
3.1.9
3.1.8
Changes
- Paths in datadoc should not contain the array indices. (#113) @bjornandre
- Validate the pattern that is sendt to the pseudonymizeField endpoint. (#112) @bjornandre
- The pattern should be included in the payload to the pseudonymizeField endpoint. (#111) @bjornandre
3.1.7
Changes
- Bump micronaut-parent from version 4.3.2 to 4.3.8 (#110) @bjornandre
- FPE requires minimum four characters in case of Unicode. (#107) @bjornandre
🪲 Fixes
- Fix return value when hitting FPE limitation (#109) @bjornandre
- Fixed bug in setting metrics and metadata (#108) @bjornandre
- Fix handling of new MapFailureStrategy parameter in SidMapper (#106) @bjornandre
3.1.6
Changes
- Bump version of dapla-dlp-pseudo-core (#105) @bjornandre
- Added missing initializing of identifiers for repseudo (#104) @RupinderKaurSSB
3.1.5
Changes
- Add extra security measure for isAuthenticated() (#103) @bjornandre
- Add missing encryptionKeyReference to metadata. Simplify code. (#102) @bjornandre
- Deprecate use of PseudoConfigSplitter. Adapt to new mapping functions (#99) @bjornandre
- Changed PseudoFuncInput and PseudoFuncOutput to only carry a single value (#97) @bjornandre
- DPSTAT-814-Implementere map sid i depseudonymisering (#89) @RupinderKaurSSB
🚀 Features
- Identifiers such as FNR or SNR should be masked in both logs and metadata (#96) @bjornandre
🪲 Fixes
- Fix null pointer exception (#101) @RupinderKaurSSB
- Fixed check for null object returned from lookup service. (#100) @RupinderKaurSSB
- Fix OpenAPI docs (#98) @skykanin