v0.6.0
Breaking changes:
- using the term
PseudonymizationDomain
instead ofPseudonymizationContext
for clarity and compatibility with newly published Guidelines of Pseudonymization by the European Data Protection Board. We currently usedomain_from
,domain_to
,session_from
andsession_to
at most places. - Transcrypting from and to a global encryption context (a.k.a. session) does not have separate functions anymore, but the existing functions to create
TranscryptionInfo
now takeOptional
parameters forsession_from
andsession_to