Releases: world-federation-of-advertisers/any-sketch-java
Releases · world-federation-of-advertisers/any-sketch-java
v0.8.0
Highlights
- Starting with this release, there are now Maven artifacts published for the libraries in this project. See the updated README
Potentially Requiring Action
- The VidSampler package has been fixed to org.wfanet.sampling
- Only the default target for each top-level Bazel package is visible
What's Changed
- build: Update dependency versions by @SanjayVas in #24
- build!: Publish Maven artifacts on release by @SanjayVas in #25
- fix: Make estimation target public by @SanjayVas in #26
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Free SWIG string input arg by @kungfucraig in #23
New Contributors
- @kungfucraig made their first contribution in #23
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
v0.4.2
v0.4.1
Update to Bazel 5.1.1
What's Changed
- Add salt to VIDs before fingerprinting to avoid interference with AnySketch by @matthewclegg in #13
- Update to Bazel 5.1.1 by @iverson52000 in #14
New Contributors
- @iverson52000 made their first contribution in #14
Full Changelog: v0.3.0...v0.4.0
Add ability to filter VIDs by sampling bucket
Add code for testing if a VID is a member of a sampling bucket. (#8) * Adds code for testing if a VID is a member of a sampling bucket. * Updates .bazelversion to work around apple_common error * Reformats build file * Adds unit test for checking that hashed VIDs are between 0 and 1 * Updates in response to comments from Sanjay * Updates in response to comments from Craig Wright. * Updated in response to comments from Craig Wright and Sanjay Vasandani. * Changed a stray 52 to 23. * Updates per comments from Craig Wright