DP Lib 1.0.1
Only affects Privacy-on-Beam.
This is a patch release for v1.0.0 that includes a fix for the rare privacy bug in the DistinctPerKey
function of Privacy-on-Beam.
The bug occurred when there are outlier users in the input that contribute to many partitions or to many values AND the values contributed are the same as values from other users (the second part is critical, if the contributed values only come from a single user then the bug does not occur). Then, the output might not have been differentially private due to incorrect contribution bounding. See the single commit for more details on the bug & the fix.