Skip to content

v0.2.0

Latest

Choose a tag to compare

@proost proost released this 24 Jun 15:16
9ba7c12

What's Changed

Breaking changes

The public APIs in the sampling package have been revised as part of completing the sampling sketch implementations. Users of the sampling package may need to update their code when upgrading from v0.1.0.

Notable changes include:

  • ReservoirItemsSketch.Update now returns an error. Callers must handle or explicitly ignore the returned error.
  • Sampling serialization now uses common.ItemSketchSerde. The previous sampling.ItemsSerDe interface and the SerDe implementations provided by the sampling package have been removed.
  • NewVarOptItemsSketch now accepts uint instead of int for the k parameter.

New Contributors

Full Changelog: v0.1.0...v0.2.0